Class DTOGoodsGroup

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.materials.rs1.goodsgroup.DTOGoodsGroup
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class DTOGoodsGroup extends DynO
DTO for goods group.
Since:
17.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTOGoodsGroup

      public DTOGoodsGroup()
  • Method Details

    • getId

      public final Long getId()
      Returns:
      the id
    • setId

      public final void setId(Long id)
      Parameters:
      id - the id to set
    • getCode

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

      public final void setCode(String code)
      Parameters:
      code - the code to set
    • getDescription

      public final LocalizedString getDescription()
      Returns:
      the description
    • setDescription

      public final void setDescription(LocalizedString description)
      Parameters:
      description - the description to set
    • getOrder

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

      public final void setOrder(Long order)
      Parameters:
      order - the order to set
    • getActive

      public final Boolean getActive()
      Returns:
      the active
    • setActive

      public final void setActive(Boolean active)
      Parameters:
      active - the active to set