Class BOWarehouseTrackingMode

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.inventory.bl.warehouse.trackingmode.BOWarehouseTrackingMode
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class BOWarehouseTrackingMode extends DynO
Business Object representing warehouse tracking mode.
Since:
13.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOWarehouseTrackingMode

      public BOWarehouseTrackingMode()
  • Method Details

    • getId

      public Long getId()
      Returns the warehouse tracking mode id.
      Returns:
      the the warehouse tracking mode id
    • setId

      public void setId(Long id)
      Sets the warehouse tracking mode id.
      Parameters:
      id - the warehouse tracking mode id
    • getCode

      public String getCode()
      Returns the warehouse tracking mode code.
      Returns:
      the warehouse tracking mode code
    • setCode

      public void setCode(String code)
      Sets the warehouse tracking mode code.
      Parameters:
      code - the warehouse tracking mode code
    • getDescription

      public LocalizedString getDescription()
      Returns the warehouse tracking mode description.
      Returns:
      the warehouse tracking mode description
    • setDescription

      public void setDescription(LocalizedString description)
      Sets the warehouse tracking mode description.
      Parameters:
      description - the warehouse tracking mode description