public class IndirectCostRecoveryExclusionAccount extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase implements org.kuali.rice.core.api.mo.common.active.MutableInactivatable
| Constructor and Description |
|---|
IndirectCostRecoveryExclusionAccount() |
| Modifier and Type | Method and Description |
|---|---|
Account |
getAccount()
Gets the account attribute.
|
String |
getAccountNumber()
Gets the accountNumber attribute.
|
Chart |
getChart()
Gets the chart attribute.
|
String |
getChartOfAccountsCode()
Gets the chartOfAccountsCode attribute.
|
Chart |
getFinancialObjectChartOfAccount()
Gets the financialObjectChartOfAccount attribute.
|
String |
getFinancialObjectChartOfAccountCode()
Gets the financialObjectChartOfAccountCode attribute.
|
String |
getFinancialObjectCode()
Gets the financialObjectCode attribute.
|
ObjectCode |
getObjectCodeCurrent() |
boolean |
isActive() |
void |
setAccount(Account account)
Deprecated.
|
void |
setAccountNumber(String accountNumber)
Sets the accountNumber attribute.
|
void |
setActive(boolean active) |
void |
setChart(Chart chart)
Deprecated.
|
void |
setChartOfAccountsCode(String chartOfAccountsCode)
Sets the chartOfAccountsCode attribute.
|
void |
setFinancialObjectChartOfAccount(Chart financialObjectChartOfAccount)
Deprecated.
|
void |
setFinancialObjectChartOfAccountCode(String financialObjectChartOfAccountCode)
Sets the financialObjectChartOfAccountCode attribute.
|
void |
setFinancialObjectCode(String financialObjectCode)
Sets the financialObjectCode attribute.
|
void |
setObjectCodeCurrent(ObjectCode objectCodeCurrent)
Deprecated.
|
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, setVersionNumberpublic IndirectCostRecoveryExclusionAccount()
public String getChartOfAccountsCode()
public void setChartOfAccountsCode(String chartOfAccountsCode)
chartOfAccountsCode - The chartOfAccountsCode to set.public String getAccountNumber()
public void setAccountNumber(String accountNumber)
accountNumber - The accountNumber to set.public String getFinancialObjectChartOfAccountCode()
public void setFinancialObjectChartOfAccountCode(String financialObjectChartOfAccountCode)
financialObjectChartOfAccountCode - The financialObjectChartOfAccountCode to set.public String getFinancialObjectCode()
public void setFinancialObjectCode(String financialObjectCode)
financialObjectCode - The financialObjectCode to set.public void setChart(Chart chart)
chart - The chart to set.public Account getAccount()
public void setAccount(Account account)
account - The account to set.public Chart getFinancialObjectChartOfAccount()
public void setFinancialObjectChartOfAccount(Chart financialObjectChartOfAccount)
financialObjectChartOfAccount - The financialObjectChartOfAccount to set.public ObjectCode getObjectCodeCurrent()
public void setObjectCodeCurrent(ObjectCode objectCodeCurrent)
objectCode - The objectCode to set.public boolean isActive()
isActive in interface org.kuali.rice.core.api.mo.common.active.Inactivatablepublic void setActive(boolean active)
setActive in interface org.kuali.rice.core.api.mo.common.active.MutableInactivatableactive - Set if the record is active.protected LinkedHashMap toStringMapper_RICE20_REFACTORME()
org.kuali.rice.krad.bo.BusinessObjectBase#toStringMapper()Copyright © 2004–2014 The Kuali Foundation. All rights reserved.