|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.kfs.coa.businessobject.ClosedAccountOrganizationReversion
public class ClosedAccountOrganizationReversion
Wraps an OrganizationReversion detail to make sure that organization reversion returns only Closed Account details, which in turn will force R2 logic to run for all the details
Constructor Summary | |
---|---|
ClosedAccountOrganizationReversion(CarryForwardReversionProcessOrganizationInfo organizationReversion)
Constructs a ClosedAccountOrganizationReversion |
Method Summary | |
---|---|
String |
getBudgetReversionAccountNumber()
Returns the budget reversion account number from the wrapped org reversion |
String |
getBudgetReversionChartOfAccountsCode()
returns the budget reversion chart of accounts code from the wrapped organization reversion |
String |
getCashReversionAccountNumber()
Returns the cash reversion account number from the wrapped org reversion |
String |
getCashReversionChartCashObjectCode()
returns the cash reversion chart cash object code from the wrapped organization reversion |
String |
getCashReversionFinancialChartOfAccountsCode()
returns the cash reversion chart of accounts code from the wrapped organization reversion |
String |
getChartOfAccountsCode()
Returns the chart of accounts code from the wrapped org reversion |
String |
getOrganizationChartCashObjectCode()
returns the organization chart's cash object code from the wrapped organization reversion |
String |
getOrganizationCode()
Returns the organization code from the wrapped org reversion |
OrganizationReversionCategoryInfo |
getOrganizationReversionDetail(String categoryCode)
Returns a closed account org reversion detail for the given category |
Integer |
getUniversityFiscalYear()
Returns the fiscal year from the wrapped org reversion |
boolean |
isCarryForwardByObjectCodeIndicator()
Returns the carry forward by object code indicator from the wrapped org reversion |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClosedAccountOrganizationReversion(CarryForwardReversionProcessOrganizationInfo organizationReversion)
organizationReversion
- the organization reversion to wrapMethod Detail |
---|
public String getBudgetReversionAccountNumber()
getBudgetReversionAccountNumber
in interface CarryForwardReversionProcessOrganizationInfo
CarryForwardReversionProcessOrganizationInfo.getBudgetReversionAccountNumber()
public String getCashReversionAccountNumber()
getCashReversionAccountNumber
in interface CarryForwardReversionProcessOrganizationInfo
CarryForwardReversionProcessOrganizationInfo.getCashReversionAccountNumber()
public String getChartOfAccountsCode()
getChartOfAccountsCode
in interface CarryForwardReversionProcessOrganizationInfo
CarryForwardReversionProcessOrganizationInfo.getChartOfAccountsCode()
public String getOrganizationCode()
getOrganizationCode
in interface CarryForwardReversionProcessOrganizationInfo
CarryForwardReversionProcessOrganizationInfo.getOrganizationCode()
public OrganizationReversionCategoryInfo getOrganizationReversionDetail(String categoryCode)
getOrganizationReversionDetail
in interface CarryForwardReversionProcessOrganizationInfo
categoryCode
- category code to find detail for
CarryForwardReversionProcessOrganizationInfo.getOrganizationReversionDetail(java.lang.String)
public Integer getUniversityFiscalYear()
getUniversityFiscalYear
in interface CarryForwardReversionProcessOrganizationInfo
CarryForwardReversionProcessOrganizationInfo.getUniversityFiscalYear()
public boolean isCarryForwardByObjectCodeIndicator()
isCarryForwardByObjectCodeIndicator
in interface CarryForwardReversionProcessOrganizationInfo
CarryForwardReversionProcessOrganizationInfo.isCarryForwardByObjectCodeIndicator()
public String getBudgetReversionChartOfAccountsCode()
getBudgetReversionChartOfAccountsCode
in interface CarryForwardReversionProcessOrganizationInfo
CarryForwardReversionProcessOrganizationInfo.getBudgetReversionChartOfAccountsCode()
public String getCashReversionChartCashObjectCode()
getCashReversionChartCashObjectCode
in interface CarryForwardReversionProcessOrganizationInfo
CarryForwardReversionProcessOrganizationInfo.getCashReversionChartCashObjectCode()
public String getCashReversionFinancialChartOfAccountsCode()
getCashReversionFinancialChartOfAccountsCode
in interface CarryForwardReversionProcessOrganizationInfo
CarryForwardReversionProcessOrganizationInfo.getCashReversionFinancialChartOfAccountsCode()
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 |