Class BOTransferRequestItemSerializedMaterial

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

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

    • BOTransferRequestItemSerializedMaterial

      public BOTransferRequestItemSerializedMaterial()
  • Method Details

    • getId

      public Long getId()
      Returns the transfer request item serialized material id.
      Returns:
      the the transfer request item serialized material id
    • setId

      public void setId(Long id)
      Sets the transfer request item serialized material id.
      Parameters:
      id - the transfer request 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:
    • getTransferRequestItem

      public Long getTransferRequestItem()
      Returns the transfer request item id.
      Returns:
      the transfer request item id
      See Also:
    • setTransferRequestItem

      public void setTransferRequestItem(Long transferRequestItem)
      Sets the transfer request item id.
      Parameters:
      transferRequestItem - the transfer request item id
      See Also:
    • isActive

      public Boolean isActive()
      Checks if the transfer request item serialized material relation is active.
      Returns:
      true if is the relation is active, false otherwise
    • setActive

      public void setActive(Boolean active)
      Sets the transfer request item serialized material relation to active.
      Parameters:
      active - true if the relation must be active, false otherwise
    • isExpected

      public Boolean isExpected()
      Checks if the serialized material related to the transfer request item is expected.
      Returns:
      true if is the serialized material is expected, false otherwise
    • setExpected

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

      public Boolean isSent()
      Checks if the serialized material related to the transfer request item is sent.
      Returns:
      true if is the serialized material is sent, false otherwise
    • setSent

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

      public Boolean isReceived()
      Checks if the serialized material related to the transfer request item is received.
      Returns:
      true if is the serialized material is received, false otherwise
    • setReceived

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