Class DTOMeasuringElementStatus

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.measuringelements.rs1.status.DTOMeasuringElementStatus
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class DTOMeasuringElementStatus extends DynO
DTO for measuring element status.
Since:
20.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTOMeasuringElementStatus

      public DTOMeasuringElementStatus()
  • Method Details

    • getId

      public final Long getId()
      Returns the measuring element status id.
      Returns:
      the measuring element status id
    • setId

      public final void setId(Long id)
      Sets the measuring element status id.
      Parameters:
      id - the measuring element status id
    • getCode

      public final String getCode()
      Returns the measuring element status code.
      Returns:
      the measuring element status code
    • setCode

      public final void setCode(String code)
      Sets the measuring element status code.
      Parameters:
      code - the measuring element status code
    • getDescription

      public final String getDescription()
      Returns the measuring element status description.
      Returns:
      the measuring element status description
    • setDescription

      public final void setDescription(String description)
      Sets the measuring element status description.
      Parameters:
      description - the measuring element status description