|
||||||||||
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.GlAccountLineGroup
public class GlAccountLineGroup
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 | |
---|---|
GlAccountLineGroup(Entry entry)
Constructs a GlAccountLineGroup from a GL Line Entry |
Method Summary | |
---|---|
void |
combineEntry(Entry newEntry)
This method will combine multiple GL entries for the same account line group, so that m:n association is prevented in the database. |
List<PurApAccountingLineBase> |
getMatchedPurApAcctLines()
Gets the matchedPurApAcctLines attribute. |
List<Entry> |
getSourceEntries()
Gets the sourceEntries attribute. |
Entry |
getTargetEntry()
Gets the targetEntry attribute. |
boolean |
isAccounted(Entry entry)
Returns true if input GL entry belongs to this account group |
void |
setMatchedPurApAcctLines(List<PurApAccountingLineBase> matchedPurApAcctLines)
Sets the matchedPurApAcctLines attribute value. |
void |
setSourceEntries(List<Entry> sourceGlEntries)
Sets the sourceEntries attribute. |
void |
setTargetEntry(Entry targetGlEntry)
Sets the targetEntry attribute. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GlAccountLineGroup(Entry entry)
entry
- GL LineMethod Detail |
---|
public boolean isAccounted(Entry entry)
entry
- Entry
public void combineEntry(Entry newEntry)
entry
- public Entry getTargetEntry()
public void setTargetEntry(Entry targetGlEntry)
targetEntry
- The targetEntry to set.public List<Entry> getSourceEntries()
public void setSourceEntries(List<Entry> sourceGlEntries)
sourceEntries
- The sourceEntries to set.public List<PurApAccountingLineBase> getMatchedPurApAcctLines()
public void setMatchedPurApAcctLines(List<PurApAccountingLineBase> matchedPurApAcctLines)
matchedPurApAcctLines
- The matchedPurApAcctLines to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |