public class OrganizationReversion extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase implements org.kuali.rice.core.api.mo.common.active.MutableInactivatable, CarryForwardReversionProcessOrganizationInfo, FiscalYearBasedBusinessObject
| Constructor and Description | 
|---|
| OrganizationReversion()Default constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addOrganizationReversionDetail(OrganizationReversionDetail ord) | 
| Account | getBudgetReversionAccount()Gets the budgetReversionAccount attribute. | 
| String | getBudgetReversionAccountNumber()Gets the budgetReversionAccountNumber attribute. | 
| Chart | getBudgetReversionChartOfAccounts()Gets the budgetReversionChartOfAccounts attribute. | 
| String | getBudgetReversionChartOfAccountsCode()Gets the budgetReversionChartOfAccountsCode attribute. | 
| Account | getCashReversionAccount()Gets the cashReversionAccount attribute. | 
| String | getCashReversionAccountNumber()Gets the cashReversionAccountNumber attribute. | 
| String | getCashReversionChartCashObjectCode() | 
| Chart | getCashReversionFinancialChartOfAccounts()Gets the cashReversionFinancialChartOfAccounts attribute. | 
| String | getCashReversionFinancialChartOfAccountsCode()Gets the cashReversionFinancialChartOfAccountsCode attribute. | 
| Chart | getChartOfAccounts()Gets the chartOfAccounts attribute. | 
| String | getChartOfAccountsCode()Gets the chartOfAccountsCode attribute. | 
| Organization | getOrganization() | 
| String | getOrganizationChartCashObjectCode() | 
| String | getOrganizationCode()Gets the organizationCode attribute. | 
| List<OrganizationReversionDetail> | getOrganizationReversionDetail() | 
| OrganizationReversionCategoryInfo | getOrganizationReversionDetail(String categoryCode)Retrieves an organization reversion detail by category code | 
| String | getOrganizationReversionViewer()This method (a hack by any other name...) returns a string so that an organization reversion can have a link to view its own
 inquiry page after a look up | 
| List<Organization> | getOrganizations()Gets the organization attribute. | 
| SystemOptions | getUniversityFiscal()Gets the universityFiscal attribute. | 
| Integer | getUniversityFiscalYear()Gets the universityFiscalYear attribute. | 
| boolean | isActive()Gets the active attribute. | 
| boolean | isCarryForwardByObjectCodeIndicator()Gets the carryForwardByObjectCodeIndicator attribute. | 
| void | setActive(boolean active)Sets the active attribute value. | 
| void | setBudgetReversionAccount(Account budgetReversionAccount)Deprecated.   | 
| void | setBudgetReversionAccountNumber(String budgetReversionAccountNumber)Sets the budgetReversionAccountNumber attribute. | 
| void | setBudgetReversionChartOfAccounts(Chart budgetReversionChartOfAccounts)Deprecated.   | 
| void | setBudgetReversionChartOfAccountsCode(String budgetReversionChartOfAccountsCode)Sets the budgetReversionChartOfAccountsCode attribute. | 
| void | setCarryForwardByObjectCodeIndicator(boolean carryForwardByObjectCodeIndicator)Sets the carryForwardByObjectCodeIndicator attribute. | 
| void | setCashReversionAccount(Account cashReversionAccount)Deprecated.   | 
| void | setCashReversionAccountNumber(String cashReversionAccountNumber)Sets the cashReversionAccountNumber attribute. | 
| void | setCashReversionFinancialChartOfAccounts(Chart cashReversionFinancialChartOfAccounts)Deprecated.   | 
| void | setCashReversionFinancialChartOfAccountsCode(String cashReversionFinancialChartOfAccountsCode)Sets the cashReversionFinancialChartOfAccountsCode attribute. | 
| void | setChartOfAccounts(Chart chartOfAccounts)Deprecated.   | 
| void | setChartOfAccountsCode(String chartOfAccountsCode)Sets the chartOfAccountsCode attribute. | 
| void | setOrganization(Organization organization) | 
| void | setOrganizationCode(String organizationCode)Sets the organizationCode attribute. | 
| void | setOrganizationReversionDetail(List<OrganizationReversionDetail> organizationReversionDetail) | 
| void | setOrganizations(List<Organization> organization)Deprecated.   | 
| void | setUniversityFiscal(SystemOptions universityFiscal)Sets the universityFiscal attribute value. | 
| void | setUniversityFiscalYear(Integer universityFiscalYear)Sets the universityFiscalYear attribute. | 
| protected LinkedHashMap | toStringMapper_RICE20_REFACTORME() | 
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumberclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic OrganizationReversion()
public List<OrganizationReversionDetail> getOrganizationReversionDetail()
public void addOrganizationReversionDetail(OrganizationReversionDetail ord)
public void setOrganizationReversionDetail(List<OrganizationReversionDetail> organizationReversionDetail)
public OrganizationReversionCategoryInfo getOrganizationReversionDetail(String categoryCode)
CarryForwardReversionProcessOrganizationInfogetOrganizationReversionDetail in interface CarryForwardReversionProcessOrganizationInfocategoryCode - category code to find detail forpublic Integer getUniversityFiscalYear()
getUniversityFiscalYear in interface CarryForwardReversionProcessOrganizationInfogetUniversityFiscalYear in interface FiscalYearBasedBusinessObjectpublic void setUniversityFiscalYear(Integer universityFiscalYear)
setUniversityFiscalYear in interface FiscalYearBasedBusinessObjectuniversityFiscalYear - The universityFiscalYear to set.public String getChartOfAccountsCode()
getChartOfAccountsCode in interface CarryForwardReversionProcessOrganizationInfopublic void setChartOfAccountsCode(String chartOfAccountsCode)
chartOfAccountsCode - The chartOfAccountsCode to set.public String getOrganizationCode()
getOrganizationCode in interface CarryForwardReversionProcessOrganizationInfopublic void setOrganizationCode(String organizationCode)
organizationCode - The organizationCode to set.public String getBudgetReversionChartOfAccountsCode()
getBudgetReversionChartOfAccountsCode in interface CarryForwardReversionProcessOrganizationInfopublic void setBudgetReversionChartOfAccountsCode(String budgetReversionChartOfAccountsCode)
budgetReversionChartOfAccountsCode - The budgetReversionChartOfAccountsCode to set.public String getBudgetReversionAccountNumber()
getBudgetReversionAccountNumber in interface CarryForwardReversionProcessOrganizationInfopublic void setBudgetReversionAccountNumber(String budgetReversionAccountNumber)
budgetReversionAccountNumber - The budgetReversionAccountNumber to set.public boolean isCarryForwardByObjectCodeIndicator()
isCarryForwardByObjectCodeIndicator in interface CarryForwardReversionProcessOrganizationInfopublic void setCarryForwardByObjectCodeIndicator(boolean carryForwardByObjectCodeIndicator)
carryForwardByObjectCodeIndicator - The carryForwardByObjectCodeIndicator to set.public String getCashReversionFinancialChartOfAccountsCode()
getCashReversionFinancialChartOfAccountsCode in interface CarryForwardReversionProcessOrganizationInfopublic void setCashReversionFinancialChartOfAccountsCode(String cashReversionFinancialChartOfAccountsCode)
cashReversionFinancialChartOfAccountsCode - The cashReversionFinancialChartOfAccountsCode to set.public String getCashReversionAccountNumber()
getCashReversionAccountNumber in interface CarryForwardReversionProcessOrganizationInfopublic void setCashReversionAccountNumber(String cashReversionAccountNumber)
cashReversionAccountNumber - The cashReversionAccountNumber to set.public Chart getChartOfAccounts()
public void setChartOfAccounts(Chart chartOfAccounts)
chartOfAccounts - The chartOfAccounts to set.public List<Organization> getOrganizations()
public void setOrganizations(List<Organization> organization)
organization - The organization to set.public Account getCashReversionAccount()
public void setCashReversionAccount(Account cashReversionAccount)
cashReversionAccount - The cashReversionAccount to set.public Account getBudgetReversionAccount()
public void setBudgetReversionAccount(Account budgetReversionAccount)
budgetReversionAccount - The budgetReversionAccount to set.public Chart getBudgetReversionChartOfAccounts()
public void setBudgetReversionChartOfAccounts(Chart budgetReversionChartOfAccounts)
budgetReversionChartOfAccounts - The budgetReversionChartOfAccounts to set.public Chart getCashReversionFinancialChartOfAccounts()
public void setCashReversionFinancialChartOfAccounts(Chart cashReversionFinancialChartOfAccounts)
cashReversionFinancialChartOfAccounts - The cashReversionFinancialChartOfAccounts to set.public SystemOptions getUniversityFiscal()
public void setUniversityFiscal(SystemOptions universityFiscal)
universityFiscal - The universityFiscal to set.protected LinkedHashMap toStringMapper_RICE20_REFACTORME()
org.kuali.rice.krad.bo.BusinessObjectBase#toStringMapper()public Organization getOrganization()
public void setOrganization(Organization organization)
public String getOrganizationReversionViewer()
public boolean isActive()
isActive in interface org.kuali.rice.core.api.mo.common.active.Inactivatablepublic void setActive(boolean active)
setActive in interface org.kuali.rice.core.api.mo.common.active.MutableInactivatableactive - The active to set.public String getCashReversionChartCashObjectCode()
getCashReversionChartCashObjectCode in interface CarryForwardReversionProcessOrganizationInfoCarryForwardReversionProcessOrganizationInfo.getCashReversionChartCashObjectCode()public String getOrganizationChartCashObjectCode()
getOrganizationChartCashObjectCode in interface CarryForwardReversionProcessOrganizationInfoCarryForwardReversionProcessOrganizationInfo.getOrganizationChartCashObjectCode()Copyright © 2004–2015 The Kuali Foundation. All rights reserved.