Class WarehouseMaterialDetail

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

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

    • WarehouseMaterialDetail

      public WarehouseMaterialDetail()
  • Method Details

    • getId

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

      public BOWarehouseMaterial getWarehouseMaterial()
      Returns the warehouse material.
      Returns:
      the warehouse material
    • setWarehouseMaterial

      public void setWarehouseMaterial(BOWarehouseMaterial warehouseMaterial)
      Sets the warehouse material.
      Parameters:
      warehouseMaterial - the warehouse material
    • getMaterial

      public BOMaterial getMaterial()
      Returns the material.
      Returns:
      the material
    • setMaterial

      public void setMaterial(BOMaterial material)
      Sets the material.
      Parameters:
      material - the material
    • getReadyToUseStock

      public BOStock getReadyToUseStock()
      Returns the ready to use stock.
      Returns:
      the ready to use stock
    • setReadyToUseStock

      public void setReadyToUseStock(BOStock readyToUseStock)
      Sets the ready to use stock.
      Parameters:
      readyToUseStock - the ready to use stock