|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EndowmentAccountingLine
Provides an interface for the accounting lines used in the Transfer of Funds documents in the Endowment module.
Method Summary | |
---|---|
Account |
getAccount()
Gets the account. |
Integer |
getAccountingLineNumber()
|
String |
getAccountNumber()
Gets the accountNumber. |
org.kuali.rice.kns.util.KualiDecimal |
getAmount()
|
Chart |
getChart()
|
String |
getChartOfAccountsCode()
Gets the chartOfAccountsCode. |
String |
getFinancialDocumentLineTypeCode()
|
String |
getFinancialObjectCode()
Gets the financialObjectCode. |
String |
getFinancialSubObjectCode()
Gets the financialSubObjectCode. |
ObjectCodeCurrent |
getObjectCode()
Gets the object code. |
ProjectCode |
getProject()
|
String |
getProjectCode()
Gets the projectCode. |
SubAccount |
getSubAccount()
|
String |
getSubAccountNumber()
Gets the subAccountNumber. |
SubObjectCodeCurrent |
getSubObjectCode()
|
boolean |
isSourceAccountingLine()
|
boolean |
isTargetAccountingLine()
|
void |
setAccount(Account account)
Deprecated. |
void |
setAccountingLineNumber(Integer accountingLineNumber)
|
void |
setAccountNumber(String accountNumber)
|
void |
setAmount(org.kuali.rice.kns.util.KualiDecimal amount)
|
void |
setChart(Chart chart)
Deprecated. |
void |
setChartOfAccountsCode(String chartOfAccountsCode)
|
void |
setDocumentNumber(String documentNumber)
|
void |
setFinancialDocumentLineTypeCode(String financialDocumentLineTypeCode)
|
void |
setFinancialObjectCode(String financialObjectCode)
|
void |
setFinancialSubObjectCode(String financialSubObjectCode)
|
void |
setObjectCode(ObjectCodeCurrent objectCode)
Deprecated. |
void |
setOrganizationReferenceId(String organizationReferenceId)
|
void |
setProject(ProjectCode project)
Deprecated. |
void |
setProjectCode(String projectCode)
|
void |
setSubAccount(SubAccount subAccount)
Deprecated. |
void |
setSubAccountNumber(String subAccountNumber)
|
void |
setSubObjectCode(SubObjectCodeCurrent subObjectCode)
Deprecated. |
Methods inherited from interface org.kuali.rice.kns.bo.PersistableBusinessObject |
---|
addNote, buildListOfDeletionAwareLists, deleteNote, getBoNote, getBoNotes, getExtension, getObjectId, getVersionNumber, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, refreshNonUpdateableReferences, refreshReferenceObject, setAutoIncrementSet, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber |
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject |
---|
prepareForWorkflow, refresh |
Methods inherited from interface org.apache.ojb.broker.PersistenceBrokerAware |
---|
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate |
Method Detail |
---|
Account getAccount()
void setAccount(Account account)
account
- The account to set.Chart getChart()
void setChart(Chart chart)
chart
- The chartOfAccountsCode to set.void setAmount(org.kuali.rice.kns.util.KualiDecimal amount)
amount
- The amount to set.org.kuali.rice.kns.util.KualiDecimal getAmount()
void setObjectCode(ObjectCodeCurrent objectCode)
objectCode
- The objectCode to set.ObjectCodeCurrent getObjectCode()
void setOrganizationReferenceId(String organizationReferenceId)
organizationReferenceId
- The organizationReferenceId to set.void setProjectCode(String projectCode)
projectCode
- The projectCode to set.String getProjectCode()
Integer getAccountingLineNumber()
void setAccountingLineNumber(Integer accountingLineNumber)
accountingLineNumber
- The accountingLineNumber to set.SubAccount getSubAccount()
void setSubAccount(SubAccount subAccount)
subAccount
- The subAccount to set.SubObjectCodeCurrent getSubObjectCode()
void setSubObjectCode(SubObjectCodeCurrent subObjectCode)
subObjectCode
- The subObjectCode to set.void setDocumentNumber(String documentNumber)
documentNumber
- The documentNumber to set.void setAccountNumber(String accountNumber)
accountNumber
- The accountNumber to set.String getAccountNumber()
void setChartOfAccountsCode(String chartOfAccountsCode)
chartOfAccountsCode
- The chartOfAccountsCode to set.String getChartOfAccountsCode()
void setFinancialObjectCode(String financialObjectCode)
financialObjectCode
- The financialObjectCode to set.String getFinancialObjectCode()
void setFinancialSubObjectCode(String financialSubObjectCode)
financialSubObjectCode
- The financialSubObjectCode to set.String getFinancialSubObjectCode()
String getFinancialDocumentLineTypeCode()
void setFinancialDocumentLineTypeCode(String financialDocumentLineTypeCode)
financialDocumentLineTypeCode
- The financialDocumentLineTypeCode to set.ProjectCode getProject()
void setProject(ProjectCode project)
project
- The project to set.void setSubAccountNumber(String subAccountNumber)
subAccountNumber
- The subAccountNumber to set.String getSubAccountNumber()
boolean isSourceAccountingLine()
org.kuali.rice.kns.bo.AccountingLine#isSourceAccountingLine()
boolean isTargetAccountingLine()
org.kuali.rice.kns.bo.AccountingLine#isTargetAccountingLine()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |