Class DTOGoodsGroupInsert

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

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

    • DTOGoodsGroupInsert

      public DTOGoodsGroupInsert()
  • Method Details

    • 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
    • isActive

      public final boolean isActive()
      Returns:
      the active
    • setActive

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