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

public class BOTransferRequestItem extends DynO
Business object representing a transfer request item.
Since:
13.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOTransferRequestItem

      public BOTransferRequestItem()
  • Method Details

    • getId

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

      public void setId(Long id)
      Sets the transfer request item id.
      Parameters:
      id - the transfer request item id
    • getHeader

      public Long getHeader()
      Returns the id of the transfer request item header.
      Returns:
      the header id
      See Also:
    • setHeader

      public void setHeader(Long header)
      Sets the id of the transfer request item header.
      Parameters:
      header - the header id
      See Also:
    • getMaterial

      public Long getMaterial()
      Returns the id of the transfer request item material.
      Returns:
      the material id
      See Also:
    • setMaterial

      public void setMaterial(Long material)
      Sets the id of the transfer request item material.
      Parameters:
      material - the material id
      See Also:
    • getStockType

      public Long getStockType()
      Returns the the id of the transfer request item stock type.
      Returns:
      the stock type id
      See Also:
    • setStockType

      public void setStockType(Long stockType)
      Sets the the id of the transfer request item stock type.
      Parameters:
      stockType - the stock type id
      See Also:
    • getExpectedQuantity

      public Double getExpectedQuantity()
      Returns the transfer request item expected quantity.
      Returns:
      the transfer request item expected quantity
    • setExpectedQuantity

      public void setExpectedQuantity(Double quantity)
      Sets the transfer request item expected quantity.
      Parameters:
      quantity - the transfer request item expected quantity
    • getMeasureUnit

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

      public void setMeasureUnit(Long measureUnit)
      Sets the id of the transfer request item measure unit id.
      Parameters:
      measureUnit - the measure unit id
      See Also:
    • isActive

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

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

      public Double getSentQuantity()
      Returns the transfer request item sent quantity.
      Returns:
      the transfer request item sent quantity
    • setSentQuantity

      public void setSentQuantity(Double sentQuantity)
      Sets the transfer request item sent quantity.
      Parameters:
      sentQuantity - the transfer request item sent quantity
    • getReceivedQuantity

      public Double getReceivedQuantity()
      Returns the transfer request item received quantity.
      Returns:
      the transfer request item received quantity
    • setReceivedQuantity

      public void setReceivedQuantity(Double receivedQuantity)
      Sets the transfer request item received quantity.
      Parameters:
      receivedQuantity - the transfer request item received quantity