|
||||||||||
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.PendingBalancesMove
public class PendingBalancesMove
This class represents a pending balances move
Field Summary |
---|
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
PendingBalancesMove()
Default constructor. |
Method Summary | |
---|---|
org.kuali.rice.kns.util.KualiDecimal |
getAppropriationActual()
Gets the appropriationActual attribute. |
org.kuali.rice.kns.util.KualiDecimal |
getAppropriationBudget()
Gets the appropriationBudget attribute. |
org.kuali.rice.kns.util.KualiDecimal |
getAppropriationEncumbrance()
Gets the appropriationEncumbrance attribute. |
org.kuali.rice.kns.util.KualiDecimal |
getPendingActual()
Gets the pendingActual attribute. |
org.kuali.rice.kns.util.KualiDecimal |
getPendingBudget()
Gets the pendingBudget attribute. |
org.kuali.rice.kns.util.KualiDecimal |
getPendingEncumbrance()
Gets the pendingEncumbrance attribute. |
String |
getPrincipalId()
Gets the principalId attribute. |
void |
setAppropriationActual(org.kuali.rice.kns.util.KualiDecimal appropriationActual)
Sets the appropriationActual attribute. |
void |
setAppropriationBudget(org.kuali.rice.kns.util.KualiDecimal appropriationBudget)
Sets the appropriationBudget attribute. |
void |
setAppropriationEncumbrance(org.kuali.rice.kns.util.KualiDecimal appropriationEncumbrance)
Sets the appropriationEncumbrance attribute. |
void |
setPendingActual(org.kuali.rice.kns.util.KualiDecimal pendingActual)
Sets the pendingActual attribute. |
void |
setPendingBudget(org.kuali.rice.kns.util.KualiDecimal pendingBudget)
Sets the pendingBudget attribute. |
void |
setPendingEncumbrance(org.kuali.rice.kns.util.KualiDecimal pendingEncumbrance)
Sets the pendingEncumbrance attribute. |
void |
setPrincipalId(String principalId)
Sets the principalId attribute. |
protected LinkedHashMap |
toStringMapper()
|
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 PendingBalancesMove()
Method Detail |
---|
public String getPrincipalId()
public void setPrincipalId(String principalId)
principalId
- The principalId to set.public org.kuali.rice.kns.util.KualiDecimal getAppropriationBudget()
public void setAppropriationBudget(org.kuali.rice.kns.util.KualiDecimal appropriationBudget)
appropriationBudget
- The appropriationBudget to set.public org.kuali.rice.kns.util.KualiDecimal getAppropriationActual()
public void setAppropriationActual(org.kuali.rice.kns.util.KualiDecimal appropriationActual)
appropriationActual
- The appropriationActual to set.public org.kuali.rice.kns.util.KualiDecimal getAppropriationEncumbrance()
public void setAppropriationEncumbrance(org.kuali.rice.kns.util.KualiDecimal appropriationEncumbrance)
appropriationEncumbrance
- The appropriationEncumbrance to set.public org.kuali.rice.kns.util.KualiDecimal getPendingBudget()
public void setPendingBudget(org.kuali.rice.kns.util.KualiDecimal pendingBudget)
pendingBudget
- The pendingBudget to set.public org.kuali.rice.kns.util.KualiDecimal getPendingActual()
public void setPendingActual(org.kuali.rice.kns.util.KualiDecimal pendingActual)
pendingActual
- The pendingActual to set.public org.kuali.rice.kns.util.KualiDecimal getPendingEncumbrance()
public void setPendingEncumbrance(org.kuali.rice.kns.util.KualiDecimal pendingEncumbrance)
pendingEncumbrance
- The pendingEncumbrance to set.protected LinkedHashMap toStringMapper()
toStringMapper
in class org.kuali.rice.kns.bo.BusinessObjectBase
BusinessObjectBase.toStringMapper()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |