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

public class BOWarehouseAgendaMaterial extends DynO
Business object representing a warehouse agenda material.
Since:
14.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOWarehouseAgendaMaterial

      public BOWarehouseAgendaMaterial()
  • Method Details

    • getId

      public Long getId()
      Returns the warehouse agenda material id.
      Returns:
      the warehouse agenda material id
    • setId

      public void setId(Long id)
      Sets the warehouse agenda material id.
      Parameters:
      id - the warehouse agenda material id
    • 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:
    • 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:
    • setQuantity

      public void setQuantity(Double quantity)
      Sets the warehouse agenda material quantity.
      Parameters:
      quantity - the warehouse agenda material quantity
    • getQuantity

      public Double getQuantity()
      Returns the warehouse agenda material quantity.
      Returns:
      the warehouse agenda material quantity
    • getAgenda

      public Long getAgenda()
      Returns the agenda id.
      Returns:
      the agenda id
      See Also:
    • setAgenda

      public void setAgenda(Long agenda)
      Sets the agenda id.
      Parameters:
      agenda - the agenda id
      See Also:
    • getMaterialAccountingType

      public Long getMaterialAccountingType()
      Returns the material accounting type id.
      Returns:
      the material accounting type id
      See Also:
    • setMaterialAccountingType

      public void setMaterialAccountingType(Long materialAccountingType)
      Sets the material accounting type id.
      Parameters:
      materialAccountingType - the material accounting type id
      See Also:
    • getStockType

      public Long getStockType()
      Returns the stock type id.
      Returns:
      the stock type id
      See Also:
    • setStockType

      public void setStockType(Long stockType)
      Sets the stock type id.
      Parameters:
      stockType - the stock type id
      See Also:
    • getLastModifiedDate

      public Date getLastModifiedDate()
      Returns the last modified date.
      Returns:
      the last modified date
    • setLastModifiedDate

      public void setLastModifiedDate(Date lastModifiedDate)
      Sets the last modified date.
      Parameters:
      lastModifiedDate - the last modified date
    • getProcessed

      public Boolean getProcessed()
      Returns if processed.
      Returns:
      processed
    • setProcessed

      public void setProcessed(Boolean processed)
      Sets if processed.
      Parameters:
      processed - if processed
    • getMeasureUnit

      public Long getMeasureUnit()
      Returns the id of the material measure unit.
      Returns:
      the measure unit id
      See Also:
    • setMeasureUnit

      public void setMeasureUnit(Long measureUnit)
      Sets the id of the material measure unit.
      Parameters:
      measureUnit - the measure unit id
      See Also: