Class BOWarehouseMaterial

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

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

    • BOWarehouseMaterial

      public BOWarehouseMaterial()
  • Method Details

    • getId

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

      public void setId(Long id)
      Sets the warehouse material id.
      Parameters:
      id - the warehouse material id
    • getWarehouse

      public Long getWarehouse()
      Returns the warehouse id.
      Returns:
      the warehouse id
      See Also:
    • setWarehouse

      public void setWarehouse(Long warehouse)
      Sets the warehouse id.
      Parameters:
      warehouse - the warehouse id
      See Also:
    • getMaterial

      public Long getMaterial()
      Returns the material id.
      Returns:
      the material id
      See Also:
    • setMaterial

      public void setMaterial(Long material)
      Sets the material id.
      Parameters:
      material - the material id
      See Also:
    • getMinStockQuantity

      public Double getMinStockQuantity()
      Returns the warehouse material min stock quantity.
      Returns:
      the warehouse material min stock quantity
    • setMinStockQuantity

      public void setMinStockQuantity(Double minStockQuantity)
      Sets the warehouse material min stock quantity.
      Parameters:
      minStockQuantity - the warehouse material min stock quantity
    • getMaxStockQuantity

      public Double getMaxStockQuantity()
      Returns the warehouse material max stock quantity.
      Returns:
      the warehouse material max stock quantity
    • setMaxStockQuantity

      public void setMaxStockQuantity(Double maxStockQuantity)
      Sets the warehouse material max stock quantity.
      Parameters:
      maxStockQuantity - the warehouse material max stock quantity
    • getMeasureUnit

      public Long getMeasureUnit()
      Returns the measure unit id.
      Returns:
      the measure unit id
      See Also:
    • setMeasureUnit

      public void setMeasureUnit(Long measureUnit)
      Sets the measure unit id.
      Parameters:
      measureUnit - the measure unit id
      See Also:
    • getActive

      public Boolean getActive()
      Checks if the warehouse material is active.
      Returns:
      true if is the warehouse material is active, false otherwise
    • setActive

      public void setActive(Boolean active)
      Sets the warehouse material to active.
      Parameters:
      active - true if the warehouse material must be active, false otherwise
    • isGeneratedByScheduling

      public Boolean isGeneratedByScheduling()
      Checks if the warehouse material was generated by scheduling.
      Returns:
      true if is the warehouse material was generated by scheduling, false otherwise
    • setGeneratedByScheduling

      public void setGeneratedByScheduling(Boolean isGeneratedByScheduling)
      Sets the warehouse material to generated by scheduling.
      Parameters:
      isGeneratedByScheduling - true if the warehouse material must be generated by scheduling, false otherwise