Class DataCollectionGlobalExpression
java.lang.Object
overit.geocallapp.wfm.mobileforms.bl.globalexpressions.DataCollectionGlobalExpression
- All Implemented Interfaces:
Serializable
Class representing a global expression for data collection templates.
Global expressions are used for validation checks that apply to the entire template.
- Since:
- 22.0
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the expression string.getId()Returns the global expression id.Returns the localized message.getName()Returns the global expression name.getType()Returns the expression type.voidsetExpression(String expression) Sets the expression string.voidSets the global expression id.voidsetMessage(LocalizedString message) Sets the localized message.voidSets the global expression name.voidSets the expression type.
-
Field Details
-
GLOBAL_EXPRESSION
- See Also:
-
GLOBAL_EXPRESSION_ID
- See Also:
-
GLOBAL_EXPRESSION_NAME
- See Also:
-
GLOBAL_EXPRESSION_EXPRESSION
- See Also:
-
GLOBAL_EXPRESSION_MESSAGE
- See Also:
-
GLOBAL_EXPRESSION_TYPE
- See Also:
-
-
Constructor Details
-
DataCollectionGlobalExpression
public DataCollectionGlobalExpression()
-
-
Method Details
-
getId
Returns the global expression id.- Returns:
- the id
-
setId
Sets the global expression id.- Parameters:
id- the id
-
getName
Returns the global expression name.- Returns:
- the name
-
setName
Sets the global expression name.- Parameters:
name- the name
-
getExpression
Returns the expression string.- Returns:
- the expression
-
setExpression
Sets the expression string.- Parameters:
expression- the expression
-
getMessage
Returns the localized message.- Returns:
- the message
-
setMessage
Sets the localized message.- Parameters:
message- the message
-
getType
Returns the expression type.- Returns:
- the type
-
setType
Sets the expression type.- Parameters:
type- the type
-