Class DTODataCollectionNodeStatus

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

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

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setMandatory(boolean mandatory)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setReadonly(boolean readonly)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setVisible(boolean visible)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DTODataCollectionNodeStatus

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

    • isVisible

      public boolean isVisible()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setVisible

      public void setVisible(boolean visible)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • isReadonly

      public boolean isReadonly()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setReadonly

      public void setReadonly(boolean readonly)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • isMandatory

      public boolean isMandatory()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setMandatory

      public void setMandatory(boolean mandatory)
      Deprecated, for removal: This API element is subject to removal in a future version.