|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.PersistableBusinessObjectBase
org.kuali.kfs.gl.businessobject.Balance
org.kuali.kfs.gl.businessobject.BalanceHistory
public class BalanceHistory
General Ledger business object for BalanceHistory.
Field Summary |
---|
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
BalanceHistory()
Default constructor. |
|
BalanceHistory(OriginEntryInformation originEntry)
Constructs a BalanceHistory.java. |
Method Summary | |
---|---|
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. |
Methods inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
addNote, afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeInsert, beforeUpdate, beforeUpdate, buildListOfDeletionAwareLists, deleteNote, getAttachmentService, getBoNote, getBoNotes, getExtension, getNoteService, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isAutoIncrementSet, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setAutoIncrementSet, setBoNotes, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber, supportsBoNotes |
Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase |
---|
prepareForWorkflow, toString, toStringBuilder |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.kuali.kfs.gl.businessobject.LedgerBalanceHistory |
---|
getAccountNumber, getChartOfAccountsCode, getSubAccountNumber, getUniversityFiscalYear |
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject |
---|
prepareForWorkflow, refresh |
Constructor Detail |
---|
public BalanceHistory()
public BalanceHistory(OriginEntryInformation originEntry)
transaction
- Method Detail |
---|
public boolean compareAmounts(Balance balance)
compareAmounts
in interface LedgerBalanceHistory
balance
- Balance.addAmount(java.lang.String, org.kuali.rice.kns.util.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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |