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_REFACTORME
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
getAccountNumber, getChartOfAccountsCode, getSubAccountNumber, getUniversityFiscalYear
public BalanceHistory()
public BalanceHistory(OriginEntryInformation originEntry)
transaction
- public boolean compareAmounts(Balance balance)
compareAmounts
in interface LedgerBalanceHistory
balance
- Balance.addAmount(java.lang.String, org.kuali.rice.core.api.util.type.KualiDecimal)
public Date getTimestamp()
getTimestamp
in class Balance
Balance.getTimestamp()
public void setTimestamp(Date timestamp)
setTimestamp
in class Balance
timestamp
- The timestamp to set.Balance.setTimestamp(java.sql.Date)
public String getFinancialBalanceTypeCode()
getFinancialBalanceTypeCode
in interface LedgerBalanceHistory
public void setFinancialBalanceTypeCode(String financialBalanceTypeCode)
financialBalanceTypeCode
- The balanceTypeCode to set.public String getFinancialObjectCode()
getFinancialObjectCode
in interface LedgerBalanceHistory
public void setFinancialObjectCode(String financialObjectCode)
financialObjectCode
- The objectCode to set.public String getFinancialObjectTypeCode()
getFinancialObjectTypeCode
in interface LedgerBalanceHistory
public void setFinancialObjectTypeCode(String financialObjectTypeCode)
financialObjectTypeCode
- The objectTypeCode to set.public String getFinancialSubObjectCode()
getFinancialSubObjectCode
in interface LedgerBalanceHistory
public void setFinancialSubObjectCode(String financialSubObjectCode)
financialSubObjectCode
- The subObjectCode to set.Copyright © 2004–2016 The Kuali Foundation. All rights reserved.