public class LaborBalanceHistory extends LedgerBalance implements LedgerBalanceHistory
| Constructor and Description |
|---|
LaborBalanceHistory()
Default constructor.
|
LaborBalanceHistory(LaborOriginEntry laborOriginEntry)
Constructs a LedgerBalance.java.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
compareAmounts(Balance balance)
Compare amounts
|
String |
getBalanceTypeCode()
It's called financialBalanceTypeCode
|
String |
getObjectCode()
It's called financialObjectCode
|
String |
getObjectTypeCode()
It's called financialObjectTypeCode
|
String |
getSubObjectCode()
It's called financialSubObjectCode
|
Date |
getTimestamp()
History does not track this field.
|
Timestamp |
getTransactionDateTimeStamp()
History does not track this field.
|
void |
setBalanceTypeCode(String balanceTypeCode)
It's called financialBalanceTypeCode
|
void |
setObjectCode(String objectCode)
It's called financialObjectCode
|
void |
setObjectTypeCode(String objectTypeCode)
It's called financialObjectTypeCode
|
void |
setSubObjectCode(String subObjectCode)
It's called financialSubObjectCode
|
void |
setTimestamp(Date timestamp)
History does not track this field.
|
void |
setTransactionDateTimeStamp(Timestamp transactionDateTimeStamp)
History does not track this field.
|
addAmount, getAmountByPeriod, getChart, getChartOfAccounts, getEmplid, getFinancialBalanceTypeCode, getFinancialBeginningBalanceLineAmount, getFinancialObjectCode, getFinancialObjectType, getFinancialObjectTypeCode, getFinancialSubObjectCode, getLaborLedgerObject, getLaborObject, getLedgerPerson, getPositionNumber, getPrimaryKeyList, isCGBeginningBalanceOnly, setChart, setChartOfAccounts, setEmplid, setFinancialBalanceTypeCode, setFinancialBeginningBalanceLineAmount, setFinancialObjectCode, setFinancialObjectType, setFinancialObjectTypeCode, setFinancialSubObjectCode, setLaborLedgerObject, setLaborObject, setLedgerPerson, setPositionNumber, toStringMapper_RICE20_REFACTORMEgetAccount, getAccountLineAnnualBalanceAmount, getAccountNumber, getAmount, getBalanceType, getBeginningBalanceLineAmount, getChartOfAccountsCode, getCombinedBeginningBalanceAmount, getContractsGrantsBeginningBalanceAmount, getDummyBusinessObject, getFinancialObject, getFinancialSubObject, getFundGroup, getMonth10Amount, getMonth11Amount, getMonth12Amount, getMonth13Amount, getMonth1Amount, getMonth2Amount, getMonth3Amount, getMonth4Amount, getMonth5Amount, getMonth6Amount, getMonth7Amount, getMonth8Amount, getMonth9Amount, getObjectType, getOption, getPriorYearAccount, getSubAccount, getSubAccountNumber, getUniversityFiscalYear, getYearBalance, getYearToDayBalance, setAccount, setAccountLineAnnualBalanceAmount, setAccountNumber, setBalanceType, setBeginningBalanceLineAmount, setChartOfAccountsCode, setContractsGrantsBeginningBalanceAmount, setDummyBusinessObject, setFinancialObject, setFinancialSubObject, setFundGroup, setMonth10Amount, setMonth11Amount, setMonth12Amount, setMonth13Amount, setMonth1Amount, setMonth2Amount, setMonth3Amount, setMonth4Amount, setMonth5Amount, setMonth6Amount, setMonth7Amount, setMonth8Amount, setMonth9Amount, setObjectType, setOption, setPriorYearAccount, setSubAccount, setSubAccountNumber, setUniversityFiscalYear, setYearBalance, setYearToDayBalanceafterDelete, 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, getFinancialBalanceTypeCode, getFinancialObjectCode, getFinancialObjectTypeCode, getFinancialSubObjectCode, getSubAccountNumber, getUniversityFiscalYeargetAccount, getAccountLineAnnualBalanceAmount, getAccountNumber, getBalanceType, getBeginningBalanceLineAmount, getChartOfAccountsCode, getContractsGrantsBeginningBalanceAmount, getFinancialObject, getFinancialSubObject, getMonth10Amount, getMonth11Amount, getMonth12Amount, getMonth13Amount, getMonth1Amount, getMonth2Amount, getMonth3Amount, getMonth4Amount, getMonth5Amount, getMonth6Amount, getMonth7Amount, getMonth8Amount, getMonth9Amount, getObjectType, getOption, getSubAccount, getSubAccountNumber, getUniversityFiscalYear, setAccount, setAccountLineAnnualBalanceAmount, setAccountNumber, setBalanceType, setBeginningBalanceLineAmount, setChartOfAccountsCode, setContractsGrantsBeginningBalanceAmount, setFinancialObject, setFinancialSubObject, setMonth10Amount, setMonth11Amount, setMonth12Amount, setMonth13Amount, setMonth1Amount, setMonth2Amount, setMonth3Amount, setMonth4Amount, setMonth5Amount, setMonth6Amount, setMonth7Amount, setMonth8Amount, setMonth9Amount, setObjectType, setOption, setSubAccount, setSubAccountNumber, setUniversityFiscalYearpublic LaborBalanceHistory()
public LaborBalanceHistory(LaborOriginEntry laborOriginEntry)
transaction - public boolean compareAmounts(Balance balance)
compareAmounts in interface LedgerBalanceHistorybalance - Balance.addAmount(java.lang.String, org.kuali.rice.core.api.util.type.KualiDecimal)public String getObjectCode()
getObjectCode in class BalanceBalance.getObjectCode()public void setObjectCode(String objectCode)
setObjectCode in class BalanceobjectCode - The objectCode to set.Balance.setObjectCode(java.lang.String)public String getSubObjectCode()
getSubObjectCode in class BalanceBalance.getSubObjectCode()public void setSubObjectCode(String subObjectCode)
setSubObjectCode in class BalancesubObjectCode - The subObjectCode to set.Balance.setSubObjectCode(java.lang.String)public String getObjectTypeCode()
getObjectTypeCode in class BalanceBalance.getObjectTypeCode()public void setObjectTypeCode(String objectTypeCode)
setObjectTypeCode in class BalanceobjectTypeCode - The objectTypeCode to set.Balance.setObjectTypeCode(java.lang.String)public String getBalanceTypeCode()
getBalanceTypeCode in class LedgerBalanceLedgerBalance.getBalanceTypeCode()public void setBalanceTypeCode(String balanceTypeCode)
setBalanceTypeCode in class LedgerBalancebalanceTypeCode - The balanceTypeCode to set.LedgerBalance.setBalanceTypeCode(java.lang.String)public Date getTimestamp()
getTimestamp in interface LaborLedgerBalancegetTimestamp in class BalanceBalance.getTimestamp()public void setTimestamp(Date timestamp)
setTimestamp in interface LaborLedgerBalancesetTimestamp in class Balancetimestamp - The timestamp to set.Balance.setTimestamp(java.sql.Date)public Timestamp getTransactionDateTimeStamp()
getTransactionDateTimeStamp in interface LaborLedgerBalancegetTransactionDateTimeStamp in class LedgerBalanceLedgerBalance.getTransactionDateTimeStamp()public void setTransactionDateTimeStamp(Timestamp transactionDateTimeStamp)
setTransactionDateTimeStamp in interface LaborLedgerBalancesetTransactionDateTimeStamp in class LedgerBalancetransactionDateTimeStamp - The transactionDateTimeStamp to set.LedgerBalance.setTransactionDateTimeStamp(java.sql.Timestamp)Copyright © 2004–2015 The Kuali Foundation. All rights reserved.