public class IndirectCostRecoveryAccount extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase implements org.kuali.rice.core.api.mo.common.active.MutableInactivatable
Constructor and Description |
---|
IndirectCostRecoveryAccount()
Default constructor.
|
IndirectCostRecoveryAccount(IndirectCostRecoveryAccount icr) |
Modifier and Type | Method and Description |
---|---|
static IndirectCostRecoveryAccount |
copyICRAccount(IndirectCostRecoveryAccount icrAccount)
static instantiate an ICRAccount from an ICRAccount
|
BigDecimal |
getAccountLinePercent() |
String |
getAccountNumber() |
String |
getChartOfAccountsCode() |
Account |
getIndirectCostRecoveryAccount() |
Integer |
getIndirectCostRecoveryAccountGeneratedIdentifier() |
String |
getIndirectCostRecoveryAccountNumber() |
Chart |
getIndirectCostRecoveryChartOfAccounts() |
String |
getIndirectCostRecoveryFinCoaCode() |
boolean |
isActive() |
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) |
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 IndirectCostRecoveryAccount()
public IndirectCostRecoveryAccount(IndirectCostRecoveryAccount icr)
public static IndirectCostRecoveryAccount copyICRAccount(IndirectCostRecoveryAccount 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 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.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
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.