Class MaterialExpectedQuantityCalculateInput

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.inventory.bl.warehouse.material.expected.event.MaterialExpectedQuantityCalculateInput
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class MaterialExpectedQuantityCalculateInput extends DynO
Business object representing the input for the MaterialExpectedQuantityCalculateEvent.
Since:
14.0
See Also:
GCApi:
bo
  • Constructor Details

    • MaterialExpectedQuantityCalculateInput

      public MaterialExpectedQuantityCalculateInput()
  • Method Details

    • getWarehouse

      public Long getWarehouse()
      Returns the id of the warehouse.
      Returns:
      the warehouse id
      See Also:
    • setWarehouse

      public void setWarehouse(Long warehouse)
      Sets the id of the warehouse.
      Parameters:
      warehouse - the warehouse id
      See Also:
    • getMaterial

      public Long getMaterial()
      Returns the id of the material.
      Returns:
      the material id
      See Also:
    • setMaterial

      public void setMaterial(Long material)
      Sets the id of the material.
      Parameters:
      material - the material id
      See Also:
    • getStartDate

      public Date getStartDate()
      Returns the agenda start date.
      Returns:
      the agenda start date
    • setStartDate

      public void setStartDate(Date startDate)
      Sets the agenda start date.
      Parameters:
      startDate - the agenda start date
    • getEndDate

      public Date getEndDate()
      Returns the agenda end date.
      Returns:
      the agenda end date
    • setEndDate

      public void setEndDate(Date endDate)
      Sets the agenda end date.
      Parameters:
      endDate - the agenda end date