public class A21SubAccount extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase
Modifier and Type | Field and Description |
---|---|
protected List<A21IndirectCostRecoveryAccount> |
a21IndirectCostRecoveryAccounts |
protected Account |
account |
protected String |
accountNumber |
protected Chart |
chartOfAccounts |
protected String |
chartOfAccountsCode |
protected Account |
costShareAccount |
protected Chart |
costShareChartOfAccount |
protected String |
costShareChartOfAccountCode |
protected String |
costShareSourceAccountNumber |
protected SubAccount |
costShareSourceSubAccount |
protected String |
costShareSourceSubAccountNumber |
protected String |
financialIcrSeriesIdentifier |
protected IndirectCostRecoveryType |
indirectCostRecoveryType |
protected String |
indirectCostRecoveryTypeCode |
protected boolean |
offCampusCode |
protected String |
subAccountNumber |
protected String |
subAccountTypeCode |
Constructor and Description |
---|
A21SubAccount() |
Modifier and Type | Method and Description |
---|---|
List |
buildListOfDeletionAwareLists() |
List<A21IndirectCostRecoveryAccount> |
getA21ActiveIndirectCostRecoveryAccounts() |
List<A21IndirectCostRecoveryAccount> |
getA21IndirectCostRecoveryAccounts() |
Account |
getAccount()
Gets the account attribute.
|
String |
getAccountNumber()
Gets the accountNumber attribute.
|
Chart |
getChartOfAccounts()
Gets the chartOfAccounts attribute.
|
String |
getChartOfAccountsCode()
Gets the chartOfAccountsCode attribute.
|
Account |
getCostShareAccount()
Gets the costShareAccount attribute.
|
Chart |
getCostShareChartOfAccount()
Gets the costShareChartOfAccount attribute.
|
String |
getCostShareChartOfAccountCode()
Gets the costShareChartOfAccountCode attribute.
|
String |
getCostShareSourceAccountNumber()
Gets the costShareSourceAccountNumber attribute.
|
SubAccount |
getCostShareSourceSubAccount()
Gets the costShareSourceSubAccount attribute.
|
String |
getCostShareSourceSubAccountNumber()
Gets the costShareSourceSubAccountNumber attribute.
|
String |
getFinancialIcrSeriesIdentifier()
Gets the financialIcrSeriesIdentifier attribute.
|
IndirectCostRecoveryType |
getIndirectCostRecoveryType()
Gets the indirectCostRecoveryType attribute.
|
String |
getIndirectCostRecoveryTypeCode()
Gets the indirectCostRecoveryTypeCode attribute.
|
boolean |
getOffCampusCode()
Gets the offCampusCode attribute.
|
static long |
getSerialVersionUID()
Gets the serialVersionUID attribute.
|
String |
getSubAccountNumber()
Gets the subAccountNumber attribute.
|
String |
getSubAccountTypeCode()
Gets the subAccountTypeCode attribute.
|
void |
setA21IndirectCostRecoveryAccounts(List<A21IndirectCostRecoveryAccount> a21IndirectCostRecoveryAccounts) |
void |
setAccount(Account account)
Deprecated.
|
void |
setAccountNumber(String accountNumber)
Sets the accountNumber attribute value.
|
void |
setChartOfAccounts(Chart chartOfAccounts)
Deprecated.
|
void |
setChartOfAccountsCode(String chartOfAccountsCode)
Sets the chartOfAccountsCode attribute value.
|
void |
setCostShareAccount(Account costShareAccount)
Sets the costShareAccount attribute value.
|
void |
setCostShareChartOfAccount(Chart costShareChartOfAccount)
Sets the costShareChartOfAccount attribute value.
|
void |
setCostShareChartOfAccountCode(String costShareChartOfAccountCode)
Sets the costShareChartOfAccountCode attribute value.
|
void |
setCostShareSourceAccountNumber(String costShareSourceAccountNumber)
Sets the costShareSourceAccountNumber attribute value.
|
void |
setCostShareSourceSubAccount(SubAccount costShareSourceSubAccount)
Sets the costShareSourceSubAccount attribute value.
|
void |
setCostShareSourceSubAccountNumber(String costShareSourceSubAccountNumber)
Sets the costShareSourceSubAccountNumber attribute value.
|
void |
setFinancialIcrSeriesIdentifier(String financialIcrSeriesIdentifier)
Sets the financialIcrSeriesIdentifier attribute value.
|
void |
setIndirectCostRecoveryType(IndirectCostRecoveryType icrTypeCode)
Sets the indirectCostRecoveryType attribute value.
|
void |
setIndirectCostRecoveryTypeCode(String indirectCostRecoveryTypeCode)
Sets the indirectCostRecoveryTypeCode attribute value.
|
void |
setOffCampusCode(boolean offCampusCode)
Sets the offCampusCode attribute value.
|
void |
setSubAccountNumber(String subAccountNumber)
Sets the subAccountNumber attribute value.
|
void |
setSubAccountTypeCode(String subAccountTypeCode)
Sets the subAccountTypeCode attribute value.
|
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
protected String chartOfAccountsCode
protected String accountNumber
protected String subAccountNumber
protected String subAccountTypeCode
protected String indirectCostRecoveryTypeCode
protected String financialIcrSeriesIdentifier
protected boolean offCampusCode
protected String costShareChartOfAccountCode
protected String costShareSourceAccountNumber
protected String costShareSourceSubAccountNumber
protected Chart costShareChartOfAccount
protected Account costShareAccount
protected SubAccount costShareSourceSubAccount
protected IndirectCostRecoveryType indirectCostRecoveryType
protected Chart chartOfAccounts
protected List<A21IndirectCostRecoveryAccount> a21IndirectCostRecoveryAccounts
public A21SubAccount()
public static long getSerialVersionUID()
public String getAccountNumber()
public void setAccountNumber(String accountNumber)
accountNumber
- The accountNumber to set.public String getChartOfAccountsCode()
public void setChartOfAccountsCode(String chartOfAccountsCode)
chartOfAccountsCode
- The chartOfAccountsCode to set.public IndirectCostRecoveryType getIndirectCostRecoveryType()
public void setIndirectCostRecoveryType(IndirectCostRecoveryType icrTypeCode)
indirectCostRecoveryType
- The indirectCostRecoveryType to set.public String getIndirectCostRecoveryTypeCode()
public void setIndirectCostRecoveryTypeCode(String indirectCostRecoveryTypeCode)
indirectCostRecoveryTypeCode
- The indirectCostRecoveryTypeCode to set.public String getFinancialIcrSeriesIdentifier()
public void setFinancialIcrSeriesIdentifier(String financialIcrSeriesIdentifier)
financialIcrSeriesIdentifier
- The financialIcrSeriesIdentifier to set.public String getSubAccountNumber()
public void setSubAccountNumber(String subAccountNumber)
subAccountNumber
- The subAccountNumber to set.public String getSubAccountTypeCode()
public void setSubAccountTypeCode(String subAccountTypeCode)
subAccountTypeCode
- The subAccountTypeCode to set.public Account getCostShareAccount()
public void setCostShareAccount(Account costShareAccount)
costShareAccount
- The costShareAccount to set.public Chart getCostShareChartOfAccount()
public void setCostShareChartOfAccount(Chart costShareChartOfAccount)
costShareChartOfAccount
- The costShareChartOfAccount to set.public String getCostShareChartOfAccountCode()
public void setCostShareChartOfAccountCode(String costShareChartOfAccountCode)
costShareChartOfAccountCode
- The costShareChartOfAccountCode to set.public String getCostShareSourceAccountNumber()
public void setCostShareSourceAccountNumber(String costShareSourceAccountNumber)
costShareSourceAccountNumber
- The costShareSourceAccountNumber to set.public SubAccount getCostShareSourceSubAccount()
public void setCostShareSourceSubAccount(SubAccount costShareSourceSubAccount)
costShareSourceSubAccount
- The costShareSourceSubAccount to set.public String getCostShareSourceSubAccountNumber()
public void setCostShareSourceSubAccountNumber(String costShareSourceSubAccountNumber)
costShareSourceSubAccountNumber
- The costShareSourceSubAccountNumber to set.public boolean getOffCampusCode()
public void setOffCampusCode(boolean offCampusCode)
offCampusCode
- The offCampusCode to set.public Account getAccount()
public void setAccount(Account account)
account
- The account to set.public Chart getChartOfAccounts()
public void setChartOfAccounts(Chart chartOfAccounts)
chartOfAccounts
- The chartOfAccounts to set.public List<A21IndirectCostRecoveryAccount> getA21IndirectCostRecoveryAccounts()
public List<A21IndirectCostRecoveryAccount> getA21ActiveIndirectCostRecoveryAccounts()
public void setA21IndirectCostRecoveryAccounts(List<A21IndirectCostRecoveryAccount> a21IndirectCostRecoveryAccounts)
public List buildListOfDeletionAwareLists()
buildListOfDeletionAwareLists
in interface org.kuali.rice.krad.bo.PersistableBusinessObject
buildListOfDeletionAwareLists
in class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
PersistableBusinessObjectBase.buildListOfDeletionAwareLists()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.