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 TypeMethodDescriptionint
getLabel()
labelgetOrder()
order to display on screenvariable namevariable valueboolean
void
setDescription
(String description) void
setForLoggedInUser
(String forLoggedInUser) void
setForLoggedInUserBoolean
(boolean forLoggedInUserBoolean) void
labelvoid
order to display on screenvoid
setUserQueryType
(String userQueryType) void
setVariableName
(String variableName) variable namevoid
setVariableType
(String variableType) void
setVariableValue
(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:
compareTo
in interfaceComparable<CustomUiUserQueryDisplayBean>
- See Also:
-