Class DTOCatalogGroupUpdate

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.catalogs.rs1.cataloggroup.DTOCatalogGroupUpdate
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class DTOCatalogGroupUpdate extends DynO
DTO for update catalog group.
Since:
20.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTOCatalogGroupUpdate

      public DTOCatalogGroupUpdate()
  • Method Details

    • getCode

      public final Optional<String> getCode()
      Returns the catalog group code.
      Returns:
      the catalog group code
    • setCode

      public final void setCode(Optional<String> code)
      Sets the catalog group code.
      Parameters:
      code - the catalog group code
    • getDescription

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

      public final void setDescription(Optional<LocalizedString> description)
      Sets the catalog group description.
      Parameters:
      description - the catalog group description
    • getType

      public final Optional<Long> getType()
      Returns the catalog group type.
      Returns:
      the catalog group type
    • setType

      public final void setType(Optional<Long> type)
      Sets the catalog group type.
      Parameters:
      type - the catalog group type
    • getOrder

      public final Optional<Long> getOrder()
      Returns the catalog group order.
      Returns:
      the catalog group order
    • setOrder

      public final void setOrder(Optional<Long> order)
      Sets the catalog group order.
      Parameters:
      order - the catalog group order
    • getActive

      public final Optional<Boolean> getActive()
      Checks whether the catalog group is active or not.
      Returns:
      true if the catalog group is active, false otherwise
    • setActive

      public final void setActive(Optional<Boolean> active)
      Sets the catalog group to active.
      Parameters:
      active - true to activate the catalog group, false otherwise