Class CustomUiTextResult
java.lang.Object
edu.internet2.middleware.grouper.ui.customUi.CustomUiTextResult
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setCustomUiTextConfigBean
(CustomUiTextConfigBean customUiTextConfigBean1) void
setCustomUiTextType
(CustomUiTextType customUiTextType1) void
setEndIfMatches
(String endIfMatches) void
setScriptResult
(String scriptResult) void
setTextResult
(String textResult) void
setTheDefault
(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
-