Class DTOCatalogCodeInsert

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

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

    • DTOCatalogCodeInsert

      public DTOCatalogCodeInsert()
  • Method Details

    • getCode

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

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

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

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

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

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

      public final Boolean getActive()
      Gets the catalog code active boolean.
      Returns:
      true if the catalog code is active, false otherwise
    • setActive

      public final void setActive(Boolean active)
      Sets the catalog code active boolean.
      Parameters:
      active - the catalog code active boolean
    • getCatalogGroup

      public final Long getCatalogGroup()
      Gets the catalog code catalog group.
      Returns:
      the catalog code catalog group
    • setCatalogGroup

      public final void setCatalogGroup(Long catalogGroup)
      Sets the catalog code catalog group.
      Parameters:
      catalogGroup - the catalog code catalog group