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

public class BOStockSerializedMaterial extends DynO
Business object representing a relation between a stock and a serialized material.
Since:
13.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOStockSerializedMaterial

      public BOStockSerializedMaterial()
  • Method Details

    • getId

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

      public void setId(Long id)
      Sets the stock serialized material id.
      Parameters:
      id - the stock serialized material id
    • getSerializedMaterial

      public Long getSerializedMaterial()
      Returns the serialized material id.
      Returns:
      the serialized material id
      See Also:
    • setSerializedMaterial

      public void setSerializedMaterial(Long serializedMaterial)
      Sets the serialized material id.
      Parameters:
      serializedMaterial - the serialized material id
      See Also:
    • getStock

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

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