Class DTODataCollectionNodeExpressions
java.lang.Object
overit.geocallapp.wfm.datacollection.rs1.node.DTODataCollectionNodeExpressions
- All Implemented Interfaces:
Serializable
DTO for data collection node expressions.
- Since:
- 22.0
- See Also:
- GCApi:
- dto
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the data collection node computed value expression.Returns the data collection node evaluation order.Returns the data collection node initial value expression.Returns the data collection node mandatory expression.Gets the naming convention.Returns the data collection node readonly expression.Gets the show on summary flag.Returns the data collection node visible expression.voidsetComputedValue(String computedValue) Sets the data collection node computed value expression.voidsetEvaluationOrder(Long evaluationOrder) Sets the data collection node evaluation order.voidsetInitialValue(String initialValue) Sets the data collection node initial value expression.voidsetMandatory(String mandatory) Sets the data collection node mandatory expression.voidsetNamingConvention(String namingConvention) Sets the naming convention.voidsetReadonly(String readonly) Sets the data collection node readonly expression.voidsetShowOnSummary(String showOnSummary) Sets the show on summary flag.voidsetVisible(String visible) Sets the data collection node visible expression.
-
Constructor Details
-
DTODataCollectionNodeExpressions
public DTODataCollectionNodeExpressions()
-
-
Method Details
-
getVisible
Returns the data collection node visible expression.- Returns:
- the visible expression
-
setVisible
Sets the data collection node visible expression.- Parameters:
visible- the visible expression
-
getReadonly
Returns the data collection node readonly expression.- Returns:
- the readonly expression
-
setReadonly
Sets the data collection node readonly expression.- Parameters:
readonly- the readonly expression
-
getMandatory
Returns the data collection node mandatory expression.- Returns:
- the mandatory expression
-
setMandatory
Sets the data collection node mandatory expression.- Parameters:
mandatory- the mandatory expression
-
getInitialValue
Returns the data collection node initial value expression.- Returns:
- the initial value expression
-
setInitialValue
Sets the data collection node initial value expression.- Parameters:
initialValue- the initial value expression
-
getComputedValue
Returns the data collection node computed value expression.- Returns:
- the computed value expression
-
setComputedValue
Sets the data collection node computed value expression.- Parameters:
computedValue- the computed value expression
-
getEvaluationOrder
Returns the data collection node evaluation order.- Returns:
- the evaluation order
-
setEvaluationOrder
Sets the data collection node evaluation order.- Parameters:
evaluationOrder- the evaluation order
-
getShowOnSummary
Gets the show on summary flag.- Returns:
- the show on summary value
-
setShowOnSummary
Sets the show on summary flag.- Parameters:
showOnSummary- the show on summary value to set
-
getNamingConvention
Gets the naming convention.- Returns:
- the naming convention
-
setNamingConvention
Sets the naming convention.- Parameters:
namingConvention- the naming convention
-