Class BOWarehouseOperationHeaderState

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

public class BOWarehouseOperationHeaderState extends DynO
Business Object representing warehouse operation header state.
Since:
14.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOWarehouseOperationHeaderState

      public BOWarehouseOperationHeaderState()
  • Method Details

    • getId

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

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

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

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

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

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