org.kuali.kfs.sys.businessobject
Class ChartOrgHolderImpl

java.lang.Object
  extended by org.kuali.kfs.sys.businessobject.ChartOrgHolderImpl
All Implemented Interfaces:
ChartOrgHolder

public class ChartOrgHolderImpl
extends Object
implements ChartOrgHolder


Field Summary
protected  Chart chartOfAccounts
           
protected  String chartOfAccountsCode
           
protected static ChartService chartService
           
protected  Organization organization
           
protected  String organizationCode
           
protected static OrganizationService organizationService
           
 
Constructor Summary
ChartOrgHolderImpl()
           
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
 

Field Detail

chartOfAccountsCode

protected String chartOfAccountsCode

organizationCode

protected String organizationCode

chartOfAccounts

protected Chart chartOfAccounts

organization

protected Organization organization

organizationService

protected static transient OrganizationService organizationService

chartService

protected static transient ChartService chartService
Constructor Detail

ChartOrgHolderImpl

public ChartOrgHolderImpl()

ChartOrgHolderImpl

public ChartOrgHolderImpl(String chartOfAccountsCode,
                          String organizationCode)
Method Detail

getChartOfAccountsCode

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

getOrganizationCode

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

getChartOfAccounts

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

getOrganization

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

setChartOfAccountsCode

public void setChartOfAccountsCode(String chartOfAccountsCode)

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.