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

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

    • TransferRequestCancelInput

      public TransferRequestCancelInput()
  • Method Details

    • getTransferRequest

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

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

      public Long getCancellationUser()
      Returns the user that cancelled the transfer request.
      Returns:
      the transfer request cancel user
      See Also:
    • setCancellationUser

      public void setCancellationUser(Long cancellationUser)
      Sets the user that cancelled the transfer request.
      Parameters:
      cancellationUser - the cancellation user id
      See Also:
    • getCancellationDate

      public Date getCancellationDate()
      Returns the transfer request cancellation date.
      Returns:
      the transfer request cancellation date
    • setCancellationDate

      public void setCancellationDate(Date cancellationDate)
      Sets the transfer request cancellation date.
      Parameters:
      cancellationDate - the transfer request cancellation date