Class DTODataCollectionGlobalExpression
java.lang.Object
overit.geocallapp.wfm.datacollection.rs1.template.globalvalidation.DTODataCollectionGlobalExpression
- All Implemented Interfaces:
Serializable
DTO for global expression in data collection templates.
- Since:
- 22.0
- See Also:
- GCApi:
- dto
-
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.
-
Constructor Details
-
DTODataCollectionGlobalExpression
public DTODataCollectionGlobalExpression()
-
-
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 (WARNING or ERROR)
-