Class ErrorMessageVO

java.lang.Object
org.openwms.common.comm.osip.err.ErrorMessageVO
All Implemented Interfaces:
Serializable

class ErrorMessageVO extends Object implements Serializable
A ErrorMessageVO.
Author:
Heiko Scherrer
  • Field Details

    • type

      private String type
    • errorCode

      private String errorCode
    • locationGroupName

      private String locationGroupName
    • created

      private Date created
  • Constructor Details

    • ErrorMessageVO

      ErrorMessageVO()
  • Method Details

    • getAll

      public Map<String,Object> getAll()
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getErrorCode

      public String getErrorCode()
    • setErrorCode

      public void setErrorCode(String errorCode)
    • getLocationGroupName

      public String getLocationGroupName()
    • setLocationGroupName

      public void setLocationGroupName(String locationGroupName)
    • setCreated

      public void setCreated(Date created)
    • getCreated

      public Date getCreated()
    • equals

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

      public int hashCode()
      All fields.
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      All fields.
      Overrides:
      toString in class Object