org.kuali.rice.kew.documentoperation.web
Class DocOperationIndexedParameter

java.lang.Object
  extended by 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

Constructor Summary
DocOperationIndexedParameter()
           
DocOperationIndexedParameter(Integer index, String value)
           
 
Method Summary
 Integer getIndex()
           
 String getValue()
           
 void setIndex(Integer index)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocOperationIndexedParameter

public DocOperationIndexedParameter()

DocOperationIndexedParameter

public DocOperationIndexedParameter(Integer index,
                                    String value)
Method Detail

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.