org.kuali.kfs.module.purap.util
Class PurApRelatedViews.ReceivingViewGroup

java.lang.Object
  extended by org.kuali.kfs.module.purap.util.PurApRelatedViews.ReceivingViewGroup
Enclosing class:
PurApRelatedViews

public class PurApRelatedViews.ReceivingViewGroup
extends Object

A container for a LineItemReceivingView and a list of its associated CorrectionReceivingViews.


Field Summary
protected  List<CorrectionReceivingView> correctionViews
           
protected  LineItemReceivingView lineItemView
           
 
Constructor Summary
protected PurApRelatedViews.ReceivingViewGroup()
           
 
Method Summary
 void addCorrectionView(CorrectionReceivingView correctionView)
           
 List<CorrectionReceivingView> getCorrectionViews()
           
 boolean getIsLineItemViewCurrentDocument()
           
 LineItemReceivingView getLineItemView()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lineItemView

protected LineItemReceivingView lineItemView

correctionViews

protected List<CorrectionReceivingView> correctionViews
Constructor Detail

PurApRelatedViews.ReceivingViewGroup

protected PurApRelatedViews.ReceivingViewGroup()
Method Detail

getLineItemView

public LineItemReceivingView getLineItemView()

getCorrectionViews

public List<CorrectionReceivingView> getCorrectionViews()

addCorrectionView

public void addCorrectionView(CorrectionReceivingView correctionView)

getIsLineItemViewCurrentDocument

public boolean getIsLineItemViewCurrentDocument()


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