Class DTOCatalogGroupInsert

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

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

    • DTOCatalogGroupInsert

      public DTOCatalogGroupInsert()
  • Method Details

    • getCode

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

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

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

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

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

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

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

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

      public final 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(Boolean active)
      Sets the catalog group to active.
      Parameters:
      active - true to activate the catalog group, false otherwise