org.kuali.kfs.module.cab.businessobject
Class PurApAccountLineGroup

java.lang.Object
  extended by org.kuali.kfs.module.cab.businessobject.AccountLineGroup
      extended by org.kuali.kfs.module.cab.businessobject.PurApAccountLineGroup

public class PurApAccountLineGroup
extends AccountLineGroup

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 org.kuali.kfs.module.cab.businessobject.AccountLineGroup
equals, getAccountNumber, getAmount, getChartOfAccountsCode, getDocumentNumber, getFinancialObjectCode, getFinancialSubObjectCode, getOrganizationReferenceId, getProjectCode, getReferenceFinancialDocumentNumber, getSubAccountNumber, getUniversityFiscalPeriodCode, getUniversityFiscalYear, hashCode, setAccountNumber, setAmount, setChartOfAccountsCode, setDocumentNumber, setFinancialObjectCode, setFinancialSubObjectCode, setOrganizationReferenceId, setProjectCode, setReferenceFinancialDocumentNumber, setSubAccountNumber, setUniversityFiscalPeriodCode, setUniversityFiscalYear, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PurApAccountLineGroup

protected PurApAccountLineGroup()
Constructs a PurApAccountLineGroup from a PurApAccountingLineBase Line Entry

Parameters:
entry - PurApAccountingLineBase Line

PurApAccountLineGroup

public PurApAccountLineGroup(PurApAccountingLineBase entry)
Method Detail

isAccounted

public boolean isAccounted(PurApAccountingLineBase entry)
Returns true if input PurApAccountingLineBase entry belongs to this account group

Parameters:
entry - PurApAccountingLineBase
Returns:
true if PurApAccountingLineBase belongs to same account line group

combineEntry

public void combineEntry(PurApAccountingLineBase newEntry)
This method will combine multiple Purap account entries for the same account line group.

Parameters:
entry - PurApAccountingLineBase

getSourceEntries

public List<PurApAccountingLineBase> getSourceEntries()
Gets the sourceEntries attribute.

Returns:
Returns the sourceEntries

setSourceEntries

public void setSourceEntries(List<PurApAccountingLineBase> sourceGlEntries)
Sets the sourceEntries attribute.

Parameters:
sourceEntries - The sourceEntries to set.


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.