public class BalanceHistory extends Balance implements LedgerBalanceHistory
| Constructor and Description |
|---|
BalanceHistory()
Default constructor.
|
BalanceHistory(OriginEntryInformation originEntry)
Constructs a BalanceHistory.java.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
compareAmounts(Balance balance)
Compare amounts
|
String |
getFinancialBalanceTypeCode()
Because financialBalanceTypeCode is named differently in Labor and GL.
|
String |
getFinancialObjectCode()
Because financialBalanceTypeCode is named differently in Labor and GL.
|
String |
getFinancialObjectTypeCode()
Because financialBalanceTypeCode is named differently in Labor and GL.
|
String |
getFinancialSubObjectCode()
Because financialBalanceTypeCode is named differently in Labor and GL.
|
Date |
getTimestamp()
History does not track this field.
|
void |
setFinancialBalanceTypeCode(String financialBalanceTypeCode)
Because financialBalanceTypeCode is named differently in Labor and GL.
|
void |
setFinancialObjectCode(String financialObjectCode)
Because financialBalanceTypeCode is named differently in Labor and GL.
|
void |
setFinancialObjectTypeCode(String financialObjectTypeCode)
Because financialBalanceTypeCode is named differently in Labor and GL.
|
void |
setFinancialSubObjectCode(String financialSubObjectCode)
Because financialBalanceTypeCode is named differently in Labor and GL.
|
void |
setTimestamp(Date timestamp)
History does not track this field.
|
addAmount, getAccount, getAccountLineAnnualBalanceAmount, getAccountNumber, getAmount, getBalanceType, getBalanceTypeCode, getBeginningBalanceLineAmount, getChart, getChartOfAccountsCode, getCombinedBeginningBalanceAmount, getContractsGrantsBeginningBalanceAmount, getDummyBusinessObject, getFinancialObject, getFinancialSubObject, getFundGroup, getMonth10Amount, getMonth11Amount, getMonth12Amount, getMonth13Amount, getMonth1Amount, getMonth2Amount, getMonth3Amount, getMonth4Amount, getMonth5Amount, getMonth6Amount, getMonth7Amount, getMonth8Amount, getMonth9Amount, getObjectCode, getObjectType, getObjectTypeCode, getOption, getPriorYearAccount, getSubAccount, getSubAccountNumber, getSubObjectCode, getUniversityFiscalYear, getYearBalance, getYearToDayBalance, setAccount, setAccountLineAnnualBalanceAmount, setAccountNumber, setBalanceType, setBalanceTypeCode, setBeginningBalanceLineAmount, setChart, setChartOfAccountsCode, setContractsGrantsBeginningBalanceAmount, setDummyBusinessObject, setFinancialObject, setFinancialSubObject, setFundGroup, setMonth10Amount, setMonth11Amount, setMonth12Amount, setMonth13Amount, setMonth1Amount, setMonth2Amount, setMonth3Amount, setMonth4Amount, setMonth5Amount, setMonth6Amount, setMonth7Amount, setMonth8Amount, setMonth9Amount, setObjectCode, setObjectType, setObjectTypeCode, setOption, setPriorYearAccount, setSubAccount, setSubAccountNumber, setSubObjectCode, setUniversityFiscalYear, setYearBalance, setYearToDayBalance, toStringMapper_RICE20_REFACTORMEafterDelete, 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, setVersionNumberclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAccountNumber, getChartOfAccountsCode, getSubAccountNumber, getUniversityFiscalYearpublic BalanceHistory()
public BalanceHistory(OriginEntryInformation originEntry)
transaction - public boolean compareAmounts(Balance balance)
compareAmounts in interface LedgerBalanceHistorybalance - Balance.addAmount(java.lang.String, org.kuali.rice.core.api.util.type.KualiDecimal)public Date getTimestamp()
getTimestamp in class BalanceBalance.getTimestamp()public void setTimestamp(Date timestamp)
setTimestamp in class Balancetimestamp - The timestamp to set.Balance.setTimestamp(java.sql.Date)public String getFinancialBalanceTypeCode()
getFinancialBalanceTypeCode in interface LedgerBalanceHistorypublic void setFinancialBalanceTypeCode(String financialBalanceTypeCode)
financialBalanceTypeCode - The balanceTypeCode to set.public String getFinancialObjectCode()
getFinancialObjectCode in interface LedgerBalanceHistorypublic void setFinancialObjectCode(String financialObjectCode)
financialObjectCode - The objectCode to set.public String getFinancialObjectTypeCode()
getFinancialObjectTypeCode in interface LedgerBalanceHistorypublic void setFinancialObjectTypeCode(String financialObjectTypeCode)
financialObjectTypeCode - The objectTypeCode to set.public String getFinancialSubObjectCode()
getFinancialSubObjectCode in interface LedgerBalanceHistorypublic void setFinancialSubObjectCode(String financialSubObjectCode)
financialSubObjectCode - The subObjectCode to set.Copyright © 2004–2015 The Kuali Foundation. All rights reserved.