public class OrganizationReversionDetail extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase implements org.kuali.rice.core.api.mo.common.active.MutableInactivatable, OrganizationReversionCategoryInfo, FiscalYearBasedBusinessObject
| Constructor and Description | 
|---|
| OrganizationReversionDetail()Default constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| Chart | getChartOfAccounts()Gets the chartOfAccounts attribute. | 
| String | getChartOfAccountsCode()Gets the chartOfAccountsCode attribute. | 
| Organization | getOrganization()Gets the organization attribute. | 
| String | getOrganizationCode()Gets the organizationCode attribute. | 
| OrganizationReversion | getOrganizationReversion()Gets the organizationReversion attribute. | 
| OrganizationReversionCategory | getOrganizationReversionCategory()Gets the organizationReversionCategory attribute. | 
| String | getOrganizationReversionCategoryCode()Gets the organizationReversionCategoryCode attribute. | 
| String | getOrganizationReversionCode()Gets the organizationReversionCode attribute. | 
| ObjectCode | getOrganizationReversionObject()Gets the organizationReversionObject attribute. | 
| String | getOrganizationReversionObjectCode()Gets the organizationReversionObjectCode attribute. | 
| SystemOptions | getUniversityFiscal()Gets the universityFiscal attribute. | 
| Integer | getUniversityFiscalYear()Gets the universityFiscalYear attribute. | 
| boolean | isActive()Gets the active attribute. | 
| void | setActive(boolean active)Sets the active attribute value. | 
| void | setChartOfAccounts(Chart chartOfAccounts)Deprecated.   | 
| void | setChartOfAccountsCode(String chartOfAccountsCode)Sets the chartOfAccountsCode attribute. | 
| void | setOrganization(Organization organization)Deprecated.   | 
| void | setOrganizationCode(String organizationCode)Sets the organizationCode attribute. | 
| void | setOrganizationReversion(OrganizationReversion organizationReversion)Sets the organizationReversion attribute value. | 
| void | setOrganizationReversionCategory(OrganizationReversionCategory organizationReversionCategory)Sets the organizationReversionCategory attribute value. | 
| void | setOrganizationReversionCategoryCode(String organizationReversionCategoryCode)Sets the organizationReversionCategoryCode attribute. | 
| void | setOrganizationReversionCode(String organizationReversionCode)Sets the organizationReversionCode attribute. | 
| void | setOrganizationReversionObject(ObjectCode organizationReversionObject)Deprecated.   | 
| void | setOrganizationReversionObjectCode(String organizationReversionObjectCode)Sets the organizationReversionObjectCode attribute. | 
| 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 OrganizationReversionDetail()
public Integer getUniversityFiscalYear()
getUniversityFiscalYear in interface FiscalYearBasedBusinessObjectpublic void setUniversityFiscalYear(Integer universityFiscalYear)
setUniversityFiscalYear in interface FiscalYearBasedBusinessObjectuniversityFiscalYear - The universityFiscalYear to set.public String getChartOfAccountsCode()
public void setChartOfAccountsCode(String chartOfAccountsCode)
chartOfAccountsCode - The chartOfAccountsCode to set.public String getOrganizationCode()
public void setOrganizationCode(String organizationCode)
organizationCode - The organizationCode to set.public String getOrganizationReversionCategoryCode()
public void setOrganizationReversionCategoryCode(String organizationReversionCategoryCode)
organizationReversionCategoryCode - The organizationReversionCategoryCode to set.public String getOrganizationReversionCode()
getOrganizationReversionCode in interface OrganizationReversionCategoryInfopublic void setOrganizationReversionCode(String organizationReversionCode)
organizationReversionCode - The organizationReversionCode to set.public String getOrganizationReversionObjectCode()
getOrganizationReversionObjectCode in interface OrganizationReversionCategoryInfopublic void setOrganizationReversionObjectCode(String organizationReversionObjectCode)
organizationReversionObjectCode - The organizationReversionObjectCode to set.public ObjectCode getOrganizationReversionObject()
public void setOrganizationReversionObject(ObjectCode organizationReversionObject)
organizationReversionObject - The organizationReversionObject to set.public Organization getOrganization()
public void setOrganization(Organization organization)
organization - The organization 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 SystemOptions getUniversityFiscal()
public void setUniversityFiscal(SystemOptions universityFiscal)
universityFiscal - The universityFiscal to set.public OrganizationReversion getOrganizationReversion()
public void setOrganizationReversion(OrganizationReversion organizationReversion)
organizationReversion - The organizationReversion to set.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.protected LinkedHashMap toStringMapper_RICE20_REFACTORME()
org.kuali.rice.krad.bo.BusinessObjectBase#toStringMapper()Copyright © 2004–2014 The Kuali Foundation. All rights reserved.