Class DTODataCollectionOptionsGroupUpdate

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.datacollection.rs1.optionsgroup.DTODataCollectionOptionsGroupUpdate
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class DTODataCollectionOptionsGroupUpdate extends DynO
DTO for update data collection options group
Since:
22.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTODataCollectionOptionsGroupUpdate

      public DTODataCollectionOptionsGroupUpdate()
  • Method Details

    • getDescription

      public final Optional<LocalizedString> getDescription()
      Gets the description.
      Returns:
      the description
    • setDescription

      public final void setDescription(Optional<LocalizedString> description)
      Sets the description.
      Parameters:
      description - the new description
    • getActive

      public final Optional<Boolean> getActive()
      Gets the active.
      Returns:
      the active
    • setActive

      public final void setActive(Optional<Boolean> active)
      Sets the active.
      Parameters:
      active - the new active