org.kuali.kfs.module.purap.util
Class PurApRelatedViews.ReceivingViewGroup
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
lineItemView
protected LineItemReceivingView lineItemView
correctionViews
protected List<CorrectionReceivingView> correctionViews
PurApRelatedViews.ReceivingViewGroup
protected PurApRelatedViews.ReceivingViewGroup()
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.