|
||||||||||
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.AccountStatusCurrentFunds
public class AccountStatusCurrentFunds
Labor business object for Account Status (Current Funds).
Field Summary |
---|
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
AccountStatusCurrentFunds()
Constructs an AccountStatusCurrentFunds.java. |
Method Summary | |
---|---|
org.kuali.rice.kns.util.KualiDecimal |
getAnnualActualAmount()
Gets the annualActualAmount attribute. |
org.kuali.rice.kns.util.KualiDecimal |
getJuly1BudgetAmount()
Gets the Jul1BudgerAmount |
List<String> |
getKeyFieldList(boolean consolidated)
Returns a list of keys used to generate a query. |
String |
getName()
Gets the person name |
org.kuali.rice.kns.util.KualiDecimal |
getOutstandingEncum()
Gets an outstanding encumberance value |
org.kuali.rice.kns.util.KualiDecimal |
getVariance()
Gets the variance which is calculated by substracting from July1BudgetAmount the YTD Actual, and outstanding encumbrance. |
void |
setAnnualActualAmount(org.kuali.rice.kns.util.KualiDecimal annualActualAmount)
Sets the annualActualAmount attribute value. |
void |
setJuly1BudgetAmount(org.kuali.rice.kns.util.KualiDecimal july1BudgetAmount)
Sets the july1BudgetAmount |
void |
setName(String personName)
Sets the persons name |
void |
setOutstandingEncum(org.kuali.rice.kns.util.KualiDecimal outstandingEncum)
Sets an outstanding encumberance value |
void |
setVariance(org.kuali.rice.kns.util.KualiDecimal variance)
Sets the variance which is calculated by substracting from July1BudgetAmount the YTD Actual, and outstanding encumbrance. |
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.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 AccountStatusCurrentFunds()
Method Detail |
---|
public String getName()
public void setName(String personName)
personName
- public org.kuali.rice.kns.util.KualiDecimal getOutstandingEncum()
public void setOutstandingEncum(org.kuali.rice.kns.util.KualiDecimal outstandingEncum)
outstandingEncum
- public org.kuali.rice.kns.util.KualiDecimal getJuly1BudgetAmount()
public void setJuly1BudgetAmount(org.kuali.rice.kns.util.KualiDecimal july1BudgetAmount)
july1BudgetAmount
- public org.kuali.rice.kns.util.KualiDecimal getVariance()
public void setVariance(org.kuali.rice.kns.util.KualiDecimal variance)
variance
- public List<String> getKeyFieldList(boolean consolidated)
consolidated
-
public org.kuali.rice.kns.util.KualiDecimal getAnnualActualAmount()
public void setAnnualActualAmount(org.kuali.rice.kns.util.KualiDecimal annualActualAmount)
annualActualAmount
- The annualActualAmount to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |