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:
  • Constructor Details

    • DocOperationIndexedParameter

      public DocOperationIndexedParameter()
    • DocOperationIndexedParameter

      public DocOperationIndexedParameter(Integer index, String value)
  • Method Details

    • getIndex

      public Integer getIndex()
    • setIndex

      public void setIndex(Integer index)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)