Class TransferRequestSubmitInput
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.event.TransferRequestSubmitInput
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Object used as a input bean for the
TransferRequestSubmitEvent. - Since:
- 14.0
- See Also:
- GCApi:
- bo
-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.model.DynO
DynO.SpanFields, DynO.SpanTable, DynO.Valid -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the transfer request submission date.Returns the user that submitted the transfer request.Returns the id of the transfer request to submit.voidsetSubmissionDate(Date submissionDate) Sets the transfer request submission date.voidsetSubmissionUser(Long submissionUser) Sets the user that submitted the transfer request.voidsetTransferRequest(Long transferRequest) Sets the id of the transfer request to submit.Methods inherited from class overit.geocall.model.DynO
addExtension, extract, extract, fields, from, from, getCriteria, getCriteriaNotExploded, getExtension, getFakeFilter, getUnknownAttributes, getUnknownCriteria, getVariant, getZone, insert, insert, isValid, make, removeCriteria, removeExtensionAttribute, setCriteria, setCriteriaNotExploded, setExtension, setFakeFilter, setUnknownAttributes, setUnknownCriteria, setVariant, setZone, toFlatMap, toFlatMap, toMap, toMap, toString, update, validateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface jakarta.validation.ConstraintValidator
initializeMethods inherited from interface overit.geocall.timezone.model.TimeZoned
hasZone
-
Constructor Details
-
TransferRequestSubmitInput
public TransferRequestSubmitInput()
-
-
Method Details
-
getTransferRequest
Returns the id of the transfer request to submit.- Returns:
- the transfer request id
- See Also:
-
setTransferRequest
Sets the id of the transfer request to submit.- Parameters:
transferRequest- the transfer request id- See Also:
-
getSubmissionUser
Returns the user that submitted the transfer request.- Returns:
- the transfer request submit user
- See Also:
-
setSubmissionUser
Sets the user that submitted the transfer request.- Parameters:
submissionUser- the submission user id- See Also:
-
getSubmissionDate
Returns the transfer request submission date.- Returns:
- the transfer request submission date
-
setSubmissionDate
Sets the transfer request submission date.- Parameters:
submissionDate- the transfer request submission date
-