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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetLabel()labelgetOrder()order to display on screenvariable namevariable valuebooleanvoidsetDescription(String description) voidsetForLoggedInUser(String forLoggedInUser) voidsetForLoggedInUserBoolean(boolean forLoggedInUserBoolean) voidlabelvoidorder to display on screenvoidsetUserQueryType(String userQueryType) voidsetVariableName(String variableName) variable namevoidsetVariableType(String variableType) voidsetVariableValue(String variableValue) variable valuetoString()
-
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
- Returns:
- the forLoggedInUser
-
setForLoggedInUser
- Parameters:
forLoggedInUser- the forLoggedInUser to set
-
toString
-
getLabel
label- Returns:
- the label
-
setLabel
label- Parameters:
label1- the label to set
-
getOrder
order to display on screen- Returns:
- the order
-
setOrder
order to display on screen- Parameters:
order1- the order to set
-
getVariableName
variable name- Returns:
- the variableName
-
setVariableName
variable name- Parameters:
variableName- the variableName to set
-
getVariableValue
variable value- Returns:
- the variableValue
-
setVariableValue
variable value- Parameters:
variableValue- the variableValue to set
-
getVariableType
- Returns:
- the variableType
-
setVariableType
- Parameters:
variableType- the variableType to set
-
getUserQueryType
- Returns:
- the userQueryType
-
setUserQueryType
- Parameters:
userQueryType- the userQueryType to set
-
getDescription
- Returns:
- the description
-
setDescription
- Parameters:
description- the description to set
-
compareTo
- Specified by:
compareToin interfaceComparable<CustomUiUserQueryDisplayBean>- See Also:
-