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
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.voidsetMandatory(boolean mandatory) Deprecated, for removal: This API element is subject to removal in a future version.voidsetReadonly(boolean readonly) Deprecated, for removal: This API element is subject to removal in a future version.voidsetVisible(boolean visible) Deprecated, for removal: This API element is subject to removal in a future version.
-
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.
-