Class SystemUpdateVO

java.lang.Object
org.openwms.common.comm.osip.sysu.SystemUpdateVO
All Implemented Interfaces:
Serializable

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

    • type

      private String type
    • locationGroupName

      private String locationGroupName
    • errorCode

      private String errorCode
    • created

      private Date created
  • Constructor Details

    • SystemUpdateVO

      @ConstructorProperties({"created","locati onGroupName","errorCode"}) public SystemUpdateVO(Date created, String locationGroupName, String errorCode)
    • SystemUpdateVO

      public SystemUpdateVO()
  • Method Details

    • getAll

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

      public Date getCreated()
    • getLocationGroupName

      public String getLocationGroupName()
    • getErrorCode

      public String getErrorCode()
    • setCreated

      public void setCreated(Date created)
    • setLocationGroupName

      public void setLocationGroupName(String locationGroupName)
    • setErrorCode

      public void setErrorCode(String errorCode)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object