org.kuali.kfs.sys.businessobject
Interface ChartOrgHolder

All Known Implementing Classes:
ChartOrgHolderImpl, FinancialSystemUserServiceImpl.ChartOrgHolderImpl

public interface ChartOrgHolder

Simple utility interface for abstracting an object which contains both a chart and organization code.


Method Summary
 Chart getChartOfAccounts()
           
 String getChartOfAccountsCode()
           
 Organization getOrganization()
           
 String getOrganizationCode()
           
 

Method Detail

getChartOfAccountsCode

String getChartOfAccountsCode()

getOrganizationCode

String getOrganizationCode()

getChartOfAccounts

Chart getChartOfAccounts()

getOrganization

Organization getOrganization()


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