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

public class TransferRequestSendInput extends DynO
Object used as a input bean for the TransferRequestSendEvent.
Since:
14.0
See Also:
GCApi:
bo
  • Constructor Details

    • TransferRequestSendInput

      public TransferRequestSendInput()
  • Method Details

    • getTransferRequest

      public Long getTransferRequest()
      Returns the id of the transfer request to send.
      Returns:
      the transfer request id
      See Also:
    • setTransferRequest

      public void setTransferRequest(Long transferRequest)
      Sets the id of the transfer request to send.
      Parameters:
      transferRequest - the transfer request id
      See Also:
    • getSendingUser

      public Long getSendingUser()
      Returns the user that sent the transfer request.
      Returns:
      the transfer request send user
      See Also:
    • setSendingUser

      public void setSendingUser(Long sendingUser)
      Sets the user that sent the transfer request.
      Parameters:
      sendingUser - the sending user id
      See Also:
    • getSendingDate

      public Date getSendingDate()
      Returns the transfer request sending date.
      Returns:
      the transfer request sending date
    • setSendingDate

      public void setSendingDate(Date sendingDate)
      Sets the transfer request sending date.
      Parameters:
      sendingDate - the transfer request sending date