Class HttpSystemUpdateMessageHandler.RequestVO

java.lang.Object
org.openwms.common.comm.osip.sysu.HttpSystemUpdateMessageHandler.RequestVO
All Implemented Interfaces:
Serializable
Enclosing class:
HttpSystemUpdateMessageHandler

private static class HttpSystemUpdateMessageHandler.RequestVO extends Object implements Serializable
  • Field Details

    • created

      Date created
    • locationGroupName

      String locationGroupName
    • errorCode

      String errorCode
  • Constructor Details

  • Method Details

    • getCreated

      public Date getCreated()
    • setCreated

      public void setCreated(Date created)
    • getLocationGroupName

      public String getLocationGroupName()
    • setLocationGroupName

      public void setLocationGroupName(String locationGroupName)
    • getErrorCode

      public String getErrorCode()
    • setErrorCode

      public void setErrorCode(String errorCode)