|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PurApAccountingLine
Purap Accounting Line Interface.
Method Summary | ||
---|---|---|
boolean |
accountStringsAreEqual(PurApAccountingLine accountingLine)
Compares the current accounting line values with a purap accounting line to see if both accounting lines are equal. |
|
boolean |
accountStringsAreEqual(SourceAccountingLine accountingLine)
Compares the current accounting line values with a source accounting line to see if both accounting lines are equal. |
|
PurApAccountingLine |
createBlankAmountsCopy()
Creates a copy of the current purap accounting line and sets the percentage and the amount to zero. |
|
SourceAccountingLine |
generateSourceAccountingLine()
Creates a source accounting line from the current purap accounting line. |
|
Integer |
getAccountIdentifier()
|
|
BigDecimal |
getAccountLinePercent()
|
|
org.kuali.rice.kns.util.KualiDecimal |
getAlternateAmountForGLEntryCreation()
|
|
Integer |
getItemIdentifier()
|
|
String |
getPostingPeriodCode()
|
|
|
getPurapItem()
|
|
String |
getString()
|
|
boolean |
isEmpty()
Determines if the current purap accounting line is in an empty state. |
|
void |
setAccountIdentifier(Integer accountIdentifier)
|
|
void |
setAccountLinePercent(BigDecimal accountLinePercent)
|
|
void |
setAlternateAmountForGLEntryCreation(org.kuali.rice.kns.util.KualiDecimal alternateAmountForGLEntryCreation)
|
|
void |
setItemIdentifier(Integer itemIdentifier)
|
|
void |
setPostingPeriodCode(String postingPeriodCode)
|
|
void |
setPurapItem(PurApItem item)
|
Methods inherited from interface org.kuali.kfs.sys.businessobject.GeneralLedgerPendingEntrySourceDetail |
---|
getAccount, getAccountNumber, getAmount, getBalanceTypeCode, getChartOfAccountsCode, getDocumentNumber, getFinancialDocumentLineDescription, getFinancialObjectCode, getFinancialSubObjectCode, getObjectCode, getOrganizationReferenceId, getPostingYear, getProjectCode, getReferenceNumber, getReferenceOriginCode, getReferenceTypeCode, getSubAccountNumber |
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 |
---|
Integer getAccountIdentifier()
void setAccountIdentifier(Integer accountIdentifier)
Integer getItemIdentifier()
void setItemIdentifier(Integer itemIdentifier)
BigDecimal getAccountLinePercent()
void setAccountLinePercent(BigDecimal accountLinePercent)
boolean isEmpty()
PurApAccountingLine createBlankAmountsCopy()
boolean accountStringsAreEqual(SourceAccountingLine accountingLine)
accountingLine
- - accounting line to compare
boolean accountStringsAreEqual(PurApAccountingLine accountingLine)
accountingLine
- - accounting line to compare
SourceAccountingLine generateSourceAccountingLine()
org.kuali.rice.kns.util.KualiDecimal getAlternateAmountForGLEntryCreation()
void setAlternateAmountForGLEntryCreation(org.kuali.rice.kns.util.KualiDecimal alternateAmountForGLEntryCreation)
<T extends PurApItem> T getPurapItem()
void setPurapItem(PurApItem item)
String getString()
String getPostingPeriodCode()
void setPostingPeriodCode(String postingPeriodCode)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |