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 |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
index
private Integer index
value
private String value
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 © 2004-2011 The Kuali Foundation. All Rights Reserved.