|
||||||||||
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.OrgReversionUnitOfWorkCategoryAmount
public class OrgReversionUnitOfWorkCategoryAmount
This class represents a organization reversion unit of work category amount
Field Summary |
---|
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
OrgReversionUnitOfWorkCategoryAmount(String cat)
|
|
OrgReversionUnitOfWorkCategoryAmount(String chartOfAccountsCode,
String accountNbr,
String subAccountNbr,
String cat)
|
Method Summary | |
---|---|
void |
addActual(org.kuali.rice.kns.util.KualiDecimal amount)
|
void |
addAvailable(org.kuali.rice.kns.util.KualiDecimal amount)
|
void |
addBudget(org.kuali.rice.kns.util.KualiDecimal amount)
|
void |
addCarryForward(org.kuali.rice.kns.util.KualiDecimal amount)
|
void |
addEncumbrance(org.kuali.rice.kns.util.KualiDecimal amount)
|
Account |
getAccount()
Gets the account attribute. |
String |
getAccountNumber()
Gets the accountNbr attribute. |
org.kuali.rice.kns.util.KualiDecimal |
getActual()
|
org.kuali.rice.kns.util.KualiDecimal |
getAvailable()
|
org.kuali.rice.kns.util.KualiDecimal |
getBudget()
|
org.kuali.rice.kns.util.KualiDecimal |
getCarryForward()
|
String |
getCategoryCode()
|
Chart |
getChartOfAccounts()
Gets the chartOfAccounts attribute. |
String |
getChartOfAccountsCode()
Gets the chartOfAccountsCode attribute. |
org.kuali.rice.kns.util.KualiDecimal |
getEncumbrance()
|
OrganizationReversionCategory |
getOrganizationReversionCategory()
Gets the organizationReversionCategory attribute. |
OrgReversionUnitOfWork |
getOrganizationReversionUnitOfWork()
Gets the organizationReversionUnitOfWork attribute. |
SubAccount |
getSubAccount()
Gets the subAccount attribute. |
String |
getSubAccountNumber()
Gets the subAccountNbr attribute. |
void |
setAccount(Account account)
Sets the account attribute value. |
void |
setAccountNumber(String accountNbr)
Sets the accountNbr attribute value. |
void |
setActual(org.kuali.rice.kns.util.KualiDecimal actual)
|
void |
setAvailable(org.kuali.rice.kns.util.KualiDecimal available)
|
void |
setBudget(org.kuali.rice.kns.util.KualiDecimal budget)
|
void |
setCarryForward(org.kuali.rice.kns.util.KualiDecimal carryForward)
|
void |
setCategoryCode(String categoryCode)
|
void |
setChartOfAccounts(Chart chartOfAccounts)
Sets the chartOfAccounts attribute value. |
void |
setChartOfAccountsCode(String chartOfAccountsCode)
Sets the chartOfAccountsCode attribute value. |
void |
setEncumbrance(org.kuali.rice.kns.util.KualiDecimal encumbrance)
|
void |
setOrganizationReversionCategory(OrganizationReversionCategory organizationReversionCategory)
Sets the organizationReversionCategory attribute value. |
void |
setOrganizationReversionUnitOfWork(OrgReversionUnitOfWork organizationReversionUnitOfWork)
Sets the organizationReversionUnitOfWork attribute value. |
void |
setSubAccount(SubAccount subAccount)
Sets the subAccount attribute value. |
void |
setSubAccountNumber(String subAccountNbr)
Sets the subAccountNbr attribute value. |
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 OrgReversionUnitOfWorkCategoryAmount(String cat)
public OrgReversionUnitOfWorkCategoryAmount(String chartOfAccountsCode, String accountNbr, String subAccountNbr, String cat)
Method Detail |
---|
public void addActual(org.kuali.rice.kns.util.KualiDecimal amount)
public void addBudget(org.kuali.rice.kns.util.KualiDecimal amount)
public void addEncumbrance(org.kuali.rice.kns.util.KualiDecimal amount)
public void addCarryForward(org.kuali.rice.kns.util.KualiDecimal amount)
public void addAvailable(org.kuali.rice.kns.util.KualiDecimal amount)
public org.kuali.rice.kns.util.KualiDecimal getAvailable()
public void setAvailable(org.kuali.rice.kns.util.KualiDecimal available)
public org.kuali.rice.kns.util.KualiDecimal getActual()
public void setActual(org.kuali.rice.kns.util.KualiDecimal actual)
public org.kuali.rice.kns.util.KualiDecimal getBudget()
public void setBudget(org.kuali.rice.kns.util.KualiDecimal budget)
public String getCategoryCode()
public void setCategoryCode(String categoryCode)
public org.kuali.rice.kns.util.KualiDecimal getEncumbrance()
public void setEncumbrance(org.kuali.rice.kns.util.KualiDecimal encumbrance)
public org.kuali.rice.kns.util.KualiDecimal getCarryForward()
public void setCarryForward(org.kuali.rice.kns.util.KualiDecimal carryForward)
public String getAccountNumber()
public void setAccountNumber(String accountNbr)
accountNbr
- The accountNbr to set.public String getChartOfAccountsCode()
public void setChartOfAccountsCode(String chartOfAccountsCode)
chartOfAccountsCode
- The chartOfAccountsCode to set.public String getSubAccountNumber()
public void setSubAccountNumber(String subAccountNbr)
subAccountNbr
- The subAccountNbr to set.public Account getAccount()
public void setAccount(Account account)
account
- The account to set.public Chart getChartOfAccounts()
public void setChartOfAccounts(Chart chartOfAccounts)
chartOfAccounts
- The chartOfAccounts to set.public OrganizationReversionCategory getOrganizationReversionCategory()
public void setOrganizationReversionCategory(OrganizationReversionCategory organizationReversionCategory)
organizationReversionCategory
- The organizationReversionCategory to set.public OrgReversionUnitOfWork getOrganizationReversionUnitOfWork()
public void setOrganizationReversionUnitOfWork(OrgReversionUnitOfWork organizationReversionUnitOfWork)
organizationReversionUnitOfWork
- The organizationReversionUnitOfWork to set.public SubAccount getSubAccount()
public void setSubAccount(SubAccount subAccount)
subAccount
- The subAccount 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 |