org.kuali.rice.kew.documentoperation.web
Class DocOperationIndexedParameter
java.lang.Object
org.kuali.rice.kew.documentoperation.web.DocOperationIndexedParameter
- All Implemented Interfaces:
- Serializable
public class DocOperationIndexedParameter
- extends Object
- implements Serializable
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DocOperationIndexedParameter
public DocOperationIndexedParameter()
DocOperationIndexedParameter
public DocOperationIndexedParameter(Integer index,
String value)
getIndex
public Integer getIndex()
setIndex
public void setIndex(Integer index)
getValue
public String getValue()
setValue
public void setValue(String value)
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.