|
||||||||||
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.module.ld.businessobject.LedgerBalance
org.kuali.kfs.module.ld.businessobject.AccountStatusBaseFunds
public class AccountStatusBaseFunds
Labor business object for Account Status (Base Funds).
Field Summary |
---|
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
AccountStatusBaseFunds()
Default constructor. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
org.kuali.rice.kns.util.KualiDecimal |
getBaseBudgetAmount()
Gets the baseBudgetAmount attribute. |
org.kuali.rice.kns.util.KualiDecimal |
getBaseCSFVarianceAmount()
Gets the baseCSFVarianceAmount attribute. |
org.kuali.rice.kns.util.KualiDecimal |
getCsfAmount()
Gets the csfAmount attribute. |
int |
hashCode()
|
void |
setBaseBudgetAmount(org.kuali.rice.kns.util.KualiDecimal baseBudgetAmount)
Sets the baseBudgetAmount attribute value. |
void |
setBaseCSFVarianceAmount(org.kuali.rice.kns.util.KualiDecimal baseCSFVarianceAmount)
Sets the baseCSFVarianceAmount attribute value. |
void |
setCsfAmount(org.kuali.rice.kns.util.KualiDecimal csfAmount)
Sets the csfAmount attribute value. |
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, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.kuali.rice.kns.bo.PersistableBusinessObject |
---|
addNote, buildListOfDeletionAwareLists, deleteNote, getBoNote, getBoNotes, getExtension, getObjectId, getVersionNumber, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, refreshNonUpdateableReferences, refreshReferenceObject, setAutoIncrementSet, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber |
Methods inherited from interface org.apache.ojb.broker.PersistenceBrokerAware |
---|
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate |
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject |
---|
prepareForWorkflow, refresh |
Constructor Detail |
---|
public AccountStatusBaseFunds()
Method Detail |
---|
public org.kuali.rice.kns.util.KualiDecimal getBaseBudgetAmount()
public void setBaseBudgetAmount(org.kuali.rice.kns.util.KualiDecimal baseBudgetAmount)
baseBudgetAmount
- The baseBudgetAmount to set.public org.kuali.rice.kns.util.KualiDecimal getBaseCSFVarianceAmount()
public void setBaseCSFVarianceAmount(org.kuali.rice.kns.util.KualiDecimal baseCSFVarianceAmount)
baseCSFVarianceAmount
- The baseCSFVarianceAmount to set.public org.kuali.rice.kns.util.KualiDecimal getCsfAmount()
public void setCsfAmount(org.kuali.rice.kns.util.KualiDecimal csfAmount)
csfAmount
- The csfAmount to set.public int hashCode()
hashCode
in class Object
Object.hashCode()
public boolean equals(Object obj)
equals
in class Object
Object.equals(java.lang.Object)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |