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

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

    • BOStockHistory

      public BOStockHistory()
  • Method Details

    • getId

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

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

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

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

      public Long getType()
      Returns the stock type id.
      Returns:
      the 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:
    • getHistoryInsert

      public Date getHistoryInsert()
      Returns the stock history insert date.
      Returns:
      the stock history insert date
    • setHistoryInsert

      public void setHistoryInsert(Date historyInsert)
      Sets the stock history insert date.
      Parameters:
      historyInsert - the stock history insert date
    • getHistoryOperation

      public Long getHistoryOperation()
      Returns the history operation.
      Returns:
      the history operation
    • setHistoryOperation

      public void setHistoryOperation(Long historyOperation)
      Sets the history operation.
      Parameters:
      historyOperation - the history operation
    • getStock

      public Long getStock()
      Returns the stock id.
      Returns:
      the stock id
    • setStock

      public void setStock(Long stock)
      Sets the stock id.
      Parameters:
      stock - the stock id