Class BOTransferRequestHeader
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.inventory.bl.warehouse.transfer.request.header.BOTransferRequestHeader
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing a transfer request header.
- Since:
- 13.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 header cancellation date.Returns the id of the transfer request header cancellation user.getCode()Returns the transfer request header code.Returns the transfer request header creation date.Returns the id of the transfer request header creation user.Returns the transfer request header description.Returns the transfer request header destiny warehouse id.Returns the transfer request header expected pick up date.getId()Returns the transfer request header id.Returns the transfer request header in field latitude.Returns the transfer request header in field longitude.Returns the date for which the transfer request header is needed by.Returns the transfer request header picking warehouse id.Returns the transfer request header receiving date.Returns the id of the transfer request header receiving user.Returns the transfer request header refusal date.Returns the refusal user id.Returns the transfer request header sending date.Returns the id of the transfer request header sending user.getState()Returns the transfer request header state id.Returns the stock type id.Returns the transfer request header submission date.Returns the id of the transfer request header submission user.getType()Returns the transfer request header type id.Checks if the transfer request is created by mobile.voidsetCancellationDate(Date cancellationDate) Sets the transfer request header cancellation date.voidsetCancellationUser(Long cancellationUser) Sets the id of the transfer request header cancellation user.voidSets the transfer request header code.voidsetCreatedByMobile(Boolean createdByMobile) Sets the transfer request to created by mobile.voidsetCreationDate(Date creationDate) Sets the transfer request header creation date.voidsetCreationUser(Long creationUser) Sets the id of the transfer request header creation user.voidsetDescription(String description) Sets the transfer request header description.voidsetDestinyWarehouse(Long destinyWarehouse) Sets the transfer request header destiny warehouse id.voidsetExpectedPickUp(Date expectedPickUp) Sets the transfer request header expected pick up date.voidSets the transfer request header id.voidsetInFieldLatitude(Double inFieldLatitude) Sets the transfer request header in field latitude.voidsetInFieldLongitude(Double inFieldLongitude) Sets the transfer request header in field longitude.voidsetNeededBy(Date neededBy) Sets the date for which the transfer request header is needed by.voidsetPickingWarehouse(Long pickingWarehouse) Sets the transfer request header picking warehouse id.voidsetReceivingDate(Date receivingDate) Sets the transfer request header receiving date.voidsetReceivingUser(Long receivingUser) Sets the id of the transfer request header receiving user.voidsetRefusalDate(Date refusalDate) Sets the transfer request header refusal date.voidsetRefusalUser(Long refusalUser) Sets the refusal user id.voidsetSendingDate(Date sendingDate) Sets the transfer request header sending date.voidsetSendingUser(Long sendingUser) Sets the id of the transfer request header sending user.voidSets the transfer request header state id.voidsetStockType(Long stockType) Sets the stock type id.voidsetSubmissionDate(Date submissionDate) Sets the transfer request header submission date.voidsetSubmissionUser(Long submissionUser) Sets the id of the transfer request header submission user.voidSets the transfer request header type id.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
-
BOTransferRequestHeader
public BOTransferRequestHeader()
-
-
Method Details
-
getId
Returns the transfer request header id.- Returns:
- the the transfer request header id
-
setId
Sets the transfer request header id.- Parameters:
id- the transfer request header id
-
getCode
Returns the transfer request header code.- Returns:
- the transfer request header code
-
setCode
Sets the transfer request header code.- Parameters:
code- the transfer request header code
-
getDescription
Returns the transfer request header description.- Returns:
- the transfer request header description
-
setDescription
Sets the transfer request header description.- Parameters:
description- the transfer request header description
-
getState
Returns the transfer request header state id.- Returns:
- the state id
- See Also:
-
setState
Sets the transfer request header state id.- Parameters:
state- the state id- See Also:
-
getType
Returns the transfer request header type id.- Returns:
- the type id
- See Also:
-
setType
Sets the transfer request header type id.- Parameters:
type- the type id- See Also:
-
getPickingWarehouse
Returns the transfer request header picking warehouse id.- Returns:
- the picking warehouse id
- See Also:
-
setPickingWarehouse
Sets the transfer request header picking warehouse id.- Parameters:
pickingWarehouse- the picking warehouse id- See Also:
-
getDestinyWarehouse
Returns the transfer request header destiny warehouse id.- Returns:
- the destiny warehouse id
- See Also:
-
setDestinyWarehouse
Sets the transfer request header destiny warehouse id.- Parameters:
destinyWarehouse- the destiny warehouse id- See Also:
-
isCreatedByMobile
Checks if the transfer request is created by mobile.- Returns:
- true if is the transfer request is created by mobile, false otherwise
-
setCreatedByMobile
Sets the transfer request to created by mobile.- Parameters:
createdByMobile- true if the transfer request must be created by mobile, false otherwise
-
getNeededBy
Returns the date for which the transfer request header is needed by.- Returns:
- the transfer request header needed by date
-
setNeededBy
Sets the date for which the transfer request header is needed by.- Parameters:
neededBy- the transfer request header needed by
-
getExpectedPickUp
Returns the transfer request header expected pick up date.- Returns:
- the transfer request header expected pick up date
-
setExpectedPickUp
Sets the transfer request header expected pick up date.- Parameters:
expectedPickUp- the transfer request header expected pick up date
-
getStockType
Returns the stock type id.- Returns:
- the stock type id
- See Also:
-
setStockType
Sets the stock type id.- Parameters:
stockType- the stock type id- See Also:
-
getCreationUser
Returns the id of the transfer request header creation user.- Returns:
- the creation user id
- See Also:
-
setCreationUser
Sets the id of the transfer request header creation user.- Parameters:
creationUser- the creation user id- See Also:
-
getCreationDate
Returns the transfer request header creation date.- Returns:
- the transfer request header creation date
-
setCreationDate
Sets the transfer request header creation date.- Parameters:
creationDate- the transfer request header creation date
-
getSubmissionUser
Returns the id of the transfer request header submission user.- Returns:
- the submission user id
- See Also:
-
setSubmissionUser
Sets the id of the transfer request header submission user.- Parameters:
submissionUser- the submission user id- See Also:
-
getSubmissionDate
Returns the transfer request header submission date.- Returns:
- the transfer request header submission date
-
setSubmissionDate
Sets the transfer request header submission date.- Parameters:
submissionDate- the transfer request header submission date
-
getSendingUser
Returns the id of the transfer request header sending user.- Returns:
- the sending user id
- See Also:
-
setSendingUser
Sets the id of the transfer request header sending user.- Parameters:
sendingUser- the sending user id- See Also:
-
getSendingDate
Returns the transfer request header sending date.- Returns:
- the transfer request header sending date
-
setSendingDate
Sets the transfer request header sending date.- Parameters:
sendingDate- the transfer request header sending date
-
getReceivingUser
Returns the id of the transfer request header receiving user.- Returns:
- the receiving user id
- See Also:
-
setReceivingUser
Sets the id of the transfer request header receiving user.- Parameters:
receivingUser- the receiving user id- See Also:
-
getReceivingDate
Returns the transfer request header receiving date.- Returns:
- the transfer request header receiving date
-
setReceivingDate
Sets the transfer request header receiving date.- Parameters:
receivingDate- the transfer request header receiving date
-
getCancellationUser
Returns the id of the transfer request header cancellation user.- Returns:
- the cancellation user id
- See Also:
-
setCancellationUser
Sets the id of the transfer request header cancellation user.- Parameters:
cancellationUser- the cancellation user id- See Also:
-
getCancellationDate
Returns the transfer request header cancellation date.- Returns:
- the transfer request header cancellation date
-
setCancellationDate
Sets the transfer request header cancellation date.- Parameters:
cancellationDate- the transfer request header cancellation date
-
getInFieldLatitude
Returns the transfer request header in field latitude.- Returns:
- the transfer request header in field latitude
-
setInFieldLatitude
Sets the transfer request header in field latitude.- Parameters:
inFieldLatitude- the transfer request header in field latitude
-
getInFieldLongitude
Returns the transfer request header in field longitude.- Returns:
- the transfer request header in field longitude
-
setInFieldLongitude
Sets the transfer request header in field longitude.- Parameters:
inFieldLongitude- the transfer request header in field longitude
-
getRefusalUser
Returns the refusal user id.- Returns:
- the refusal user id
- See Also:
-
setRefusalUser
Sets the refusal user id.- Parameters:
refusalUser- the refusal user id- See Also:
-
getRefusalDate
Returns the transfer request header refusal date.- Returns:
- the transfer request header refusal date
-
setRefusalDate
Sets the transfer request header refusal date.- Parameters:
refusalDate- the transfer request header refusal date
-