|
||||||||||
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.AccountBalance
org.kuali.kfs.gl.businessobject.AccountBalanceHistory
public class AccountBalanceHistory
AccountBalance BO for Balancing process. I.e. a shadow representation.
Field Summary |
---|
Fields inherited from class org.kuali.kfs.gl.businessobject.AccountBalance |
---|
TYPE_CONSOLIDATION, TYPE_LEVEL, TYPE_OBJECT |
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
AccountBalanceHistory()
Constructs a AccountBalanceHistory.java. |
|
AccountBalanceHistory(OriginEntryInformation originEntry)
Constructs a BalanceHistory.java. |
Method Summary | |
---|---|
boolean |
addAmount(OriginEntryFull originEntryFull)
Updates amount if the object already existed |
boolean |
compareAmounts(AccountBalance accountBalance)
Compare amounts |
Date |
getTimestamp()
History does not track this field. |
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.rice.kns.bo.BusinessObject |
---|
prepareForWorkflow |
Constructor Detail |
---|
public AccountBalanceHistory()
public AccountBalanceHistory(OriginEntryInformation originEntry)
transaction
- Method Detail |
---|
public boolean addAmount(OriginEntryFull originEntryFull)
originEntry
- representing the update detailspublic boolean compareAmounts(AccountBalance accountBalance)
accountBalance
- public Date getTimestamp()
getTimestamp
in class AccountBalance
Balance.getTimestamp()
public void setTimestamp(Date timestamp)
setTimestamp
in class AccountBalance
Balance.getTimestamp()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |