org.kuali.kfs.sys.service.impl
Class FinancialSystemUserServiceImpl.ChartOrgHolderImpl

java.lang.Object
  extended by org.kuali.kfs.sys.service.impl.FinancialSystemUserServiceImpl.ChartOrgHolderImpl
All Implemented Interfaces:
ChartOrgHolder
Enclosing class:
FinancialSystemUserServiceImpl

public class FinancialSystemUserServiceImpl.ChartOrgHolderImpl
extends Object
implements ChartOrgHolder


Constructor Summary
FinancialSystemUserServiceImpl.ChartOrgHolderImpl()
           
FinancialSystemUserServiceImpl.ChartOrgHolderImpl(String chartOfAccountsCode, String organizationCode)
           
 
Method Summary
 boolean equals(Object obj)
           
 Chart getChartOfAccounts()
           
 String getChartOfAccountsCode()
           
 Organization getOrganization()
           
 String getOrganizationCode()
           
 int hashCode()
           
 void setChartOfAccountsCode(String chartOfAccountsCode)
           
 void setOrganizationCode(String organizationCode)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FinancialSystemUserServiceImpl.ChartOrgHolderImpl

public FinancialSystemUserServiceImpl.ChartOrgHolderImpl()

FinancialSystemUserServiceImpl.ChartOrgHolderImpl

public FinancialSystemUserServiceImpl.ChartOrgHolderImpl(String chartOfAccountsCode,
                                                         String organizationCode)
Method Detail

getChartOfAccounts

public Chart getChartOfAccounts()
Specified by:
getChartOfAccounts in interface ChartOrgHolder

getOrganization

public Organization getOrganization()
Specified by:
getOrganization in interface ChartOrgHolder

getChartOfAccountsCode

public String getChartOfAccountsCode()
Specified by:
getChartOfAccountsCode in interface ChartOrgHolder

setChartOfAccountsCode

public void setChartOfAccountsCode(String chartOfAccountsCode)

getOrganizationCode

public String getOrganizationCode()
Specified by:
getOrganizationCode in interface ChartOrgHolder

setOrganizationCode

public void setOrganizationCode(String organizationCode)

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


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