Class DTOCatalogCode

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

public class DTOCatalogCode extends DynO
DTO for catalog code.
Since:
20.0
See Also:
  • Constructor Details

    • DTOCatalogCode

      public DTOCatalogCode()
  • Method Details

    • getId

      public final Long getId()
      Gets the catalog code id.
      Returns:
      the catalog code id
    • setId

      public final void setId(Long id)
      Sets the catalog code id.
      Parameters:
      id - the catalog code id
    • 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
    • getCatalogGroupType

      public final Long getCatalogGroupType()
      Gets the catalog code catalog group type.
      Returns:
      the catalog code catalog group type
    • setCatalogGroupType

      public final void setCatalogGroupType(Long catalogGroupType)
      Sets the catalog code catalog group type.
      Parameters:
      catalogGroupType - the catalog code catalog group type
    • 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