Class DTOStockChangeCreateOperationInsert

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

public class DTOStockChangeCreateOperationInsert extends DynO
DTO for stock change warehouse Operation insert.
Since:
19.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTOStockChangeCreateOperationInsert

      public DTOStockChangeCreateOperationInsert()
  • Method Details

    • getWarehouse

      public Long getWarehouse()
    • setWarehouse

      public void setWarehouse(Long warehouse)
    • getMaterial

      public Long getMaterial()
    • setMaterial

      public void setMaterial(Long material)
    • getOutgoingStockType

      public Long getOutgoingStockType()
    • setOutgoingStockType

      public void setOutgoingStockType(Long outgoingStockType)
    • getIncomingStockType

      public Long getIncomingStockType()
    • setIncomingStockType

      public void setIncomingStockType(Long incomingStockType)
    • getQuantity

      public Double getQuantity()
    • setQuantity

      public void setQuantity(Double quantity)
    • getSerials

      public Collection<Long> getSerials()
    • setSerials

      public void setSerials(String serials)