Class DTODataCollectionNodeExpressions
java.lang.Object
overit.geocallapp.wfm.core.datacollection.rs2.node.DTODataCollectionNodeExpressions
@Deprecated(forRemoval=true,
since="22.0")
public class DTODataCollectionNodeExpressions
extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
DTO for data collection node expressions.
- Since:
- 19.0
- GCApi:
- dto
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.voidsetComputedValue(String computedValue) Deprecated, for removal: This API element is subject to removal in a future version.voidsetEvaluationOrder(Long evaluationOrder) Deprecated, for removal: This API element is subject to removal in a future version.voidsetInitialValue(String initialValue) Deprecated, for removal: This API element is subject to removal in a future version.voidsetMandatory(String mandatory) Deprecated, for removal: This API element is subject to removal in a future version.voidsetReadonly(String readonly) Deprecated, for removal: This API element is subject to removal in a future version.voidsetShowOnSummary(String showOnSummary) Deprecated, for removal: This API element is subject to removal in a future version.voidsetVisible(String visible) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
DTODataCollectionNodeExpressions
public DTODataCollectionNodeExpressions()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getVisible
Deprecated, for removal: This API element is subject to removal in a future version. -
setVisible
Deprecated, for removal: This API element is subject to removal in a future version. -
getReadonly
Deprecated, for removal: This API element is subject to removal in a future version. -
setReadonly
Deprecated, for removal: This API element is subject to removal in a future version. -
getMandatory
Deprecated, for removal: This API element is subject to removal in a future version. -
setMandatory
Deprecated, for removal: This API element is subject to removal in a future version. -
getInitialValue
Deprecated, for removal: This API element is subject to removal in a future version. -
setInitialValue
Deprecated, for removal: This API element is subject to removal in a future version. -
getComputedValue
Deprecated, for removal: This API element is subject to removal in a future version. -
setComputedValue
Deprecated, for removal: This API element is subject to removal in a future version. -
getEvaluationOrder
Deprecated, for removal: This API element is subject to removal in a future version. -
setEvaluationOrder
Deprecated, for removal: This API element is subject to removal in a future version. -
getShowOnSummary
Deprecated, for removal: This API element is subject to removal in a future version. -
setShowOnSummary
Deprecated, for removal: This API element is subject to removal in a future version.
-