|
||||||||||
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.IndirectCostRecoveryExclusionAccount
public class IndirectCostRecoveryExclusionAccount
Field Summary |
---|
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
IndirectCostRecoveryExclusionAccount()
|
Method Summary | |
---|---|
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()
|
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 IndirectCostRecoveryExclusionAccount()
Method Detail |
---|
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 Chart getChart()
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.kns.bo.Inactivateable
public void setActive(boolean active)
setActive
in interface org.kuali.rice.kns.bo.Inactivateable
active
- Set if the record is active.protected LinkedHashMap toStringMapper()
toStringMapper
in class org.kuali.rice.kns.bo.BusinessObjectBase
BusinessObjectBase.toStringMapper()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |