Class BOCatalogGroup

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

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

    • BOCatalogGroup

      public BOCatalogGroup()
  • Method Details

    • getId

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

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

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

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

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

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

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

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

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

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

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

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