public class FinancialSystemUserServiceImpl.ChartOrgHolderImpl extends Object implements ChartOrgHolder
Modifier and Type | Field and Description |
---|---|
protected String |
chartOfAccountsCode |
protected String |
organizationCode |
Constructor and Description |
---|
FinancialSystemUserServiceImpl.ChartOrgHolderImpl() |
FinancialSystemUserServiceImpl.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) |
protected String chartOfAccountsCode
protected String organizationCode
public FinancialSystemUserServiceImpl.ChartOrgHolderImpl()
public FinancialSystemUserServiceImpl.ChartOrgHolderImpl(String chartOfAccountsCode, String organizationCode)
public Chart getChartOfAccounts()
getChartOfAccounts
in interface ChartOrgHolder
public Organization getOrganization()
getOrganization
in interface ChartOrgHolder
public String getChartOfAccountsCode()
getChartOfAccountsCode
in interface ChartOrgHolder
public void setChartOfAccountsCode(String chartOfAccountsCode)
public String getOrganizationCode()
getOrganizationCode
in interface ChartOrgHolder
public void setOrganizationCode(String organizationCode)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.