org.kuali.kfs.sys.businessobject
Class ChartOrgHolderImpl
java.lang.Object
org.kuali.kfs.sys.businessobject.ChartOrgHolderImpl
- All Implemented Interfaces:
- ChartOrgHolder
public class ChartOrgHolderImpl
- extends Object
- implements ChartOrgHolder
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
ChartOrgHolderImpl
public ChartOrgHolderImpl()
ChartOrgHolderImpl
public ChartOrgHolderImpl(String chartOfAccountsCode,
String organizationCode)
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.