Class CustomUiTextResult
java.lang.Object
edu.internet2.middleware.grouper.ui.customUi.CustomUiTextResult
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetCustomUiTextConfigBean(CustomUiTextConfigBean customUiTextConfigBean1) voidsetCustomUiTextType(CustomUiTextType customUiTextType1) voidsetEndIfMatches(String endIfMatches) voidsetScriptResult(String scriptResult) voidsetTextResult(String textResult) voidsetTheDefault(String theDefault)
-
Constructor Details
-
CustomUiTextResult
public CustomUiTextResult()
-
-
Method Details
-
getEndIfMatches
- Returns:
- the endIfMatches
-
setEndIfMatches
- Parameters:
endIfMatches- the endIfMatches to set
-
getTheDefault
- Returns:
- the theDefault
-
setTheDefault
- Parameters:
theDefault- the theDefault to set
-
getScriptResult
- Returns:
- the shouldDisplay
-
setScriptResult
- Parameters:
scriptResult- the shouldDisplay to set
-
getCustomUiTextType
- Returns:
- the customUiTextType
-
setCustomUiTextType
- Parameters:
customUiTextType1- the customUiTextType to set
-
getCustomUiTextConfigBean
- Returns:
- the customUiTextConfigBean
-
setCustomUiTextConfigBean
- Parameters:
customUiTextConfigBean1- the customUiTextConfigBean to set
-
getTextResult
- Returns:
- the textResult
-
setTextResult
- Parameters:
textResult- the textResult to set
-