Class DTODataCollectionNode

java.lang.Object
overit.geocallapp.wfm.datacollection.rs1.node.DTODataCollectionNode
All Implemented Interfaces:
Serializable

public class DTODataCollectionNode extends Object implements Serializable
DTO for data collection node.
Since:
22.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTODataCollectionNode

      public DTODataCollectionNode()
  • Method Details

    • getId

      public Long getId()
      Returns the data collection node id.
      Returns:
      the node id
    • setId

      public void setId(Long id)
      Sets the data collection node id.
      Parameters:
      id - the node id
    • getType

      public DTODataCollectionNodeType getType()
      Returns the data collection node type.
      Returns:
      the node type
    • setType

      public void setType(DTODataCollectionNodeType type)
      Sets the data collection node type.
      Parameters:
      type - the node type
    • getProperties

      public DTODataCollectionNodeProperties getProperties()
      Returns the data collection node properties.
      Returns:
      the node properties
    • setProperties

      public void setProperties(DTODataCollectionNodeProperties properties)
      Sets the data collection node properties.
      Parameters:
      properties - the node properties
    • getExpressions

      public DTODataCollectionNodeExpressions getExpressions()
      Returns the data collection node expressions.
      Returns:
      the node expressions
    • setExpressions

      public void setExpressions(DTODataCollectionNodeExpressions expressions)
      Sets the data collection node expressions.
      Parameters:
      expressions - the node expressions
    • getStatus

      public DTODataCollectionNodeStatus getStatus()
      Returns the data collection node status.
      Returns:
      the node status
    • setStatus

      public void setStatus(DTODataCollectionNodeStatus status)
      Sets the data collection node status.
      Parameters:
      status - the node status