|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.kfs.module.cab.businessobject.AccountLineGroup
org.kuali.kfs.module.cab.businessobject.PurApAccountLineGroup
public class PurApAccountLineGroup
Accounting line grouped data for GL Line
Field Summary |
---|
Fields inherited from class org.kuali.kfs.module.cab.businessobject.AccountLineGroup |
---|
accountNumber, amount, chartOfAccountsCode, documentNumber, financialObjectCode, financialSubObjectCode, organizationReferenceId, projectCode, referenceFinancialDocumentNumber, subAccountNumber, universityFiscalPeriodCode, universityFiscalYear |
Constructor Summary | |
---|---|
protected |
PurApAccountLineGroup()
Constructs a PurApAccountLineGroup from a PurApAccountingLineBase Line Entry |
|
PurApAccountLineGroup(PurApAccountingLineBase entry)
|
Method Summary | |
---|---|
void |
combineEntry(PurApAccountingLineBase newEntry)
This method will combine multiple Purap account entries for the same account line group. |
List<PurApAccountingLineBase> |
getSourceEntries()
Gets the sourceEntries attribute. |
boolean |
isAccounted(PurApAccountingLineBase entry)
Returns true if input PurApAccountingLineBase entry belongs to this account group |
void |
setSourceEntries(List<PurApAccountingLineBase> sourceGlEntries)
Sets the sourceEntries attribute. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected PurApAccountLineGroup()
entry
- PurApAccountingLineBase Linepublic PurApAccountLineGroup(PurApAccountingLineBase entry)
Method Detail |
---|
public boolean isAccounted(PurApAccountingLineBase entry)
entry
- PurApAccountingLineBase
public void combineEntry(PurApAccountingLineBase newEntry)
entry
- PurApAccountingLineBasepublic List<PurApAccountingLineBase> getSourceEntries()
public void setSourceEntries(List<PurApAccountingLineBase> sourceGlEntries)
sourceEntries
- The sourceEntries to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |