Class LocationUpdateVO

java.lang.Object
org.openwms.common.comm.osip.locu.LocationUpdateVO
All Implemented Interfaces:
Serializable

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

    • type

      private String type
    • location

      private String location
    • locationGroupName

      private String locationGroupName
    • errorCode

      private String errorCode
    • created

      private Date created
  • Constructor Details

    • LocationUpdateVO

      LocationUpdateVO()
  • Method Details

    • getAll

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

      private boolean isValid(String id)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getLocation

      public String getLocation()
    • setLocation

      public void setLocation(String location)
    • getLocationGroupName

      public String getLocationGroupName()
    • setLocationGroupName

      public void setLocationGroupName(String locationGroupName)
    • getErrorCode

      public String getErrorCode()
    • setErrorCode

      public void setErrorCode(String errorCode)
    • 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