Class LocationVO

java.lang.Object
org.springframework.hateoas.RepresentationModel<LocationVO>
org.ameba.http.AbstractBase<LocationVO>
org.openwms.wms.receiving.api.LocationVO
All Implemented Interfaces:
Serializable

public class LocationVO extends org.ameba.http.AbstractBase<LocationVO> implements Serializable
A LocationVO.
Author:
Heiko Scherrer
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private @NotBlank String
     

    Fields inherited from class org.ameba.http.AbstractBase

    DATETIME_FORMAT_ZULU
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    LocationVO(String erpCode)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
     
    int
     
    void
    setErpCode(String erpCode)
     

    Methods inherited from class org.ameba.http.AbstractBase

    getCreateDt, getLastModifiedDt, getOl, setCreateDt, setLastModifiedDt, setOl

    Methods inherited from class org.springframework.hateoas.RepresentationModel

    add, add, add, addAllIf, addIf, getLink, getLink, getLinks, getLinks, getLinks, getRequiredLink, getRequiredLink, hasLink, hasLink, hasLinks, mapLink, mapLinkIf, of, of, removeLinks, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • erpCode

      @NotBlank private @NotBlank String erpCode
  • Constructor Details

    • LocationVO

      LocationVO()
    • LocationVO

      public LocationVO(String erpCode)
  • Method Details

    • getErpCode

      public String getErpCode()
    • setErpCode

      public void setErpCode(String erpCode)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class org.springframework.hateoas.RepresentationModel<LocationVO>
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class org.springframework.hateoas.RepresentationModel<LocationVO>