Class RequestVO

java.lang.Object
org.openwms.common.comm.osip.req.RequestVO
All Implemented Interfaces:
Serializable

public class RequestVO extends Object implements Serializable
A RequestVO.
Author:
Heiko Scherrer
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getActualLocation

      public String getActualLocation()
    • setActualLocation

      public void setActualLocation(String actualLocation)
    • getTargetLocation

      public String getTargetLocation()
    • setTargetLocation

      public void setTargetLocation(String targetLocation)
    • getTargetLocationGroup

      public String getTargetLocationGroup()
    • setTargetLocationGroup

      public void setTargetLocationGroup(String targetLocationGroup)
    • getBarcode

      public String getBarcode()
    • setBarcode

      public void setBarcode(String barcode)
    • getHeader

      public RequestVO.RequestHeaderVO getHeader()
    • setHeader

      public void setHeader(RequestVO.RequestHeaderVO header)
    • getErrorCode

      public String getErrorCode()
    • setErrorCode

      public void setErrorCode(String errorCode)
    • getCreated

      public Date getCreated()
    • setCreated

      public void setCreated(Date created)