Class GrouperWorkflowConfigParam

java.lang.Object
edu.internet2.middleware.grouper.app.workflow.GrouperWorkflowConfigParam

public class GrouperWorkflowConfigParam extends Object
  • Constructor Details

    • GrouperWorkflowConfigParam

      public GrouperWorkflowConfigParam()
  • Method Details

    • getParamName

      public String getParamName()
      name of the param
      Returns:
    • setParamName

      public void setParamName(String paramName)
      name of the param
      Parameters:
      paramName -
    • getLabel

      public String getLabel()
      label to show on the screen
      Returns:
    • setLabel

      public void setLabel(String label)
      label to show on the screen
      Parameters:
      label -
    • getType

      public String getType()
      type of field (textarea, text, checkbox)
      Returns:
    • setType

      public void setType(String type)
      type of field (textarea, text, checkbox)
      Parameters:
      type -
    • getEditableInStates

      public List<String> getEditableInStates()
      states in which this field is editable
      Returns:
    • setEditableInStates

      public void setEditableInStates(List<String> editableInStates)
      states in which this field is editable
      Parameters:
      editableInStates -
    • isRequired

      public boolean isRequired()
      is the field required or not
      Returns:
    • setRequired

      public void setRequired(boolean required)
      is the field required or not
      Parameters:
      required -