Class BOCatalogCode

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

public class BOCatalogCode extends DynO
Business object representing the catalog code.
Since:
20.0
See Also:
  • Constructor Details

    • BOCatalogCode

      public BOCatalogCode()
  • Method Details

    • getId

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

      public void setId(Long id)
      Sets the catalog code id.
      Parameters:
      id - the catalog code id
    • getCode

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

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

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

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

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

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

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

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

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

      public void setCatalogGroupType(Long catalogGroupType)
      Sets the catalog code catalog group type.
      Parameters:
      catalogGroupType - the catalog code catalog group type
    • getCatalogGroup

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

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