Class CustomUiUserQueryDisplayBean

java.lang.Object
edu.internet2.middleware.grouper.ui.customUi.CustomUiUserQueryDisplayBean
All Implemented Interfaces:
Comparable<CustomUiUserQueryDisplayBean>

public class CustomUiUserQueryDisplayBean extends Object implements Comparable<CustomUiUserQueryDisplayBean>
  • Constructor Details

    • CustomUiUserQueryDisplayBean

      public CustomUiUserQueryDisplayBean()
  • Method Details

    • isForLoggedInUserBoolean

      public boolean isForLoggedInUserBoolean()
      Returns:
      the forLoggedInUserBoolean
    • setForLoggedInUserBoolean

      public void setForLoggedInUserBoolean(boolean forLoggedInUserBoolean)
      Parameters:
      forLoggedInUserBoolean - the forLoggedInUserBoolean to set
    • getForLoggedInUser

      public String getForLoggedInUser()
      Returns:
      the forLoggedInUser
    • setForLoggedInUser

      public void setForLoggedInUser(String forLoggedInUser)
      Parameters:
      forLoggedInUser - the forLoggedInUser to set
    • toString

      public String toString()
      Overrides:
      toString in class Object
      See Also:
    • getLabel

      public String getLabel()
      label
      Returns:
      the label
    • setLabel

      public void setLabel(String label1)
      label
      Parameters:
      label1 - the label to set
    • getOrder

      public Integer getOrder()
      order to display on screen
      Returns:
      the order
    • setOrder

      public void setOrder(Integer order1)
      order to display on screen
      Parameters:
      order1 - the order to set
    • getVariableName

      public String getVariableName()
      variable name
      Returns:
      the variableName
    • setVariableName

      public void setVariableName(String variableName)
      variable name
      Parameters:
      variableName - the variableName to set
    • getVariableValue

      public String getVariableValue()
      variable value
      Returns:
      the variableValue
    • setVariableValue

      public void setVariableValue(String variableValue)
      variable value
      Parameters:
      variableValue - the variableValue to set
    • getVariableType

      public String getVariableType()
      Returns:
      the variableType
    • setVariableType

      public void setVariableType(String variableType)
      Parameters:
      variableType - the variableType to set
    • getUserQueryType

      public String getUserQueryType()
      Returns:
      the userQueryType
    • setUserQueryType

      public void setUserQueryType(String userQueryType)
      Parameters:
      userQueryType - the userQueryType to set
    • getDescription

      public String getDescription()
      Returns:
      the description
    • setDescription

      public void setDescription(String description)
      Parameters:
      description - the description to set
    • compareTo

      public int compareTo(CustomUiUserQueryDisplayBean other)
      Specified by:
      compareTo in interface Comparable<CustomUiUserQueryDisplayBean>
      See Also: