|
||||||||||
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.module.endow.businessobject.EndowmentAccountingLineBase
public class EndowmentAccountingLineBase
Provides basic implementation for the accounting lines used in the Transfer of Funds documents in the Endowment module.
Field Summary | |
---|---|
protected String |
financialDocumentLineTypeCode
|
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
EndowmentAccountingLineBase()
This constructor sets up empty instances for the dependent objects. |
Method Summary | |
---|---|
Account |
getAccount()
Gets the account. |
Integer |
getAccountingLineNumber()
Gets the accountingLineNumber. |
String |
getAccountNumber()
Gets the accountNumber. |
org.kuali.rice.kns.util.KualiDecimal |
getAmount()
|
Chart |
getChart()
|
String |
getChartOfAccountsCode()
Gets the chartOfAccountsCode. |
String |
getDocumentNumber()
|
String |
getFinancialDocumentLineTypeCode()
|
String |
getFinancialObjectCode()
Gets the financialObjectCode. |
String |
getFinancialSubObjectCode()
Gets the financialSubObjectCode. |
ObjectCodeCurrent |
getObjectCode()
Gets the object code. |
String |
getOrganizationReferenceId()
|
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)
Sets the 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. |
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.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 |
Field Detail |
---|
protected String financialDocumentLineTypeCode
Constructor Detail |
---|
public EndowmentAccountingLineBase()
Method Detail |
---|
public Account getAccount()
EndowmentAccountingLine
getAccount
in interface EndowmentAccountingLine
public void setAccount(Account account)
setAccount
in interface EndowmentAccountingLine
account
- The account to set.public Chart getChart()
getChart
in interface EndowmentAccountingLine
public void setChart(Chart chart)
setChart
in interface EndowmentAccountingLine
chart
- The chartOfAccountsCode to set.public String getDocumentNumber()
public org.kuali.rice.kns.util.KualiDecimal getAmount()
getAmount
in interface EndowmentAccountingLine
public void setAmount(org.kuali.rice.kns.util.KualiDecimal amount)
setAmount
in interface EndowmentAccountingLine
amount
- The amount to set.public ObjectCodeCurrent getObjectCode()
EndowmentAccountingLine
getObjectCode
in interface EndowmentAccountingLine
public void setObjectCode(ObjectCodeCurrent objectCode)
setObjectCode
in interface EndowmentAccountingLine
objectCode
- The objectCode to set.public String getOrganizationReferenceId()
public void setOrganizationReferenceId(String organizationReferenceId)
setOrganizationReferenceId
in interface EndowmentAccountingLine
organizationReferenceId
- The organizationReferenceId to set.public Integer getAccountingLineNumber()
getAccountingLineNumber
in interface EndowmentAccountingLine
public void setAccountingLineNumber(Integer accountingLineNumber)
setAccountingLineNumber
in interface EndowmentAccountingLine
accountingLineNumber
- public String getProjectCode()
EndowmentAccountingLine
getProjectCode
in interface EndowmentAccountingLine
public void setProjectCode(String projectCode)
setProjectCode
in interface EndowmentAccountingLine
projectCode
- The projectCode to set.public SubAccount getSubAccount()
getSubAccount
in interface EndowmentAccountingLine
public void setSubAccount(SubAccount subAccount)
setSubAccount
in interface EndowmentAccountingLine
subAccount
- The subAccount to set.public SubObjectCodeCurrent getSubObjectCode()
getSubObjectCode
in interface EndowmentAccountingLine
public void setSubObjectCode(SubObjectCodeCurrent subObjectCode)
setSubObjectCode
in interface EndowmentAccountingLine
subObjectCode
- The subObjectCode to set.public void setDocumentNumber(String documentNumber)
setDocumentNumber
in interface EndowmentAccountingLine
documentNumber
- The documentNumber to set.public String getAccountNumber()
EndowmentAccountingLine
getAccountNumber
in interface EndowmentAccountingLine
public void setAccountNumber(String accountNumber)
setAccountNumber
in interface EndowmentAccountingLine
accountNumber
- The accountNumber to set.public String getChartOfAccountsCode()
EndowmentAccountingLine
getChartOfAccountsCode
in interface EndowmentAccountingLine
public void setChartOfAccountsCode(String chartOfAccountsCode)
setChartOfAccountsCode
in interface EndowmentAccountingLine
chartOfAccountsCode
- The chartOfAccountsCode to set.public String getFinancialObjectCode()
EndowmentAccountingLine
getFinancialObjectCode
in interface EndowmentAccountingLine
public void setFinancialObjectCode(String financialObjectCode)
setFinancialObjectCode
in interface EndowmentAccountingLine
financialObjectCode
- The financialObjectCode to set.public String getFinancialSubObjectCode()
EndowmentAccountingLine
getFinancialSubObjectCode
in interface EndowmentAccountingLine
public void setFinancialSubObjectCode(String financialSubObjectCode)
setFinancialSubObjectCode
in interface EndowmentAccountingLine
financialSubObjectCode
- The financialSubObjectCode to set.public String getFinancialDocumentLineTypeCode()
getFinancialDocumentLineTypeCode
in interface EndowmentAccountingLine
public void setFinancialDocumentLineTypeCode(String financialDocumentLineTypeCode)
setFinancialDocumentLineTypeCode
in interface EndowmentAccountingLine
financialDocumentLineTypeCode
- The financialDocumentLineTypeCode to set.public ProjectCode getProject()
getProject
in interface EndowmentAccountingLine
public void setProject(ProjectCode project)
setProject
in interface EndowmentAccountingLine
project
- The project to set.public String getSubAccountNumber()
EndowmentAccountingLine
getSubAccountNumber
in interface EndowmentAccountingLine
public void setSubAccountNumber(String subAccountNumber)
setSubAccountNumber
in interface EndowmentAccountingLine
subAccountNumber
- The subAccountNumber to set.protected LinkedHashMap toStringMapper()
toStringMapper
in class org.kuali.rice.kns.bo.BusinessObjectBase
BusinessObjectBase.toStringMapper()
public boolean isSourceAccountingLine()
isSourceAccountingLine
in interface EndowmentAccountingLine
EndowmentAccountingLine.isSourceAccountingLine()
public boolean isTargetAccountingLine()
isTargetAccountingLine
in interface EndowmentAccountingLine
EndowmentAccountingLine.isTargetAccountingLine()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |