org.kuali.kfs.coa.businessobject
Interface CarryForwardReversionProcessOrganizationInfo

All Known Implementing Classes:
ClosedAccountOrganizationReversion, OrganizationReversion

public interface CarryForwardReversionProcessOrganizationInfo


Method Summary
 String getBudgetReversionAccountNumber()
          Gets the budgetReversionAccountNumber attribute.
 String getBudgetReversionChartOfAccountsCode()
          Gets the budgetReversionChartOfAccountsCode attribute.
 String getCashReversionAccountNumber()
          Gets the cashReversionAccountNumber attribute.
 String getCashReversionChartCashObjectCode()
           
 String getCashReversionFinancialChartOfAccountsCode()
          Gets the cashReversionFinancialChartOfAccountsCode attribute.
 String getChartOfAccountsCode()
          Gets the chartOfAccountsCode attribute.
 String getOrganizationChartCashObjectCode()
           
 String getOrganizationCode()
          Gets the organizationCode attribute.
 OrganizationReversionCategoryInfo getOrganizationReversionDetail(String categoryCode)
          Retrieves an organization reversion detail by category code
 Integer getUniversityFiscalYear()
          Gets the universityFiscalYear attribute.
 boolean isCarryForwardByObjectCodeIndicator()
          Gets the carryForwardByObjectCodeIndicator attribute.
 

Method Detail

getChartOfAccountsCode

String getChartOfAccountsCode()
Gets the chartOfAccountsCode attribute.

Returns:
Returns the chartOfAccountsCode

getOrganizationCode

String getOrganizationCode()
Gets the organizationCode attribute.

Returns:
Returns the organizationCode

isCarryForwardByObjectCodeIndicator

boolean isCarryForwardByObjectCodeIndicator()
Gets the carryForwardByObjectCodeIndicator attribute.

Returns:
Returns the carryForwardByObjectCodeIndicator

getCashReversionFinancialChartOfAccountsCode

String getCashReversionFinancialChartOfAccountsCode()
Gets the cashReversionFinancialChartOfAccountsCode attribute.

Returns:
Returns the cashReversionFinancialChartOfAccountsCode

getCashReversionAccountNumber

String getCashReversionAccountNumber()
Gets the cashReversionAccountNumber attribute.

Returns:
Returns the cashReversionAccountNumber

getOrganizationReversionDetail

OrganizationReversionCategoryInfo getOrganizationReversionDetail(String categoryCode)
Retrieves an organization reversion detail by category code

Parameters:
categoryCode - category code to find detail for
Returns:
the organization reversion detail, or null if no active detail record for the given category code could be found

getBudgetReversionChartOfAccountsCode

String getBudgetReversionChartOfAccountsCode()
Gets the budgetReversionChartOfAccountsCode attribute.

Returns:
Returns the budgetReversionChartOfAccountsCode

getBudgetReversionAccountNumber

String getBudgetReversionAccountNumber()
Gets the budgetReversionAccountNumber attribute.

Returns:
Returns the budgetReversionAccountNumber

getUniversityFiscalYear

Integer getUniversityFiscalYear()
Gets the universityFiscalYear attribute.

Returns:
Returns the universityFiscalYear

getCashReversionChartCashObjectCode

String getCashReversionChartCashObjectCode()
Returns:
the cash object code from the cash reversion's chart

getOrganizationChartCashObjectCode

String getOrganizationChartCashObjectCode()
Returns:
the cash object code from the organization's chart


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.