|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.PersistableBusinessObjectBase
org.kuali.kfs.coa.businessobject.A21SubAccount
public class A21SubAccount
Field Summary |
---|
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
A21SubAccount()
|
Method Summary | |
---|---|
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. |
String |
getIndirectCostRcvyFinCoaCode()
Gets the indirectCostRcvyFinCoaCode attribute. |
Account |
getIndirectCostRecoveryAcct()
Gets the indirectCostRecoveryAcct attribute. |
String |
getIndirectCostRecoveryAcctNbr()
Gets the indirectCostRecoveryAcctNbr attribute. |
Chart |
getIndirectCostRecoveryChartOfAccounts()
Gets the indirectCostRecoveryChartOfAccounts 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 |
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 |
setIndirectCostRcvyFinCoaCode(String indirectCostRcvyFinCoaCode)
Sets the indirectCostRcvyFinCoaCode attribute value. |
void |
setIndirectCostRecoveryAcct(Account indirectCostRecoveryAcct)
Sets the indirectCostRecoveryAcct attribute value. |
void |
setIndirectCostRecoveryAcctNbr(String indirectCostRecoveryAcctNbr)
Sets the indirectCostRecoveryAcctNbr attribute value. |
void |
setIndirectCostRecoveryChartOfAccounts(Chart indirectCostRecoveryChartOfAccounts)
Sets the indirectCostRecoveryChartOfAccounts 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. |
protected LinkedHashMap |
toStringMapper()
|
Methods inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
addNote, afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeInsert, beforeUpdate, beforeUpdate, buildListOfDeletionAwareLists, deleteNote, getAttachmentService, getBoNote, getBoNotes, getExtension, getNoteService, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isAutoIncrementSet, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setAutoIncrementSet, setBoNotes, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber, supportsBoNotes |
Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase |
---|
prepareForWorkflow, toString, toStringBuilder |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject |
---|
prepareForWorkflow |
Constructor Detail |
---|
public A21SubAccount()
Method Detail |
---|
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 Account getIndirectCostRecoveryAcct()
public void setIndirectCostRecoveryAcct(Account indirectCostRecoveryAcct)
indirectCostRecoveryAcct
- The indirectCostRecoveryAcct to set.public String getIndirectCostRecoveryAcctNbr()
public void setIndirectCostRecoveryAcctNbr(String indirectCostRecoveryAcctNbr)
indirectCostRecoveryAcctNbr
- The indirectCostRecoveryAcctNbr to set.public String getIndirectCostRcvyFinCoaCode()
public void setIndirectCostRcvyFinCoaCode(String indirectCostRcvyFinCoaCode)
indirectCostRcvyFinCoaCode
- The indirectCostRcvyFinCoaCode 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 Chart getIndirectCostRecoveryChartOfAccounts()
public void setIndirectCostRecoveryChartOfAccounts(Chart indirectCostRecoveryChartOfAccounts)
indirectCostRecoveryChartOfAccounts
- The indirectCostRecoveryChartOfAccounts 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.protected LinkedHashMap toStringMapper()
toStringMapper
in class org.kuali.rice.kns.bo.BusinessObjectBase
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |