Class DTOMaterialStock

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

public class DTOMaterialStock extends DynO
DTO for grouped material stock.
Since:
19.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTOMaterialStock

      public DTOMaterialStock()
  • Method Details

    • getMaterial

      public Long getMaterial()
    • setMaterial

      public void setMaterial(Long material)
    • getWarehouse

      public Long getWarehouse()
    • setWarehouse

      public void setWarehouse(Long warehouse)
    • getStockType

      public Long getStockType()
    • setStockType

      public void setStockType(Long stockType)
    • getQuantity

      public Double getQuantity()
    • setQuantity

      public void setQuantity(Double quantity)