Class DTODataCollectionNode

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

@Deprecated(forRemoval=true, since="22.0") public class DTODataCollectionNode extends Object implements Serializable
Deprecated, for removal: This API element is subject to removal in a future version.
DTO for data collection node.
Since:
19.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTODataCollectionNode

      public DTODataCollectionNode()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getId

      public Long getId()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setId

      public void setId(Long id)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getType

      public DTODataCollectionNodeType getType()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setType

      public void setType(DTODataCollectionNodeType type)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getProperties

      public DTODataCollectionNodeProperties getProperties()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setProperties

      public void setProperties(DTODataCollectionNodeProperties properties)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getExpressions

      public DTODataCollectionNodeExpressions getExpressions()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setExpressions

      public void setExpressions(DTODataCollectionNodeExpressions expressions)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getStatus

      public DTODataCollectionNodeStatus getStatus()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setStatus

      public void setStatus(DTODataCollectionNodeStatus status)
      Deprecated, for removal: This API element is subject to removal in a future version.