Class StockSerializedMaterialDetail

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

public class StockSerializedMaterialDetail extends DynO
Business object representing a stock.
Since:
13.0
See Also:
GCApi:
bo
  • Constructor Details

    • StockSerializedMaterialDetail

      public StockSerializedMaterialDetail()
  • Method Details

    • getWarehouse

      public final BOWarehouse getWarehouse()
      Returns the warehouse.
      Returns:
      the warehouse
    • setWarehouse

      public final void setWarehouse(BOWarehouse warehouse)
      Sets the warehouse.
      Parameters:
      warehouse - the warehouse
    • getMaterial

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

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

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

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

      public final BOStock getStock()
      Returns the stock.
      Returns:
      the stock
    • setStock

      public final void setStock(BOStock stock)
      Sets the stock.
      Parameters:
      stock - the stock
    • getSerializedMaterial

      public final BOSerializedMaterial getSerializedMaterial()
      Returns the serialized material.
      Returns:
      the serialized material
    • setSerializedMaterial

      public final void setSerializedMaterial(BOSerializedMaterial serializedMaterial)
      Sets the serialized material.
      Parameters:
      serializedMaterial - the serialized material