java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.bl.material.goodsgroup.BOGoodsGroup
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class BOGoodsGroup extends DynO
Business object representing a goods group.
Since:
13.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOGoodsGroup

      public BOGoodsGroup()
  • Method Details

    • getId

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

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

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

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

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

      public void setDescription(LocalizedString description)
      Sets the goods group description.
      Parameters:
      description - the goods group description
    • getOrder

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

      public void setOrder(Long order)
      Sets the order.
      Parameters:
      order - the order
    • isActive

      public Boolean isActive()
      Checks if the goods group is active.
      Returns:
      true if is the goods group is active, false otherwise
    • setActive

      public void setActive(Boolean active)
      Sets the goods group to active.
      Parameters:
      active - true if the goods group must be active, false otherwise