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

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

    • BOTransferRequestHeader

      public BOTransferRequestHeader()
  • Method Details

    • getId

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

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

      public String getCode()
      Returns the transfer request header code.
      Returns:
      the transfer request header code
    • setCode

      public void setCode(String code)
      Sets the transfer request header code.
      Parameters:
      code - the transfer request header code
    • getDescription

      public String getDescription()
      Returns the transfer request header description.
      Returns:
      the transfer request header description
    • setDescription

      public void setDescription(String description)
      Sets the transfer request header description.
      Parameters:
      description - the transfer request header description
    • getState

      public Long getState()
      Returns the transfer request header state id.
      Returns:
      the state id
      See Also:
    • setState

      public void setState(Long state)
      Sets the transfer request header state id.
      Parameters:
      state - the state id
      See Also:
    • getType

      public Long getType()
      Returns the transfer request header type id.
      Returns:
      the type id
      See Also:
    • setType

      public void setType(Long type)
      Sets the transfer request header type id.
      Parameters:
      type - the type id
      See Also:
    • getPickingWarehouse

      public Long getPickingWarehouse()
      Returns the transfer request header picking warehouse id.
      Returns:
      the picking warehouse id
      See Also:
    • setPickingWarehouse

      public void setPickingWarehouse(Long pickingWarehouse)
      Sets the transfer request header picking warehouse id.
      Parameters:
      pickingWarehouse - the picking warehouse id
      See Also:
    • getDestinyWarehouse

      public Long getDestinyWarehouse()
      Returns the transfer request header destiny warehouse id.
      Returns:
      the destiny warehouse id
      See Also:
    • setDestinyWarehouse

      public void setDestinyWarehouse(Long destinyWarehouse)
      Sets the transfer request header destiny warehouse id.
      Parameters:
      destinyWarehouse - the destiny warehouse id
      See Also:
    • isCreatedByMobile

      public Boolean isCreatedByMobile()
      Checks if the transfer request is created by mobile.
      Returns:
      true if is the transfer request is created by mobile, false otherwise
    • setCreatedByMobile

      public void setCreatedByMobile(Boolean createdByMobile)
      Sets the transfer request to created by mobile.
      Parameters:
      createdByMobile - true if the transfer request must be created by mobile, false otherwise
    • getNeededBy

      public Date getNeededBy()
      Returns the date for which the transfer request header is needed by.
      Returns:
      the transfer request header needed by date
    • setNeededBy

      public void setNeededBy(Date neededBy)
      Sets the date for which the transfer request header is needed by.
      Parameters:
      neededBy - the transfer request header needed by
    • getExpectedPickUp

      public Date getExpectedPickUp()
      Returns the transfer request header expected pick up date.
      Returns:
      the transfer request header expected pick up date
    • setExpectedPickUp

      public void setExpectedPickUp(Date expectedPickUp)
      Sets the transfer request header expected pick up date.
      Parameters:
      expectedPickUp - the transfer request header expected pick up date
    • getStockType

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

      public void setStockType(Long stockType)
      Sets the stock type id.
      Parameters:
      stockType - the stock type id
      See Also:
    • getCreationUser

      public Long getCreationUser()
      Returns the id of the transfer request header creation user.
      Returns:
      the creation user id
      See Also:
    • setCreationUser

      public void setCreationUser(Long creationUser)
      Sets the id of the transfer request header creation user.
      Parameters:
      creationUser - the creation user id
      See Also:
    • getCreationDate

      public Date getCreationDate()
      Returns the transfer request header creation date.
      Returns:
      the transfer request header creation date
    • setCreationDate

      public void setCreationDate(Date creationDate)
      Sets the transfer request header creation date.
      Parameters:
      creationDate - the transfer request header creation date
    • getSubmissionUser

      public Long getSubmissionUser()
      Returns the id of the transfer request header submission user.
      Returns:
      the submission user id
      See Also:
    • setSubmissionUser

      public void setSubmissionUser(Long submissionUser)
      Sets the id of the transfer request header submission user.
      Parameters:
      submissionUser - the submission user id
      See Also:
    • getSubmissionDate

      public Date getSubmissionDate()
      Returns the transfer request header submission date.
      Returns:
      the transfer request header submission date
    • setSubmissionDate

      public void setSubmissionDate(Date submissionDate)
      Sets the transfer request header submission date.
      Parameters:
      submissionDate - the transfer request header submission date
    • getSendingUser

      public Long getSendingUser()
      Returns the id of the transfer request header sending user.
      Returns:
      the sending user id
      See Also:
    • setSendingUser

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

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

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

      public Long getReceivingUser()
      Returns the id of the transfer request header receiving user.
      Returns:
      the receiving user id
      See Also:
    • setReceivingUser

      public void setReceivingUser(Long receivingUser)
      Sets the id of the transfer request header receiving user.
      Parameters:
      receivingUser - the receiving user id
      See Also:
    • getReceivingDate

      public Date getReceivingDate()
      Returns the transfer request header receiving date.
      Returns:
      the transfer request header receiving date
    • setReceivingDate

      public void setReceivingDate(Date receivingDate)
      Sets the transfer request header receiving date.
      Parameters:
      receivingDate - the transfer request header receiving date
    • getCancellationUser

      public Long getCancellationUser()
      Returns the id of the transfer request header cancellation user.
      Returns:
      the cancellation user id
      See Also:
    • setCancellationUser

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

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

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

      public Double getInFieldLatitude()
      Returns the transfer request header in field latitude.
      Returns:
      the transfer request header in field latitude
    • setInFieldLatitude

      public void setInFieldLatitude(Double inFieldLatitude)
      Sets the transfer request header in field latitude.
      Parameters:
      inFieldLatitude - the transfer request header in field latitude
    • getInFieldLongitude

      public Double getInFieldLongitude()
      Returns the transfer request header in field longitude.
      Returns:
      the transfer request header in field longitude
    • setInFieldLongitude

      public void setInFieldLongitude(Double inFieldLongitude)
      Sets the transfer request header in field longitude.
      Parameters:
      inFieldLongitude - the transfer request header in field longitude
    • getRefusalUser

      public Long getRefusalUser()
      Returns the refusal user id.
      Returns:
      the refusal user id
      See Also:
    • setRefusalUser

      public void setRefusalUser(Long refusalUser)
      Sets the refusal user id.
      Parameters:
      refusalUser - the refusal user id
      See Also:
    • getRefusalDate

      public Date getRefusalDate()
      Returns the transfer request header refusal date.
      Returns:
      the transfer request header refusal date
    • setRefusalDate

      public void setRefusalDate(Date refusalDate)
      Sets the transfer request header refusal date.
      Parameters:
      refusalDate - the transfer request header refusal date