org.kuali.kfs.module.endow.businessobject
Class TransactionArchiveSecurity

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.PersistableBusinessObjectBase
          extended by org.kuali.kfs.module.endow.businessobject.TransactionArchiveSecurity
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.PersistableBusinessObject

public class TransactionArchiveSecurity
extends org.kuali.rice.kns.bo.PersistableBusinessObjectBase

Business Object for Holding Tax Lot table

See Also:
Serialized Form

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

security

protected Security security
Constructor Detail

TransactionArchiveSecurity

public TransactionArchiveSecurity()
Method Detail

toStringMapper

protected LinkedHashMap<String,Object> toStringMapper()
Specified by:
toStringMapper in class org.kuali.rice.kns.bo.BusinessObjectBase
See Also:
BusinessObjectBase.toStringMapper()

getSecurity

public Security getSecurity()
Gets the security attribute.

Returns:
Returns the security.

setSecurity

public void setSecurity(Security security)
Sets the security attribute value.

Parameters:
security - The security to set.

getDocumentNumber

public String getDocumentNumber()
Gets the documentNumber attribute.

Returns:
Returns the documentNumber.

setDocumentNumber

public void setDocumentNumber(String documentNumber)
Sets the documentNumber attribute value.

Parameters:
documentNumber - The documentNumber to set.

getLineNumber

public Integer getLineNumber()
Gets the lineNumber attribute.

Returns:
Returns the lineNumber.

setLineNumber

public void setLineNumber(Integer lineNumber)
Sets the lineNumber attribute value.

Parameters:
lineNumber - The lineNumber to set.

getLineTypeCode

public String getLineTypeCode()
Gets the lineTypeCode attribute.

Returns:
Returns the lineTypeCode.

setLineTypeCode

public void setLineTypeCode(String lineTypeCode)
Sets the lineTypeCode attribute value.

Parameters:
lineTypeCode - The lineTypeCode to set.

getSecurityId

public String getSecurityId()
Gets the securityId attribute.

Returns:
Returns the securityId.

setSecurityId

public void setSecurityId(String securityId)
Sets the securityId attribute value.

Parameters:
securityId - The securityId to set.

getRegistrationCode

public String getRegistrationCode()
Gets the registrationCode attribute.

Returns:
Returns the registrationCode.

setRegistrationCode

public void setRegistrationCode(String registrationCode)
Sets the registrationCode attribute value.

Parameters:
registrationCode - The registrationCode to set.

getEtranCode

public String getEtranCode()
Gets the entranCode attribute.

Returns:
Returns the entranCode.

setEtranCode

public void setEtranCode(String etranCode)
Sets the entranCode attribute value.

Parameters:
entranCode - The entranCode to set.

getUnitValue

public BigDecimal getUnitValue()
Gets the unitValue attribute.

Returns:
Returns the unitValue.

setUnitValue

public void setUnitValue(BigDecimal unitValue)
Sets the unitValue attribute value.

Parameters:
unitValue - The unitValue to set.

getUnitsHeld

public BigDecimal getUnitsHeld()
Gets the unitsHeld attribute.

Returns:
Returns the unitsHeld.

setUnitsHeld

public void setUnitsHeld(BigDecimal unitsHeld)
Sets the unitsHeld attribute value.

Parameters:
unitsHeld - The unitsHeld to set.

getHoldingCost

public BigDecimal getHoldingCost()
Gets the holdingCost attribute.

Returns:
Returns the holdingCost.

setHoldingCost

public void setHoldingCost(BigDecimal holdingCost)
Sets the holdingCost attribute value.

Parameters:
holdingCost - The holdingCost to set.

getLongTermGainLoss

public BigDecimal getLongTermGainLoss()
Gets the longTermGainLoss attribute.

Returns:
Returns the longTermGainLoss.

setLongTermGainLoss

public void setLongTermGainLoss(BigDecimal longTermGainLoss)
Sets the longTermGainLoss attribute value.

Parameters:
longTermGainLoss - The longTermGainLoss to set.

getShortTermGainLoss

public BigDecimal getShortTermGainLoss()
Gets the shortTermGainLoss attribute.

Returns:
Returns the shortTermGainLoss.

setShortTermGainLoss

public void setShortTermGainLoss(BigDecimal shortTermGainLoss)
Sets the shortTermGainLoss attribute value.

Parameters:
shortTermGainLoss - The shortTermGainLoss to set.


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.