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

public class DTOWarehouseMaterialAvailability extends DynO
DTO for warehouse material availability.
Since:
19.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTOWarehouseMaterialAvailability

      public DTOWarehouseMaterialAvailability()
  • Method Details

    • getMaterial

      public Long getMaterial()
    • setMaterial

      public void setMaterial(Long material)
    • getStock

      public Long getStock()
    • setStock

      public void setStock(Long stock)
    • getWarehouse

      public Long getWarehouse()
    • setWarehouse

      public void setWarehouse(Long warehouse)
    • getWarehouseType

      public Long getWarehouseType()
    • setWarehouseType

      public void setWarehouseType(Long warehouseType)
    • isPreferred

      public boolean isPreferred()
    • setPreferred

      public void setPreferred(boolean preferred)
    • getResource

      public Long getResource()
    • setResource

      public void setResource(Long resource)
    • getDistance

      public Long getDistance()
    • setDistance

      public void setDistance(Long distance)
    • getQuantity

      public Double getQuantity()
    • setQuantity

      public void setQuantity(Double quantity)
    • getMeasureUnit

      public Long getMeasureUnit()
    • setMeasureUnit

      public void setMeasureUnit(Long measureUnit)
    • getLongitude

      public Double getLongitude()
    • setLongitude

      public void setLongitude(Double longitude)
    • getLatitude

      public Double getLatitude()
    • setLatitude

      public void setLatitude(Double latitude)
    • getDetectionDate

      public ZonedDateTime getDetectionDate()
    • setDetectionDate

      public void setDetectionDate(ZonedDateTime detectionDate)
    • getCodeWarehouse

      public String getCodeWarehouse()
    • setCodeWarehouse

      public void setCodeWarehouse(String codeWarehouse)
    • getEstimatedTimeOfArrival

      public ZonedDateTime getEstimatedTimeOfArrival()
    • setEstimatedTimeOfArrival

      public void setEstimatedTimeOfArrival(ZonedDateTime estimatedTimeOfArrival)