org.kuali.kfs.gl.document.web.struts
Class GroupHolder
java.lang.Object
org.kuali.kfs.gl.document.web.struts.GroupHolder
- All Implemented Interfaces:
- Serializable
public class GroupHolder
- extends Object
- implements Serializable
This represents a Group Holder which contains correction change and criteria objects
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GroupHolder
public GroupHolder()
getCorrectionChange
public CorrectionChange getCorrectionChange()
setCorrectionChange
public void setCorrectionChange(CorrectionChange correctionChange)
getCorrectionCriteria
public CorrectionCriteria getCorrectionCriteria()
setCorrectionCriteria
public void setCorrectionCriteria(CorrectionCriteria correctionCriteria)
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.