Class DTODataCollectionNodeSelectionOption
java.lang.Object
overit.geocallapp.wfm.datacollection.rs1.node.type.DTODataCollectionEntityExpressions
overit.geocallapp.wfm.datacollection.rs1.node.type.DTODataCollectionNodeSelectionOption
- All Implemented Interfaces:
Serializable
public class DTODataCollectionNodeSelectionOption
extends DTODataCollectionEntityExpressions
implements Serializable
DTO for data collection node selection option.
- Since:
- 22.0
- See Also:
- GCApi:
- dto
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()Returns the code.Returns the description.Retrieves the localized description of this expression entity.Retrieves the unique identifier for this expression entity.voidSets the code.voidsetDescription(LocalizedString description) Sets the description.Methods inherited from class overit.geocallapp.wfm.datacollection.rs1.node.type.DTODataCollectionEntityExpressions
getExpressions, setExpressions
-
Constructor Details
-
DTODataCollectionNodeSelectionOption
public DTODataCollectionNodeSelectionOption()
-
-
Method Details
-
getCode
Returns the code.- Returns:
- the code
-
setCode
Sets the code.- Parameters:
code- the code
-
getDescription
Returns the description.- Returns:
- the description
-
setDescription
Sets the description.- Parameters:
description- the description
-
getExpressionId
Description copied from class:DTODataCollectionEntityExpressionsRetrieves the unique identifier for this expression entity.This method returns a unique identifier that distinguishes this expression entity from others within the data collection context. The identifier is typically used for expression evaluation, reference resolution, and tracking.
This property is excluded from JSON serialization.
- Specified by:
getExpressionIdin classDTODataCollectionEntityExpressions- Returns:
- the unique expression identifier as a String; should not be null
-
getExpressionDescription
Description copied from class:DTODataCollectionEntityExpressionsRetrieves the localized description of this expression entity.This method returns a human-readable description of the expression entity that can be displayed in different languages based on the user's locale. The description is typically used for UI display, logging, and debugging purposes.
This property is excluded from JSON serialization.
- Specified by:
getExpressionDescriptionin classDTODataCollectionEntityExpressions- Returns:
- the localized description as a
LocalizedString; should not be null
-