Class BOWarehouseOperationItemState

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

public class BOWarehouseOperationItemState extends DynO
Business object representing a warehouse operation item state.
Since:
14.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOWarehouseOperationItemState

      public BOWarehouseOperationItemState()
  • Method Details

    • getId

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

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

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

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

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

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