|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.PersistableBusinessObjectBase
org.kuali.kfs.module.endow.businessobject.TransactionArchiveSecurity
public class TransactionArchiveSecurity
Business Object for Holding Tax Lot table
Field Summary | |
---|---|
protected Security |
security
|
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
TransactionArchiveSecurity()
|
Method Summary | |
---|---|
String |
getDocumentNumber()
Gets the documentNumber attribute. |
String |
getEtranCode()
Gets the entranCode attribute. |
BigDecimal |
getHoldingCost()
Gets the holdingCost attribute. |
Integer |
getLineNumber()
Gets the lineNumber attribute. |
String |
getLineTypeCode()
Gets the lineTypeCode attribute. |
BigDecimal |
getLongTermGainLoss()
Gets the longTermGainLoss attribute. |
String |
getRegistrationCode()
Gets the registrationCode attribute. |
Security |
getSecurity()
Gets the security attribute. |
String |
getSecurityId()
Gets the securityId attribute. |
BigDecimal |
getShortTermGainLoss()
Gets the shortTermGainLoss attribute. |
BigDecimal |
getUnitsHeld()
Gets the unitsHeld attribute. |
BigDecimal |
getUnitValue()
Gets the unitValue attribute. |
void |
setDocumentNumber(String documentNumber)
Sets the documentNumber attribute value. |
void |
setEtranCode(String etranCode)
Sets the entranCode attribute value. |
void |
setHoldingCost(BigDecimal holdingCost)
Sets the holdingCost attribute value. |
void |
setLineNumber(Integer lineNumber)
Sets the lineNumber attribute value. |
void |
setLineTypeCode(String lineTypeCode)
Sets the lineTypeCode attribute value. |
void |
setLongTermGainLoss(BigDecimal longTermGainLoss)
Sets the longTermGainLoss attribute value. |
void |
setRegistrationCode(String registrationCode)
Sets the registrationCode attribute value. |
void |
setSecurity(Security security)
Sets the security attribute value. |
void |
setSecurityId(String securityId)
Sets the securityId attribute value. |
void |
setShortTermGainLoss(BigDecimal shortTermGainLoss)
Sets the shortTermGainLoss attribute value. |
void |
setUnitsHeld(BigDecimal unitsHeld)
Sets the unitsHeld attribute value. |
void |
setUnitValue(BigDecimal unitValue)
Sets the unitValue attribute value. |
protected LinkedHashMap<String,Object> |
toStringMapper()
|
Methods inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
addNote, afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeInsert, beforeUpdate, beforeUpdate, buildListOfDeletionAwareLists, deleteNote, getAttachmentService, getBoNote, getBoNotes, getExtension, getNoteService, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isAutoIncrementSet, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setAutoIncrementSet, setBoNotes, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber, supportsBoNotes |
Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase |
---|
prepareForWorkflow, toString, toStringBuilder |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject |
---|
prepareForWorkflow |
Field Detail |
---|
protected Security security
Constructor Detail |
---|
public TransactionArchiveSecurity()
Method Detail |
---|
protected LinkedHashMap<String,Object> toStringMapper()
toStringMapper
in class org.kuali.rice.kns.bo.BusinessObjectBase
BusinessObjectBase.toStringMapper()
public Security getSecurity()
public void setSecurity(Security security)
security
- The security to set.public String getDocumentNumber()
public void setDocumentNumber(String documentNumber)
documentNumber
- The documentNumber to set.public Integer getLineNumber()
public void setLineNumber(Integer lineNumber)
lineNumber
- The lineNumber to set.public String getLineTypeCode()
public void setLineTypeCode(String lineTypeCode)
lineTypeCode
- The lineTypeCode to set.public String getSecurityId()
public void setSecurityId(String securityId)
securityId
- The securityId to set.public String getRegistrationCode()
public void setRegistrationCode(String registrationCode)
registrationCode
- The registrationCode to set.public String getEtranCode()
public void setEtranCode(String etranCode)
entranCode
- The entranCode to set.public BigDecimal getUnitValue()
public void setUnitValue(BigDecimal unitValue)
unitValue
- The unitValue to set.public BigDecimal getUnitsHeld()
public void setUnitsHeld(BigDecimal unitsHeld)
unitsHeld
- The unitsHeld to set.public BigDecimal getHoldingCost()
public void setHoldingCost(BigDecimal holdingCost)
holdingCost
- The holdingCost to set.public BigDecimal getLongTermGainLoss()
public void setLongTermGainLoss(BigDecimal longTermGainLoss)
longTermGainLoss
- The longTermGainLoss to set.public BigDecimal getShortTermGainLoss()
public void setShortTermGainLoss(BigDecimal shortTermGainLoss)
shortTermGainLoss
- The shortTermGainLoss to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |