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_REFACTORME
getAccount, 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, setYearToDayBalance
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, getFinancialBalanceTypeCode, getFinancialObjectCode, getFinancialObjectTypeCode, getFinancialSubObjectCode, getSubAccountNumber, getUniversityFiscalYear
getAccount, 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, setUniversityFiscalYear
public LaborBalanceHistory()
public LaborBalanceHistory(LaborOriginEntry laborOriginEntry)
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 String getObjectCode()
getObjectCode
in class Balance
Balance.getObjectCode()
public void setObjectCode(String objectCode)
setObjectCode
in class Balance
objectCode
- The objectCode to set.Balance.setObjectCode(java.lang.String)
public String getSubObjectCode()
getSubObjectCode
in class Balance
Balance.getSubObjectCode()
public void setSubObjectCode(String subObjectCode)
setSubObjectCode
in class Balance
subObjectCode
- The subObjectCode to set.Balance.setSubObjectCode(java.lang.String)
public String getObjectTypeCode()
getObjectTypeCode
in class Balance
Balance.getObjectTypeCode()
public void setObjectTypeCode(String objectTypeCode)
setObjectTypeCode
in class Balance
objectTypeCode
- The objectTypeCode to set.Balance.setObjectTypeCode(java.lang.String)
public String getBalanceTypeCode()
getBalanceTypeCode
in class LedgerBalance
LedgerBalance.getBalanceTypeCode()
public void setBalanceTypeCode(String balanceTypeCode)
setBalanceTypeCode
in class LedgerBalance
balanceTypeCode
- The balanceTypeCode to set.LedgerBalance.setBalanceTypeCode(java.lang.String)
public Date getTimestamp()
getTimestamp
in interface LaborLedgerBalance
getTimestamp
in class Balance
Balance.getTimestamp()
public void setTimestamp(Date timestamp)
setTimestamp
in interface LaborLedgerBalance
setTimestamp
in class Balance
timestamp
- The timestamp to set.Balance.setTimestamp(java.sql.Date)
public Timestamp getTransactionDateTimeStamp()
getTransactionDateTimeStamp
in interface LaborLedgerBalance
getTransactionDateTimeStamp
in class LedgerBalance
LedgerBalance.getTransactionDateTimeStamp()
public void setTransactionDateTimeStamp(Timestamp transactionDateTimeStamp)
setTransactionDateTimeStamp
in interface LaborLedgerBalance
setTransactionDateTimeStamp
in class LedgerBalance
transactionDateTimeStamp
- The transactionDateTimeStamp to set.LedgerBalance.setTransactionDateTimeStamp(java.sql.Timestamp)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.