public class ChartOrgHolderImpl extends Object implements ChartOrgHolder
Modifier and Type | Field and Description |
---|---|
protected Chart |
chartOfAccounts |
protected String |
chartOfAccountsCode |
protected static ChartService |
chartService |
protected Organization |
organization |
protected String |
organizationCode |
protected static OrganizationService |
organizationService |
Constructor and Description |
---|
ChartOrgHolderImpl() |
ChartOrgHolderImpl(Organization org) |
ChartOrgHolderImpl(String chartOfAccountsCode,
String organizationCode) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Chart |
getChartOfAccounts() |
String |
getChartOfAccountsCode() |
Organization |
getOrganization() |
String |
getOrganizationCode() |
int |
hashCode() |
void |
setChartOfAccountsCode(String chartOfAccountsCode) |
void |
setOrganizationCode(String organizationCode) |
String |
toString() |
protected String chartOfAccountsCode
protected String organizationCode
protected Chart chartOfAccounts
protected Organization organization
protected static transient OrganizationService organizationService
protected static transient ChartService chartService
public ChartOrgHolderImpl()
public ChartOrgHolderImpl(String chartOfAccountsCode, String organizationCode)
public ChartOrgHolderImpl(Organization org)
public String getChartOfAccountsCode()
getChartOfAccountsCode
in interface ChartOrgHolder
public String getOrganizationCode()
getOrganizationCode
in interface ChartOrgHolder
public Chart getChartOfAccounts()
getChartOfAccounts
in interface ChartOrgHolder
public Organization getOrganization()
getOrganization
in interface ChartOrgHolder
public void setChartOfAccountsCode(String chartOfAccountsCode)
public void setOrganizationCode(String organizationCode)
Copyright © 2004–2016 The Kuali Foundation. All rights reserved.