public class SubAccount extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase implements org.kuali.rice.core.api.mo.common.active.MutableInactivatable
Modifier and Type | Field and Description |
---|---|
static String |
CACHE_NAME |
Constructor and Description |
---|
SubAccount()
Default no-arg constructor.
|
Modifier and Type | Method and Description |
---|---|
A21SubAccount |
getA21SubAccount()
Gets the a21SubAccount attribute.
|
Account |
getAccount()
Gets the account attribute.
|
String |
getAccountNumber()
Gets the accountNumber attribute.
|
String |
getCgCostSharingSection()
Gets the cGCostSharingSection attribute.
|
String |
getCgCostSharingSectionBlank()
Gets the cGCostSharingSectionBlank attribute.
|
String |
getCgICRSection()
Gets the cGICRSection attribute.
|
String |
getCgICRSectionBlank()
Gets the cGICRSectionBlank attribute.
|
Chart |
getChart() |
String |
getChartOfAccountsCode()
Gets the chartOfAccountsCode attribute.
|
Chart |
getFinancialReportChart() |
String |
getFinancialReportChartCode() |
String |
getFinancialReportingCode() |
String |
getFinancialReportingCodeSection()
Gets the financialReportingCodeSection attribute.
|
String |
getFinancialReportingCodeSectionBlank()
Gets the financialReportingCodeSectionBlank attribute.
|
String |
getFinReportOrganizationCode() |
Organization |
getOrg() |
ReportingCode |
getReportingCode()
Gets the financialReporting attribute.
|
String |
getSubAccountName()
Gets the subAccountName attribute.
|
String |
getSubAccountNumber()
Gets the subAccount attribute.
|
boolean |
isActive()
Gets the active attribute.
|
void |
setA21SubAccount(A21SubAccount subAccount)
Sets the a21SubAccount attribute value.
|
void |
setAccount(Account account)
Sets the account attribute.
|
void |
setAccountNumber(String accountNumber)
Sets the accountNumber attribute value.
|
void |
setActive(boolean active)
Sets the active attribute.
|
void |
setChart(Chart chart)
Deprecated.
|
void |
setChartOfAccountsCode(String chartOfAccountsCode)
Sets the chartOfAccountsCode attribute value.
|
void |
setFinancialReportChart(Chart financialReportChart)
Deprecated.
|
void |
setFinancialReportChartCode(String financialReportChartCode) |
void |
setFinancialReportingCode(String financialReportingCode) |
void |
setFinReportOrganizationCode(String finReportOrganizationCode) |
void |
setOrg(Organization org)
Deprecated.
|
void |
setReportingCode(ReportingCode reportingCode)
Deprecated.
|
void |
setSubAccountName(String subAccountName)
Sets the subAccountName attribute.
|
void |
setSubAccountNumber(String subAccountNumber)
Sets the subAccount attribute.
|
protected LinkedHashMap |
toStringMapper_RICE20_REFACTORME() |
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
public static final String CACHE_NAME
public SubAccount()
public String getAccountNumber()
public void setAccountNumber(String accountNumber)
public String getChartOfAccountsCode()
public void setChartOfAccountsCode(String chartOfAccountsCode)
chartOfAccountsCode
- The chartOfAccountsCode to set.public void setReportingCode(ReportingCode reportingCode)
reportingCode
- The financialReporting to set.public String getSubAccountName()
public void setSubAccountName(String subAccountName)
subAccountName
- The subAccountName to set.public boolean isActive()
isActive
in interface org.kuali.rice.core.api.mo.common.active.Inactivatable
public void setActive(boolean active)
setActive
in interface org.kuali.rice.core.api.mo.common.active.MutableInactivatable
active
- The active to set.public Account getAccount()
public void setAccount(Account account)
account
- The account to set.public String getSubAccountNumber()
public void setSubAccountNumber(String subAccountNumber)
subAccount
- The subAccount to set.public ReportingCode getReportingCode()
public String getFinancialReportChartCode()
public void setFinancialReportChartCode(String financialReportChartCode)
financialReportChartCode
- The financialReportChartCode to set.public String getFinancialReportingCode()
public void setFinancialReportingCode(String financialReportingCode)
financialReportingCode
- The financialReportingCode to set.public String getFinReportOrganizationCode()
public void setFinReportOrganizationCode(String finReportOrganizationCode)
finReportOrganizationCode
- The finReportOrganizationCode to set.public A21SubAccount getA21SubAccount()
public void setA21SubAccount(A21SubAccount subAccount)
subAccount
- The a21SubAccount to set.public Chart getFinancialReportChart()
public void setFinancialReportChart(Chart financialReportChart)
financialReportChart
- The financialReportChart to set.public Organization getOrg()
public void setOrg(Organization org)
org
- The org to set.protected LinkedHashMap toStringMapper_RICE20_REFACTORME()
org.kuali.rice.krad.bo.BusinessObjectBase#toStringMapper()
public String getCgCostSharingSectionBlank()
public String getCgICRSectionBlank()
public String getFinancialReportingCodeSectionBlank()
public String getCgCostSharingSection()
public String getCgICRSection()
public String getFinancialReportingCodeSection()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.