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 ChartOrgHolderpublic String getOrganizationCode()
getOrganizationCode in interface ChartOrgHolderpublic Chart getChartOfAccounts()
getChartOfAccounts in interface ChartOrgHolderpublic Organization getOrganization()
getOrganization in interface ChartOrgHolderpublic void setChartOfAccountsCode(String chartOfAccountsCode)
public void setOrganizationCode(String organizationCode)
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.