public class EntryHistory extends Entry implements LedgerEntryHistory
Constructor and Description |
---|
EntryHistory()
Default constructor.
|
EntryHistory(OriginEntryInformation originEntry)
Constructs a EntryHistory.java.
|
Modifier and Type | Method and Description |
---|---|
void |
addAmount(org.kuali.rice.core.api.util.type.KualiDecimal transactionLedgerEntryAmount)
Adds a transactionLedgerEntryAmount and increments the rowCount.
|
String |
getAccountNumber()
History does not track this field.
|
String |
getDocumentNumber()
History does not track this field.
|
Date |
getFinancialDocumentReversalDate()
History does not track this field.
|
String |
getFinancialDocumentTypeCode()
History does not track this field.
|
String |
getFinancialObjectTypeCode()
History does not track this field.
|
String |
getFinancialSubObjectCode()
History does not track this field.
|
String |
getFinancialSystemOriginationCode()
History does not track this field.
|
String |
getOrganizationDocumentNumber()
History does not track this field.
|
String |
getOrganizationReferenceId()
History does not track this field.
|
String |
getProjectCode()
History does not track this field.
|
String |
getReferenceFinancialDocumentNumber()
History does not track this field.
|
String |
getReferenceFinancialDocumentTypeCode()
History does not track this field.
|
String |
getReferenceFinancialSystemOriginationCode()
History does not track this field.
|
Integer |
getRowCount()
Gets the rowCount
|
String |
getSubAccountNumber()
History does not track this field.
|
Date |
getTransactionDate()
History does not track this field.
|
Timestamp |
getTransactionDateTimeStamp()
History does not track this field.
|
String |
getTransactionEncumbranceUpdateCode()
History does not track this field.
|
String |
getTransactionLedgerEntryDescription()
History does not track this field.
|
Integer |
getTransactionLedgerEntrySequenceNumber()
History does not track this field.
|
Date |
getTransactionPostingDate()
History does not track this field.
|
void |
setAccountNumber(String accountNumber)
History does not track this field.
|
void |
setDocumentNumber(String documentNumber)
History does not track this field.
|
void |
setFinancialDocumentReversalDate(Date financialDocumentReversalDate)
History does not track this field.
|
void |
setFinancialDocumentTypeCode(String financialDocumentTypeCode)
History does not track this field.
|
void |
setFinancialObjectTypeCode(String financialObjectTypeCode)
History does not track this field.
|
void |
setFinancialSubObjectCode(String financialSubObjectCode)
History does not track this field.
|
void |
setFinancialSystemOriginationCode(String financialSystemOriginationCode)
History does not track this field.
|
void |
setOrganizationDocumentNumber(String organizationDocumentNumber)
History does not track this field.
|
void |
setOrganizationReferenceId(String organizationReferenceId)
History does not track this field.
|
void |
setProjectCode(String projectCode)
History does not track this field.
|
void |
setReferenceFinancialDocumentNumber(String referenceFinancialDocumentNumber)
History does not track this field.
|
void |
setReferenceFinancialDocumentTypeCode(String referenceFinancialDocumentTypeCode)
History does not track this field.
|
void |
setReferenceFinancialSystemOriginationCode(String referenceFinancialSystemOriginationCode)
History does not track this field.
|
void |
setRowCount(Integer rowCount)
Sets the rowCount
|
void |
setSubAccountNumber(String subAccountNumber)
History does not track this field.
|
void |
setTransactionDate(Date transactionDate)
History does not track this field.
|
void |
setTransactionDateTimeStamp(Timestamp transactionDateTimeStamp)
History does not track this field.
|
void |
setTransactionEncumbranceUpdateCode(String transactionEncumbranceUpdateCode)
History does not track this field.
|
void |
setTransactionLedgerEntryDescription(String transactionLedgerEntryDescription)
History does not track this field.
|
void |
setTransactionLedgerEntrySequenceNumber(Integer transactionLedgerEntrySequenceNumber)
History does not track this field.
|
void |
setTransactionPostingDate(Date transactionPostingDate)
History does not track this field.
|
getAccount, getAccountingPeriod, getBalanceType, getChart, getChartOfAccountsCode, getDummyBusinessObject, getFinancialBalanceTypeCode, getFinancialObject, getFinancialObjectCode, getFinancialSubObject, getFinancialSystemDocumentTypeCode, getObjectType, getOption, getOriginationCode, getProject, getReferenceFinancialSystemDocumentTypeCode, getReferenceOriginationCode, getReversalDate, getSubAccount, getTransactionDebitCreditCode, getTransactionLedgerEntryAmount, getUniversityDate, getUniversityFiscalPeriodCode, getUniversityFiscalYear, setAccount, setAccountingPeriod, setBalanceType, setChart, setChartOfAccountsCode, setDummyBusinessObject, setFinancialBalanceTypeCode, setFinancialObject, setFinancialObjectCode, setFinancialSubObject, setObjectType, setOption, setOriginationCode, setProject, setReferenceOriginationCode, setReversalDate, setSubAccount, setTransactionDebitCreditCode, setTransactionLedgerEntryAmount, setUniversityDate, setUniversityFiscalPeriodCode, setUniversityFiscalYear
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getChartOfAccountsCode, getFinancialBalanceTypeCode, getFinancialObjectCode, getTransactionDebitCreditCode, getTransactionLedgerEntryAmount, getUniversityFiscalPeriodCode, getUniversityFiscalYear
refreshNonUpdateableReferences
public EntryHistory()
public EntryHistory(OriginEntryInformation originEntry)
transaction
- public void addAmount(org.kuali.rice.core.api.util.type.KualiDecimal transactionLedgerEntryAmount)
transactionLedgerEntryAmount
- public Integer getRowCount()
getRowCount
in interface LedgerEntryHistory
public void setRowCount(Integer rowCount)
rowCount
- The rowCount to set.public String getAccountNumber()
getAccountNumber
in interface Transaction
getAccountNumber
in class Entry
org.kuali.ole.module.ld.businessobject.LedgerEntry#getAccountNumber()
public void setAccountNumber(String accountNumber)
setAccountNumber
in class Entry
accountNumber
- The accountNumber to set.org.kuali.ole.module.ld.businessobject.LedgerEntry#setAccountNumber(java.lang.String)
public String getSubAccountNumber()
getSubAccountNumber
in interface Transaction
getSubAccountNumber
in class Entry
org.kuali.ole.module.ld.businessobject.LedgerEntry#getSubAccountNumber()
public void setSubAccountNumber(String subAccountNumber)
setSubAccountNumber
in class Entry
subAccountNumber
- The subAccountNumber to set.org.kuali.ole.module.ld.businessobject.LedgerEntry#setSubAccountNumber(java.lang.String)
public String getFinancialSubObjectCode()
getFinancialSubObjectCode
in interface Transaction
getFinancialSubObjectCode
in class Entry
org.kuali.ole.module.ld.businessobject.LedgerEntry#getFinancialSubObjectCode()
public void setFinancialSubObjectCode(String financialSubObjectCode)
setFinancialSubObjectCode
in class Entry
financialSubObjectCode
- The financialSubObjectCode to set.org.kuali.ole.module.ld.businessobject.LedgerEntry#setFinancialSubObjectCode(java.lang.String)
public String getFinancialObjectTypeCode()
getFinancialObjectTypeCode
in interface Transaction
getFinancialObjectTypeCode
in class Entry
org.kuali.ole.module.ld.businessobject.LedgerEntry#getFinancialObjectTypeCode()
public void setFinancialObjectTypeCode(String financialObjectTypeCode)
setFinancialObjectTypeCode
in class Entry
financialObjectTypeCode
- The financialObjectTypeCode to set.org.kuali.ole.module.ld.businessobject.LedgerEntry#setFinancialObjectTypeCode(java.lang.String)
public String getFinancialDocumentTypeCode()
getFinancialDocumentTypeCode
in interface Transaction
getFinancialDocumentTypeCode
in class Entry
org.kuali.ole.module.ld.businessobject.LedgerEntry#getFinancialDocumentTypeCode()
public String getFinancialSystemOriginationCode()
getFinancialSystemOriginationCode
in interface Transaction
getFinancialSystemOriginationCode
in class Entry
org.kuali.ole.module.ld.businessobject.LedgerEntry#getFinancialSystemOriginationCode()
public void setFinancialSystemOriginationCode(String financialSystemOriginationCode)
setFinancialSystemOriginationCode
in class Entry
financialSystemOriginationCode
- The financialSystemOriginationCode to set.org.kuali.ole.module.ld.businessobject.LedgerEntry#setFinancialSystemOriginationCode(java.lang.String)
public void setFinancialDocumentTypeCode(String financialDocumentTypeCode)
setFinancialDocumentTypeCode
in class Entry
financialDocumentTypeCode
- The financialDocumentTypeCode to set.org.kuali.ole.module.ld.businessobject.LedgerEntry#setFinancialDocumentTypeCode(java.lang.String)
public String getDocumentNumber()
getDocumentNumber
in interface Transaction
getDocumentNumber
in class Entry
org.kuali.ole.module.ld.businessobject.LedgerEntry#getDocumentNumber()
public void setDocumentNumber(String documentNumber)
setDocumentNumber
in class Entry
documentNumber
- The documentNumber to set.org.kuali.ole.module.ld.businessobject.LedgerEntry#setDocumentNumber(java.lang.String)
public Integer getTransactionLedgerEntrySequenceNumber()
getTransactionLedgerEntrySequenceNumber
in interface Transaction
getTransactionLedgerEntrySequenceNumber
in class Entry
org.kuali.ole.module.ld.businessobject.LedgerEntry#getTransactionLedgerEntrySequenceNumber()
public void setTransactionLedgerEntrySequenceNumber(Integer transactionLedgerEntrySequenceNumber)
setTransactionLedgerEntrySequenceNumber
in class Entry
transactionLedgerEntrySequenceNumber
- The transactionLedgerEntrySequenceNumber to set.org.kuali.ole.module.ld.businessobject.LedgerEntry#setTransactionLedgerEntrySequenceNumber(java.lang.Integer)
public String getProjectCode()
getProjectCode
in interface Transaction
getProjectCode
in class Entry
org.kuali.ole.module.ld.businessobject.LedgerEntry#getProjectCode()
public void setProjectCode(String projectCode)
setProjectCode
in class Entry
projectCode
- The projectCode to set.org.kuali.ole.module.ld.businessobject.LedgerEntry#setProjectCode(java.lang.String)
public String getTransactionLedgerEntryDescription()
getTransactionLedgerEntryDescription
in interface Transaction
getTransactionLedgerEntryDescription
in class Entry
org.kuali.ole.module.ld.businessobject.LedgerEntry#getTransactionLedgerEntryDescription()
public void setTransactionLedgerEntryDescription(String transactionLedgerEntryDescription)
setTransactionLedgerEntryDescription
in class Entry
transactionLedgerEntryDescription
- The transactionLedgerEntryDescription to set.org.kuali.ole.module.ld.businessobject.LedgerEntry#setTransactionLedgerEntryDescription(java.lang.String)
public Date getTransactionDate()
getTransactionDate
in interface Transaction
getTransactionDate
in class Entry
org.kuali.ole.module.ld.businessobject.LedgerEntry#getTransactionDate()
public void setTransactionDate(Date transactionDate)
setTransactionDate
in class Entry
transactionDate
- The transactionDate to set.org.kuali.ole.module.ld.businessobject.LedgerEntry#setTransactionDate(java.sql.Date)
public String getOrganizationDocumentNumber()
getOrganizationDocumentNumber
in interface Transaction
getOrganizationDocumentNumber
in class Entry
org.kuali.ole.module.ld.businessobject.LedgerEntry#getOrganizationDocumentNumber()
public void setOrganizationDocumentNumber(String organizationDocumentNumber)
setOrganizationDocumentNumber
in class Entry
organizationDocumentNumber
- The organizationDocumentNumber to set.org.kuali.ole.module.ld.businessobject.LedgerEntry#setOrganizationDocumentNumber(java.lang.String)
public String getOrganizationReferenceId()
getOrganizationReferenceId
in interface Transaction
getOrganizationReferenceId
in class Entry
org.kuali.ole.module.ld.businessobject.LedgerEntry#getOrganizationReferenceId()
public void setOrganizationReferenceId(String organizationReferenceId)
setOrganizationReferenceId
in class Entry
organizationReferenceId
- The organizationReferenceId to set.org.kuali.ole.module.ld.businessobject.LedgerEntry#setOrganizationReferenceId(java.lang.String)
public String getReferenceFinancialDocumentTypeCode()
getReferenceFinancialDocumentTypeCode
in interface Transaction
getReferenceFinancialDocumentTypeCode
in class Entry
org.kuali.ole.module.ld.businessobject.LedgerEntry#getReferenceFinancialDocumentTypeCode()
public void setReferenceFinancialDocumentTypeCode(String referenceFinancialDocumentTypeCode)
setReferenceFinancialDocumentTypeCode
in class Entry
referenceFinancialDocumentTypeCode
- The referenceFinancialDocumentTypeCode to set.org.kuali.ole.module.ld.businessobject.LedgerEntry#setReferenceFinancialDocumentTypeCode(java.lang.String)
public String getReferenceFinancialSystemOriginationCode()
getReferenceFinancialSystemOriginationCode
in interface Transaction
getReferenceFinancialSystemOriginationCode
in class Entry
org.kuali.ole.module.ld.businessobject.LedgerEntry#getReferenceFinancialSystemOriginationCode()
public void setReferenceFinancialSystemOriginationCode(String referenceFinancialSystemOriginationCode)
setReferenceFinancialSystemOriginationCode
in class Entry
referenceFinancialSystemOriginationCode
- The referenceFinancialSystemOriginationCode to set.org.kuali.ole.module.ld.businessobject.LedgerEntry#setReferenceFinancialSystemOriginationCode(java.lang.String)
public String getReferenceFinancialDocumentNumber()
getReferenceFinancialDocumentNumber
in interface Transaction
getReferenceFinancialDocumentNumber
in class Entry
org.kuali.ole.module.ld.businessobject.LedgerEntry#getReferenceFinancialDocumentNumber()
public void setReferenceFinancialDocumentNumber(String referenceFinancialDocumentNumber)
setReferenceFinancialDocumentNumber
in class Entry
referenceFinancialDocumentNumber
- The referenceFinancialDocumentNumber to set.org.kuali.ole.module.ld.businessobject.LedgerEntry#setReferenceFinancialDocumentNumber(java.lang.String)
public Date getFinancialDocumentReversalDate()
getFinancialDocumentReversalDate
in interface Transaction
getFinancialDocumentReversalDate
in class Entry
org.kuali.ole.module.ld.businessobject.LedgerEntry#getFinancialDocumentReversalDate()
public void setFinancialDocumentReversalDate(Date financialDocumentReversalDate)
setFinancialDocumentReversalDate
in class Entry
financialDocumentReversalDate
- The financialDocumentReversalDate to set.org.kuali.ole.module.ld.businessobject.LedgerEntry#setFinancialDocumentReversalDate(java.sql.Date)
public String getTransactionEncumbranceUpdateCode()
getTransactionEncumbranceUpdateCode
in interface Transaction
getTransactionEncumbranceUpdateCode
in class Entry
org.kuali.ole.module.ld.businessobject.LedgerEntry#getTransactionEncumbranceUpdateCode()
public void setTransactionEncumbranceUpdateCode(String transactionEncumbranceUpdateCode)
setTransactionEncumbranceUpdateCode
in class Entry
transactionEncumbranceUpdateCode
- The transactionEncumbranceUpdateCode to set.org.kuali.ole.module.ld.businessobject.LedgerEntry#setTransactionEncumbranceUpdateCode(java.lang.String)
public Date getTransactionPostingDate()
getTransactionPostingDate
in class Entry
org.kuali.ole.module.ld.businessobject.LedgerEntry#getTransactionPostingDate()
public void setTransactionPostingDate(Date transactionPostingDate)
setTransactionPostingDate
in class Entry
transactionPostingDate
- The transactionPostingDate to set.org.kuali.ole.module.ld.businessobject.LedgerEntry#setTransactionPostingDate(java.sql.Date)
public Timestamp getTransactionDateTimeStamp()
getTransactionDateTimeStamp
in class Entry
org.kuali.ole.module.ld.businessobject.LedgerEntry#getTransactionDateTimeStamp()
public void setTransactionDateTimeStamp(Timestamp transactionDateTimeStamp)
setTransactionDateTimeStamp
in class Entry
transactionDateTimeStamp
- The transactionDateTimeStamp to set.org.kuali.ole.module.ld.businessobject.LedgerEntry#setTransactionDateTimeStamp(java.sql.Timestamp)
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.