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

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.TransactionArchive
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.PersistableBusinessObject

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

Business Object for Holding Tax Lot table

See Also:
Serialized Form

Field Summary
protected  List<TransactionArchiveSecurity> archiveSecurities
           
protected  org.kuali.rice.kns.bo.DocumentHeader documentHeader
           
protected  EndowmentTransactionCode etranObj
           
protected  KEMID kemidObj
           
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
TransactionArchive()
           
 
Method Summary
 List<TransactionArchiveSecurity> getArchiveSecurities()
          Gets the archiveSecurities attribute.
 TransactionArchiveSecurity getArchiveSecurity()
          Gets the archiveSecurity attribute.
 String getCodeAndDescription()
          Gets the code and description
 BigDecimal getCorpusAmount()
          Gets the corpusAmount attribute.
 boolean getCorpusIndicator()
          Gets the corpusIndicator attribute.
 String getDescription()
          Gets the description attribute.
 org.kuali.rice.kns.bo.DocumentHeader getDocumentHeader()
          Gets the documentHeader attribute.
 String getDocumentNumber()
          Gets the documentNumber attribute.
 String getDocumentTypeResults()
          Data for the transaction document type results column.
 String getEtranCode()
          Gets the etranCode attribute.
 String getEtranCodeResults()
          This method returns a multi-line field.
 EndowmentTransactionCode getEtranObj()
          Gets the etranObj attribute.
 BigDecimal getGreaterAmount()
          Gets the greaterAmount attribute.
 BigDecimal getIncomeCashAmount()
          Gets the incomeCashAmount attribute.
 String getIncomePrincipalIndicatorCode()
          Gets the incomePrincipalIndicatorCode attribute.
 String getKemid()
          Gets the kemid attribute.
 KEMID getKemidObj()
          Gets the kemidObj attribute.
 String getKemidResults()
          This method returns a multi-line field.
 BigDecimal getLessAmount()
          Gets the lessAmount attribute.
 String getLineDescription()
          Gets the lineDescription attribute.
 Integer getLineNumber()
          Gets the lineNumber attribute.
 String getLineTypeCode()
          Gets the lineTypeCode attribute.
 Date getPostedDate()
          Gets the postedDate attribute.
 BigDecimal getPrincipalCashAmount()
          Gets the principalCashAmount attribute.
 String getSecurityResults()
          This method returns a multi-line field.
 String getSrcTypeCode()
          Gets the srcTypeCode attribute.
 String getSubTypeCode()
          Gets the subTypeCode attribute.
 String getTransactionArchiveViewer()
          This method...
 String getTypeCode()
          Gets the typeCode attribute.
 void setArchiveSecurities(List<TransactionArchiveSecurity> archiveSecurities)
          Sets the archiveSecurities attribute value.
 void setCodeAndDescription(String codeAndDescription)
          Sets the codeAndDescription attribute value.
 void setCorpusAmount(BigDecimal corpusAmount)
          Sets the corpusAmount attribute value.
 void setCorpusIndicator(boolean corpusIndicator)
          Sets the corpusIndicator attribute value.
 void setDescription(String description)
          Sets the description attribute value.
 void setDocumentHeader(org.kuali.rice.kns.bo.DocumentHeader documentHeader)
          Sets the documentHeader attribute value.
 void setDocumentNumber(String documentNumber)
          Sets the documentNumber attribute value.
 void setEtranCode(String etranCode)
          Sets the etranCode attribute value.
 void setEtranObj(EndowmentTransactionCode etranObj)
          Sets the etranObj attribute value.
 void setGreaterAmount(BigDecimal greaterAmount)
          Sets the greaterAmount attribute value.
 void setIncomeCashAmount(BigDecimal incomeCashAmount)
          Sets the incomeCashAmount attribute value.
 void setIncomePrincipalIndicatorCode(String incomePrincipalIndicatorCode)
          Sets the incomePrincipalIndicatorCode attribute value.
 void setKemid(String kemid)
          Sets the kemid attribute value.
 void setKemidObj(KEMID kemidObj)
          Sets the kemidObj attribute value.
 void setLessAmount(BigDecimal lessAmount)
          Sets the lessAmount attribute value.
 void setLineDescription(String lineDescription)
          Sets the lineDescription attribute value.
 void setLineNumber(Integer lineNumber)
          Sets the lineNumber attribute value.
 void setLineTypeCode(String lineTypeCode)
          Sets the lineTypeCode attribute value.
 void setPostedDate(Date postedDate)
          Sets the postedDate attribute value.
 void setPrincipalCashAmount(BigDecimal principalCashAmount)
          Sets the principalCashAmount attribute value.
 void setSrcTypeCode(String srcTypeCode)
          Sets the srcTypeCode attribute value.
 void setSubTypeCode(String subTypeCode)
          Sets the subTypeCode attribute value.
 void setTypeCode(String typeCode)
          Sets the typeCode 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

archiveSecurities

protected List<TransactionArchiveSecurity> archiveSecurities

etranObj

protected EndowmentTransactionCode etranObj

documentHeader

protected org.kuali.rice.kns.bo.DocumentHeader documentHeader

kemidObj

protected KEMID kemidObj
Constructor Detail

TransactionArchive

public TransactionArchive()
Method Detail

toStringMapper

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

getKemidResults

public String getKemidResults()
This method returns a multi-line field.

Returns:

getEtranCodeResults

public String getEtranCodeResults()
This method returns a multi-line field.

Returns:

getSecurityResults

public String getSecurityResults()
This method returns a multi-line field.

Returns:

getDocumentTypeResults

public String getDocumentTypeResults()
Data for the transaction document type results column.

Returns:

getDocumentHeader

public org.kuali.rice.kns.bo.DocumentHeader getDocumentHeader()
Gets the documentHeader attribute.

Returns:
Returns the documentHeader.

setDocumentHeader

public void setDocumentHeader(org.kuali.rice.kns.bo.DocumentHeader documentHeader)
Sets the documentHeader attribute value.

Parameters:
documentHeader - The documentHeader to set.

getTransactionArchiveViewer

public String getTransactionArchiveViewer()
This method...

Returns:

getEtranObj

public EndowmentTransactionCode getEtranObj()
Gets the etranObj attribute.

Returns:
Returns the etranObj.

setEtranObj

public void setEtranObj(EndowmentTransactionCode etranObj)
Sets the etranObj attribute value.

Parameters:
etranObj - The etranObj to set.

getKemidObj

public KEMID getKemidObj()
Gets the kemidObj attribute.

Returns:
Returns the kemidObj.

setKemidObj

public void setKemidObj(KEMID kemidObj)
Sets the kemidObj attribute value.

Parameters:
kemidObj - The kemidObj to set.

getGreaterAmount

public BigDecimal getGreaterAmount()
Gets the greaterAmount attribute.

Returns:
Returns the greaterAmount.

setGreaterAmount

public void setGreaterAmount(BigDecimal greaterAmount)
Sets the greaterAmount attribute value.

Parameters:
greaterAmount - The greaterAmount to set.

getLessAmount

public BigDecimal getLessAmount()
Gets the lessAmount attribute.

Returns:
Returns the lessAmount.

setLessAmount

public void setLessAmount(BigDecimal lessAmount)
Sets the lessAmount attribute value.

Parameters:
lessAmount - The lessAmount to set.

getArchiveSecurity

public TransactionArchiveSecurity getArchiveSecurity()
Gets the archiveSecurity attribute.

Returns:
Returns the archiveSecurity.

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.

getDescription

public String getDescription()
Gets the description attribute.

Returns:
Returns the description.

setDescription

public void setDescription(String description)
Sets the description attribute value.

Parameters:
description - The description to set.

getTypeCode

public String getTypeCode()
Gets the typeCode attribute.

Returns:
Returns the typeCode.

setTypeCode

public void setTypeCode(String typeCode)
Sets the typeCode attribute value.

Parameters:
typeCode - The typeCode to set.

getSubTypeCode

public String getSubTypeCode()
Gets the subTypeCode attribute.

Returns:
Returns the subTypeCode.

setSubTypeCode

public void setSubTypeCode(String subTypeCode)
Sets the subTypeCode attribute value.

Parameters:
subTypeCode - The subTypeCode to set.

getSrcTypeCode

public String getSrcTypeCode()
Gets the srcTypeCode attribute.

Returns:
Returns the srcTypeCode.

setSrcTypeCode

public void setSrcTypeCode(String srcTypeCode)
Sets the srcTypeCode attribute value.

Parameters:
srcTypeCode - The srcTypeCode to set.

getKemid

public String getKemid()
Gets the kemid attribute.

Returns:
Returns the kemid.

setKemid

public void setKemid(String kemid)
Sets the kemid attribute value.

Parameters:
kemid - The kemid to set.

getEtranCode

public String getEtranCode()
Gets the etranCode attribute.

Returns:
Returns the etranCode.

setEtranCode

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

Parameters:
etranCode - The etranCode to set.

getLineDescription

public String getLineDescription()
Gets the lineDescription attribute.

Returns:
Returns the lineDescription.

setLineDescription

public void setLineDescription(String lineDescription)
Sets the lineDescription attribute value.

Parameters:
lineDescription - The lineDescription to set.

getIncomePrincipalIndicatorCode

public String getIncomePrincipalIndicatorCode()
Gets the incomePrincipalIndicatorCode attribute.

Returns:
Returns the incomePrincipalIndicatorCode.

setIncomePrincipalIndicatorCode

public void setIncomePrincipalIndicatorCode(String incomePrincipalIndicatorCode)
Sets the incomePrincipalIndicatorCode attribute value.

Parameters:
incomePrincipalIndicatorCode - The incomePrincipalIndicatorCode to set.

getPrincipalCashAmount

public BigDecimal getPrincipalCashAmount()
Gets the principalCashAmount attribute.

Returns:
Returns the principalCashAmount.

setPrincipalCashAmount

public void setPrincipalCashAmount(BigDecimal principalCashAmount)
Sets the principalCashAmount attribute value.

Parameters:
principalCashAmount - The principalCashAmount to set.

getIncomeCashAmount

public BigDecimal getIncomeCashAmount()
Gets the incomeCashAmount attribute.

Returns:
Returns the incomeCashAmount.

setIncomeCashAmount

public void setIncomeCashAmount(BigDecimal incomeCashAmount)
Sets the incomeCashAmount attribute value.

Parameters:
incomeCashAmount - The incomeCashAmount to set.

getCorpusIndicator

public boolean getCorpusIndicator()
Gets the corpusIndicator attribute.

Returns:
Returns the corpusIndicator.

setCorpusIndicator

public void setCorpusIndicator(boolean corpusIndicator)
Sets the corpusIndicator attribute value.

Parameters:
corpusIndicator - The corpusIndicator to set.

getCorpusAmount

public BigDecimal getCorpusAmount()
Gets the corpusAmount attribute.

Returns:
Returns the corpusAmount.

setCorpusAmount

public void setCorpusAmount(BigDecimal corpusAmount)
Sets the corpusAmount attribute value.

Parameters:
corpusAmount - The corpusAmount to set.

getPostedDate

public Date getPostedDate()
Gets the postedDate attribute.

Returns:
Returns the postedDate.

setPostedDate

public void setPostedDate(Date postedDate)
Sets the postedDate attribute value.

Parameters:
postedDate - The postedDate to set.

getArchiveSecurities

public List<TransactionArchiveSecurity> getArchiveSecurities()
Gets the archiveSecurities attribute.

Returns:
Returns the archiveSecurities.

setArchiveSecurities

public void setArchiveSecurities(List<TransactionArchiveSecurity> archiveSecurities)
Sets the archiveSecurities attribute value.

Parameters:
archiveSecurities - The archiveSecurities to set.

getCodeAndDescription

public String getCodeAndDescription()
Gets the code and description

Returns:
Returns code + " - " + description

setCodeAndDescription

public void setCodeAndDescription(String codeAndDescription)
Sets the codeAndDescription attribute value.

Parameters:
set - codeAndDescription


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