Class BOWarehouseState

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

public class BOWarehouseState extends DynO
Business object representing a warehouse state.
Since:
13.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOWarehouseState

      public BOWarehouseState()
  • Method Details

    • getId

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

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

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

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

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

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