|
||||||||||
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.coa.businessobject.OrganizationReversionDetail
public class OrganizationReversionDetail
Field Summary |
---|
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
OrganizationReversionDetail()
Default constructor. |
Method Summary | |
---|---|
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()
|
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 OrganizationReversionDetail()
Method Detail |
---|
public Integer getUniversityFiscalYear()
public void setUniversityFiscalYear(Integer universityFiscalYear)
universityFiscalYear
- 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 OrganizationReversionCategoryInfo
public void setOrganizationReversionCode(String organizationReversionCode)
organizationReversionCode
- The organizationReversionCode to set.public String getOrganizationReversionObjectCode()
getOrganizationReversionObjectCode
in interface OrganizationReversionCategoryInfo
public 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.kns.bo.Inactivateable
public void setActive(boolean active)
setActive
in interface org.kuali.rice.kns.bo.Inactivateable
active
- The active 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 |