org.kuali.kfs.gl.businessobject
Class OrgReversionUnitOfWorkCategoryAmount

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.PersistableBusinessObjectBase
          extended by org.kuali.kfs.gl.businessobject.OrgReversionUnitOfWorkCategoryAmount
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.PersistableBusinessObject

public class OrgReversionUnitOfWorkCategoryAmount
extends org.kuali.rice.kns.bo.PersistableBusinessObjectBase

This class represents a organization reversion unit of work category amount

See Also:
Serialized Form

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

OrgReversionUnitOfWorkCategoryAmount

public OrgReversionUnitOfWorkCategoryAmount(String cat)

OrgReversionUnitOfWorkCategoryAmount

public OrgReversionUnitOfWorkCategoryAmount(String chartOfAccountsCode,
                                            String accountNbr,
                                            String subAccountNbr,
                                            String cat)
Method Detail

addActual

public void addActual(org.kuali.rice.kns.util.KualiDecimal amount)

addBudget

public void addBudget(org.kuali.rice.kns.util.KualiDecimal amount)

addEncumbrance

public void addEncumbrance(org.kuali.rice.kns.util.KualiDecimal amount)

addCarryForward

public void addCarryForward(org.kuali.rice.kns.util.KualiDecimal amount)

addAvailable

public void addAvailable(org.kuali.rice.kns.util.KualiDecimal amount)

getAvailable

public org.kuali.rice.kns.util.KualiDecimal getAvailable()

setAvailable

public void setAvailable(org.kuali.rice.kns.util.KualiDecimal available)

getActual

public org.kuali.rice.kns.util.KualiDecimal getActual()

setActual

public void setActual(org.kuali.rice.kns.util.KualiDecimal actual)

getBudget

public org.kuali.rice.kns.util.KualiDecimal getBudget()

setBudget

public void setBudget(org.kuali.rice.kns.util.KualiDecimal budget)

getCategoryCode

public String getCategoryCode()

setCategoryCode

public void setCategoryCode(String categoryCode)

getEncumbrance

public org.kuali.rice.kns.util.KualiDecimal getEncumbrance()

setEncumbrance

public void setEncumbrance(org.kuali.rice.kns.util.KualiDecimal encumbrance)

getCarryForward

public org.kuali.rice.kns.util.KualiDecimal getCarryForward()

setCarryForward

public void setCarryForward(org.kuali.rice.kns.util.KualiDecimal carryForward)

getAccountNumber

public String getAccountNumber()
Gets the accountNbr attribute.

Returns:
Returns the accountNbr.

setAccountNumber

public void setAccountNumber(String accountNbr)
Sets the accountNbr attribute value.

Parameters:
accountNbr - The accountNbr to set.

getChartOfAccountsCode

public String getChartOfAccountsCode()
Gets the chartOfAccountsCode attribute.

Returns:
Returns the chartOfAccountsCode.

setChartOfAccountsCode

public void setChartOfAccountsCode(String chartOfAccountsCode)
Sets the chartOfAccountsCode attribute value.

Parameters:
chartOfAccountsCode - The chartOfAccountsCode to set.

getSubAccountNumber

public String getSubAccountNumber()
Gets the subAccountNbr attribute.

Returns:
Returns the subAccountNbr.

setSubAccountNumber

public void setSubAccountNumber(String subAccountNbr)
Sets the subAccountNbr attribute value.

Parameters:
subAccountNbr - The subAccountNbr to set.

getAccount

public Account getAccount()
Gets the account attribute.

Returns:
Returns the account.

setAccount

public void setAccount(Account account)
Sets the account attribute value.

Parameters:
account - The account to set.

getChartOfAccounts

public Chart getChartOfAccounts()
Gets the chartOfAccounts attribute.

Returns:
Returns the chartOfAccounts.

setChartOfAccounts

public void setChartOfAccounts(Chart chartOfAccounts)
Sets the chartOfAccounts attribute value.

Parameters:
chartOfAccounts - The chartOfAccounts to set.

getOrganizationReversionCategory

public OrganizationReversionCategory getOrganizationReversionCategory()
Gets the organizationReversionCategory attribute.

Returns:
Returns the organizationReversionCategory.

setOrganizationReversionCategory

public void setOrganizationReversionCategory(OrganizationReversionCategory organizationReversionCategory)
Sets the organizationReversionCategory attribute value.

Parameters:
organizationReversionCategory - The organizationReversionCategory to set.

getOrganizationReversionUnitOfWork

public OrgReversionUnitOfWork getOrganizationReversionUnitOfWork()
Gets the organizationReversionUnitOfWork attribute.

Returns:
Returns the organizationReversionUnitOfWork.

setOrganizationReversionUnitOfWork

public void setOrganizationReversionUnitOfWork(OrgReversionUnitOfWork organizationReversionUnitOfWork)
Sets the organizationReversionUnitOfWork attribute value.

Parameters:
organizationReversionUnitOfWork - The organizationReversionUnitOfWork to set.

getSubAccount

public SubAccount getSubAccount()
Gets the subAccount attribute.

Returns:
Returns the subAccount.

setSubAccount

public void setSubAccount(SubAccount subAccount)
Sets the subAccount attribute value.

Parameters:
subAccount - The subAccount to set.

toStringMapper

protected LinkedHashMap toStringMapper()
Specified by:
toStringMapper in class org.kuali.rice.kns.bo.BusinessObjectBase
See Also:
BusinessObjectBase.toStringMapper()


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.