public class CustomUiUserQueryDisplayBean extends Object implements Comparable<CustomUiUserQueryDisplayBean>
| Constructor and Description |
|---|
CustomUiUserQueryDisplayBean() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(CustomUiUserQueryDisplayBean other) |
String |
getDescription() |
String |
getForLoggedInUser() |
String |
getLabel()
label
|
Integer |
getOrder()
order to display on screen
|
String |
getUserQueryType() |
String |
getVariableName()
variable name
|
String |
getVariableType() |
String |
getVariableValue()
variable value
|
boolean |
isForLoggedInUserBoolean() |
void |
setDescription(String description) |
void |
setForLoggedInUser(String forLoggedInUser) |
void |
setForLoggedInUserBoolean(boolean forLoggedInUserBoolean) |
void |
setLabel(String label1)
label
|
void |
setOrder(Integer order1)
order to display on screen
|
void |
setUserQueryType(String userQueryType) |
void |
setVariableName(String variableName)
variable name
|
void |
setVariableType(String variableType) |
void |
setVariableValue(String variableValue)
variable value
|
String |
toString() |
public boolean isForLoggedInUserBoolean()
public void setForLoggedInUserBoolean(boolean forLoggedInUserBoolean)
forLoggedInUserBoolean - the forLoggedInUserBoolean to setpublic String getForLoggedInUser()
public void setForLoggedInUser(String forLoggedInUser)
forLoggedInUser - the forLoggedInUser to setpublic String toString()
toString in class ObjectObject.toString()public String getLabel()
public void setLabel(String label1)
label1 - the label to setpublic Integer getOrder()
public void setOrder(Integer order1)
order1 - the order to setpublic String getVariableName()
public void setVariableName(String variableName)
variableName - the variableName to setpublic String getVariableValue()
public void setVariableValue(String variableValue)
variableValue - the variableValue to setpublic String getVariableType()
public void setVariableType(String variableType)
variableType - the variableType to setpublic String getUserQueryType()
public void setUserQueryType(String userQueryType)
userQueryType - the userQueryType to setpublic String getDescription()
public void setDescription(String description)
description - the description to setpublic int compareTo(CustomUiUserQueryDisplayBean other)
compareTo in interface Comparable<CustomUiUserQueryDisplayBean>Comparable.compareTo(java.lang.Object)Copyright © 2016 Internet2. All rights reserved.