Class UpdateVO

java.lang.Object
org.openwms.common.comm.osip.upd.UpdateVO
All Implemented Interfaces:
Serializable

class UpdateVO extends Object implements Serializable
A UpdateVO.
Author:
Heiko Scherrer
  • 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)
    • getBarcode

      public String getBarcode()
    • setBarcode

      public void setBarcode(String barcode)
    • getHeader

      public UpdateVO.UpdateHeaderVO getHeader()
    • setHeader

      public void setHeader(UpdateVO.UpdateHeaderVO header)
    • getErrorCode

      public String getErrorCode()
    • setErrorCode

      public void setErrorCode(String errorCode)
    • getCreated

      public Date getCreated()
    • setCreated

      public void setCreated(Date created)
    • toString

      public String toString()
      Include all fields.
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Include all fields.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Include all fields.
      Overrides:
      hashCode in class Object