org.kuali.kfs.module.cab.document.web
Class PurApLineSession

java.lang.Object
  extended by org.kuali.kfs.module.cab.document.web.PurApLineSession

public class PurApLineSession
extends Object


Constructor Summary
PurApLineSession()
           
 
Method Summary
 List<PurchasingAccountsPayableActionHistory> getActionsTakenHistory()
          Gets the actionsTakenHistory attribute.
 List<GeneralLedgerEntry> getGlEntryUpdateList()
          Gets the glEntryList attribute.
 List<PurchasingAccountsPayableItemAsset> getProcessedItems()
          Gets the processedDocuments attribute.
 void setActionsTakenHistory(List<PurchasingAccountsPayableActionHistory> actionsTakenHistory)
          Sets the actionsTakenHistory attribute value.
 void setGlEntryUpdateList(List<GeneralLedgerEntry> glEntryList)
          Sets the glEntryList attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PurApLineSession

public PurApLineSession()
Method Detail

getProcessedItems

public List<PurchasingAccountsPayableItemAsset> getProcessedItems()
Gets the processedDocuments attribute.

Returns:
Returns the processedDocuments.

getGlEntryUpdateList

public List<GeneralLedgerEntry> getGlEntryUpdateList()
Gets the glEntryList attribute.

Returns:
Returns the glEntryList.

setGlEntryUpdateList

public void setGlEntryUpdateList(List<GeneralLedgerEntry> glEntryList)
Sets the glEntryList attribute value.

Parameters:
glEntryList - The glEntryList to set.

getActionsTakenHistory

public List<PurchasingAccountsPayableActionHistory> getActionsTakenHistory()
Gets the actionsTakenHistory attribute.

Returns:
Returns the actionsTakenHistory.

setActionsTakenHistory

public void setActionsTakenHistory(List<PurchasingAccountsPayableActionHistory> actionsTakenHistory)
Sets the actionsTakenHistory attribute value.

Parameters:
actionsTakenHistory - The actionsTakenHistory to set.


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