public class IndirectCostRecoveryAutoDefAccount extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase implements org.kuali.rice.core.api.mo.common.active.MutableInactivatable
| Constructor and Description |
|---|
IndirectCostRecoveryAutoDefAccount()
Default constructor.
|
IndirectCostRecoveryAutoDefAccount(IndirectCostRecoveryAutoDefAccount icr) |
| Modifier and Type | Method and Description |
|---|---|
static IndirectCostRecoveryAutoDefAccount |
copyICRAccount(IndirectCostRecoveryAutoDefAccount icrAccount)
static instantiate an ICRAccount from an ICRAccount
|
Integer |
getAccountDefaultId() |
BigDecimal |
getAccountLinePercent() |
String |
getAccountNumber() |
String |
getChartOfAccountsCode() |
Account |
getIndirectCostRecoveryAccount() |
Integer |
getIndirectCostRecoveryAccountGeneratedIdentifier() |
String |
getIndirectCostRecoveryAccountNumber() |
Chart |
getIndirectCostRecoveryChartOfAccounts() |
String |
getIndirectCostRecoveryFinCoaCode() |
boolean |
isActive() |
void |
setAccountDefaultId(Integer accountDefaultId) |
void |
setAccountLinePercent(BigDecimal accountLinePercent) |
void |
setAccountNumber(String accountNumber) |
void |
setActive(boolean active) |
void |
setChartOfAccountsCode(String chartOfAccountsCode) |
void |
setIndirectCostRecoveryAccount(Account indirectCostRecoveryAccount)
Deprecated.
Setter is required by OJB, but should not be used to modify this attribute. This attribute is set on the initial
creation of the object and should not be changed.
|
void |
setIndirectCostRecoveryAccountGeneratedIdentifier(Integer indirectCostRecoveryAccountGeneratedIdentifier) |
void |
setIndirectCostRecoveryAccountNumber(String indirectCostRecoveryAccountNumber) |
void |
setIndirectCostRecoveryChartOfAccounts(Chart indirectCostRecoveryChartOfAccounts)
Deprecated.
Setter is required by OJB, but should not be used to modify this attribute. This attribute is set on the initial
creation of the object and should not be changed.
|
void |
setIndirectCostRecoveryFinCoaCode(String indirectCostRecoveryFinCoaCode) |
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 IndirectCostRecoveryAutoDefAccount()
public IndirectCostRecoveryAutoDefAccount(IndirectCostRecoveryAutoDefAccount icr)
public static IndirectCostRecoveryAutoDefAccount copyICRAccount(IndirectCostRecoveryAutoDefAccount icrAccount)
icrAccount - public Integer getIndirectCostRecoveryAccountGeneratedIdentifier()
public String getChartOfAccountsCode()
public String getAccountNumber()
public void setIndirectCostRecoveryAccountGeneratedIdentifier(Integer indirectCostRecoveryAccountGeneratedIdentifier)
public void setChartOfAccountsCode(String chartOfAccountsCode)
public void setAccountNumber(String accountNumber)
public String getIndirectCostRecoveryFinCoaCode()
public String getIndirectCostRecoveryAccountNumber()
public BigDecimal getAccountLinePercent()
public void setIndirectCostRecoveryFinCoaCode(String indirectCostRecoveryFinCoaCode)
public void setIndirectCostRecoveryAccountNumber(String indirectCostRecoveryAccountNumber)
public void setAccountLinePercent(BigDecimal accountLinePercent)
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.MutableInactivatableprotected LinkedHashMap toStringMapper_RICE20_REFACTORME()
org.kuali.rice.krad.bo.BusinessObjectBase#toStringMapper()public Integer getAccountDefaultId()
public void setAccountDefaultId(Integer accountDefaultId)
public Account getIndirectCostRecoveryAccount()
@Deprecated public void setIndirectCostRecoveryAccount(Account indirectCostRecoveryAccount)
account - The account to set.public Chart getIndirectCostRecoveryChartOfAccounts()
@Deprecated public void setIndirectCostRecoveryChartOfAccounts(Chart indirectCostRecoveryChartOfAccounts)
indirectCostRcvyChartOfAccounts - The chartOfAccounts to set.Copyright © 2004–2015 The Kuali Foundation. All rights reserved.