Class ExpectedMaterialDetailInput

java.lang.Object
overit.geocallapp.wfm.inventory.ux.material.expected.detail.ExpectedMaterialDetailInput
All Implemented Interfaces:
Serializable

public class ExpectedMaterialDetailInput extends Object implements Serializable
Object used as input bean for the ExpectedMaterialDetail page.
Since:
14.0
See Also:
  • Field Details

    • material

      protected Long material
    • materialQuantity

      protected Double materialQuantity
    • materialExpectedQuantity

      protected Double materialExpectedQuantity
    • warehouse

      protected Long warehouse
    • startDate

      protected Date startDate
    • endDate

      protected Date endDate
  • Constructor Details

    • ExpectedMaterialDetailInput

      public ExpectedMaterialDetailInput()
  • Method Details

    • getMaterial

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

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

      public Double getMaterialQuantity()
      Returns the material quantity.
      Returns:
      the material quantity
    • setMaterialQuantity

      public void setMaterialQuantity(Double materialQuantity)
      Sets the material quantity.
      Parameters:
      materialQuantity - the material quantity
    • getMaterialExpectedQuantity

      public Double getMaterialExpectedQuantity()
      Returns the material expected quantity.
      Returns:
      the material expected quantity
    • setMaterialExpectedQuantity

      public void setMaterialExpectedQuantity(Double materialExpectedQuantity)
      Sets the material expected quantity.
      Parameters:
      materialExpectedQuantity - the material expected quantity
    • getWarehouse

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

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

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

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

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

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