|
||||||||||
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.OrganizationReversion
public class OrganizationReversion
Field Summary |
---|
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
OrganizationReversion()
Default constructor. |
Method Summary | |
---|---|
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()
|
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 OrganizationReversion()
Method Detail |
---|
public List<OrganizationReversionDetail> getOrganizationReversionDetail()
public void addOrganizationReversionDetail(OrganizationReversionDetail ord)
public void setOrganizationReversionDetail(List<OrganizationReversionDetail> organizationReversionDetail)
public OrganizationReversionCategoryInfo getOrganizationReversionDetail(String categoryCode)
CarryForwardReversionProcessOrganizationInfo
getOrganizationReversionDetail
in interface CarryForwardReversionProcessOrganizationInfo
categoryCode
- category code to find detail for
public Integer getUniversityFiscalYear()
getUniversityFiscalYear
in interface CarryForwardReversionProcessOrganizationInfo
public void setUniversityFiscalYear(Integer universityFiscalYear)
universityFiscalYear
- The universityFiscalYear to set.public String getChartOfAccountsCode()
getChartOfAccountsCode
in interface CarryForwardReversionProcessOrganizationInfo
public void setChartOfAccountsCode(String chartOfAccountsCode)
chartOfAccountsCode
- The chartOfAccountsCode to set.public String getOrganizationCode()
getOrganizationCode
in interface CarryForwardReversionProcessOrganizationInfo
public void setOrganizationCode(String organizationCode)
organizationCode
- The organizationCode to set.public String getBudgetReversionChartOfAccountsCode()
getBudgetReversionChartOfAccountsCode
in interface CarryForwardReversionProcessOrganizationInfo
public void setBudgetReversionChartOfAccountsCode(String budgetReversionChartOfAccountsCode)
budgetReversionChartOfAccountsCode
- The budgetReversionChartOfAccountsCode to set.public String getBudgetReversionAccountNumber()
getBudgetReversionAccountNumber
in interface CarryForwardReversionProcessOrganizationInfo
public void setBudgetReversionAccountNumber(String budgetReversionAccountNumber)
budgetReversionAccountNumber
- The budgetReversionAccountNumber to set.public boolean isCarryForwardByObjectCodeIndicator()
isCarryForwardByObjectCodeIndicator
in interface CarryForwardReversionProcessOrganizationInfo
public void setCarryForwardByObjectCodeIndicator(boolean carryForwardByObjectCodeIndicator)
carryForwardByObjectCodeIndicator
- The carryForwardByObjectCodeIndicator to set.public String getCashReversionFinancialChartOfAccountsCode()
getCashReversionFinancialChartOfAccountsCode
in interface CarryForwardReversionProcessOrganizationInfo
public void setCashReversionFinancialChartOfAccountsCode(String cashReversionFinancialChartOfAccountsCode)
cashReversionFinancialChartOfAccountsCode
- The cashReversionFinancialChartOfAccountsCode to set.public String getCashReversionAccountNumber()
getCashReversionAccountNumber
in interface CarryForwardReversionProcessOrganizationInfo
public 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()
toStringMapper
in class org.kuali.rice.kns.bo.BusinessObjectBase
BusinessObjectBase.toStringMapper()
public Organization getOrganization()
public void setOrganization(Organization organization)
public String getOrganizationReversionViewer()
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.public String getCashReversionChartCashObjectCode()
getCashReversionChartCashObjectCode
in interface CarryForwardReversionProcessOrganizationInfo
CarryForwardReversionProcessOrganizationInfo.getCashReversionChartCashObjectCode()
public String getOrganizationChartCashObjectCode()
getOrganizationChartCashObjectCode
in interface CarryForwardReversionProcessOrganizationInfo
CarryForwardReversionProcessOrganizationInfo.getOrganizationChartCashObjectCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |