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

public class DTOStockChange extends DynO
DTO for stock change.
Since:
19.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTOStockChange

      public DTOStockChange()
  • Method Details

    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • getWarehouse

      public Long getWarehouse()
    • setWarehouse

      public void setWarehouse(Long warehouse)
    • getMaterial

      public Long getMaterial()
    • setMaterial

      public void setMaterial(Long material)
    • getSerializedMaterial

      public Long getSerializedMaterial()
    • setSerializedMaterial

      public void setSerializedMaterial(Long serializedMaterial)
    • getOutgoingStockType

      public Long getOutgoingStockType()
    • setOutgoingStockType

      public void setOutgoingStockType(Long outgoingStockType)
    • getIncomingStockType

      public Long getIncomingStockType()
    • setIncomingStockType

      public void setIncomingStockType(Long incomingStockType)
    • getMeasureUnit

      public Long getMeasureUnit()
    • setMeasureUnit

      public void setMeasureUnit(Long measureUnit)
    • getQuantity

      public Double getQuantity()
    • setQuantity

      public void setQuantity(Double quantity)
    • getCreationUser

      public Long getCreationUser()
    • setCreationUser

      public void setCreationUser(Long creationUser)
    • getCreationDate

      public ZonedDateTime getCreationDate()
    • setCreationDate

      public void setCreationDate(ZonedDateTime creationDate)
    • getProcessed

      public Boolean getProcessed()
    • setProcessed

      public void setProcessed(Boolean processed)