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

public class BOStock extends DynO
Business object representing a stock.
Since:
13.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOStock

      public BOStock()
  • Method Details

    • getId

      public Long getId()
      Returns the stock id.
      Returns:
      the the stock id
    • setId

      public void setId(Long id)
      Sets the stock id.
      Parameters:
      id - the stock id
    • getWarehouseMaterial

      public Long getWarehouseMaterial()
      Returns the warehouse-material relation id.
      Returns:
      the warehouse-material relation id
      See Also:
    • setWarehouseMaterial

      public void setWarehouseMaterial(Long warehouseMaterial)
      Sets the warehouse-material relation id.
      Parameters:
      warehouseMaterial - warehouse-material relation id.
      See Also:
    • getType

      public Long getType()
      Returns the stock type id.
      Returns:
      the stock type id
      See Also:
    • setType

      public void setType(Long type)
      Sets the stock type id.
      Parameters:
      type - the stock type id
      See Also:
    • getQuantity

      public Double getQuantity()
      Returns the stock quantity.
      Returns:
      the stock quantity
    • setQuantity

      public void setQuantity(Double quantity)
      Sets the stock quantity.
      Parameters:
      quantity - the stock quantity
    • getMeasureUnit

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

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

      public Long getLastTransaction()
      Returns the last transaction id.
      Returns:
      the last transaction id
      See Also:
    • setLastTransaction

      public void setLastTransaction(Long lastTransaction)
      Sets the last transaction id.
      Parameters:
      lastTransaction - the last transaction id
      See Also: