Class DTODataCollectionNode
java.lang.Object
overit.geocallapp.wfm.datacollection.rs1.node.DTODataCollectionNode
- All Implemented Interfaces:
Serializable
DTO for data collection node.
- Since:
- 22.0
- See Also:
- GCApi:
- dto
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the data collection node expressions.getId()Returns the data collection node id.Returns the data collection node properties.Returns the data collection node status.getType()Returns the data collection node type.voidsetExpressions(DTODataCollectionNodeExpressions expressions) Sets the data collection node expressions.voidSets the data collection node id.voidsetProperties(DTODataCollectionNodeProperties properties) Sets the data collection node properties.voidsetStatus(DTODataCollectionNodeStatus status) Sets the data collection node status.voidSets the data collection node type.
-
Constructor Details
-
DTODataCollectionNode
public DTODataCollectionNode()
-
-
Method Details
-
getId
Returns the data collection node id.- Returns:
- the node id
-
setId
Sets the data collection node id.- Parameters:
id- the node id
-
getType
Returns the data collection node type.- Returns:
- the node type
-
setType
Sets the data collection node type.- Parameters:
type- the node type
-
getProperties
Returns the data collection node properties.- Returns:
- the node properties
-
setProperties
Sets the data collection node properties.- Parameters:
properties- the node properties
-
getExpressions
Returns the data collection node expressions.- Returns:
- the node expressions
-
setExpressions
Sets the data collection node expressions.- Parameters:
expressions- the node expressions
-
getStatus
Returns the data collection node status.- Returns:
- the node status
-
setStatus
Sets the data collection node status.- Parameters:
status- the node status
-