Class CommonLocationVO

java.lang.Object
org.springframework.hateoas.RepresentationModel<CommonLocationVO>
org.ameba.http.AbstractBase<CommonLocationVO>
org.openwms.wms.receiving.spi.common.location.CommonLocationVO
All Implemented Interfaces:
Serializable

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

    • locationId

      private String locationId
      Unique natural key.
    • erpCode

      private String erpCode
      ERP code of the Location.
  • Constructor Details

    • CommonLocationVO

      public CommonLocationVO()
    • CommonLocationVO

      private CommonLocationVO(String locationId)
  • Method Details

    • of

      public static CommonLocationVO of(String locationId)
    • hasErpCode

      public boolean hasErpCode()
    • hasLocationId

      public boolean hasLocationId()
    • getLocationId

      public String getLocationId()
    • setLocationId

      public void setLocationId(String locationId)
    • getErpCode

      public String getErpCode()
    • setErpCode

      public void setErpCode(String erpCode)
    • toString

      public String toString()
      All fields.
      Overrides:
      toString in class org.springframework.hateoas.RepresentationModel<CommonLocationVO>
    • equals

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

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