Class BOWarehouseOperationItemSerializedMaterial

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

public class BOWarehouseOperationItemSerializedMaterial extends DynO
Business object representing the relation between a warehouse operation item and a serialized material.
Since:
14.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOWarehouseOperationItemSerializedMaterial

      public BOWarehouseOperationItemSerializedMaterial()
  • Method Details

    • getId

      public Long getId()
      Returns the id warehouse operation item serialized material relation.
      Returns:
      the warehouse operation item serialized material id
    • setId

      public void setId(Long id)
      Sets the id warehouse operation item serialized material relation.
      Parameters:
      id - the warehouse operation item 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:
    • getWarehouseOperationItem

      public Long getWarehouseOperationItem()
      Returns the warehouse operation item id.
      Returns:
      the warehouse operation item id
      See Also:
    • setWarehouseOperationItem

      public void setWarehouseOperationItem(Long warehouseOperationItem)
      Sets the warehouse operation item id.
      Parameters:
      warehouseOperationItem - the warehouse operation item id
      See Also:
    • isExpected

      public Boolean isExpected()
      Checks if the warehouse operation item serialized material is expected.
      Returns:
      true if is the warehouse operation item serialized material is expected, false otherwise
    • setExpected

      public void setExpected(Boolean expected)
      Sets the warehouse operation item serialized material to expected.
      Parameters:
      expected - true if the warehouse operation item serialized material must be expected, false otherwise
    • isSent

      public Boolean isSent()
      Checks if the warehouse operation item serialized material is sent.
      Returns:
      true if is the warehouse operation item serialized material is sent, false otherwise
    • setSent

      public void setSent(Boolean sent)
      Sets the warehouse operation item serialized material to sent.
      Parameters:
      sent - true if the warehouse operation item serialized material must be sent, false otherwise
    • isReceived

      public Boolean isReceived()
      Checks if the warehouse operation item serialized material is received.
      Returns:
      true if is the warehouse operation item serialized material is received, false otherwise
    • setReceived

      public void setReceived(Boolean received)
      Sets the warehouse operation item serialized material to received.
      Parameters:
      received - true if the warehouse operation item serialized material must be received, false otherwise