Class UnitErrorVO

java.lang.Object
org.openwms.common.transport.api.UnitErrorVO
All Implemented Interfaces:
Serializable

public class UnitErrorVO extends Object implements Serializable
An UnitError represents an error occurring on TransportUnits, on LoadUnits or others.
Author:
Heiko Scherrer
See Also:
  • Field Details

    • errorNo

      private String errorNo
      Error number.
    • errorText

      private String errorText
      Error message text.
  • Constructor Details

    • UnitErrorVO

      public UnitErrorVO()
  • Method Details

    • getErrorNo

      public String getErrorNo()
    • setErrorNo

      public void setErrorNo(String errorNo)
    • getErrorText

      public String getErrorText()
    • setErrorText

      public void setErrorText(String errorText)
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object