Class TransportUnitVO

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

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

    • transportUnitId

      private String transportUnitId
    • transportUnitType

      private String transportUnitType
      The type of TransportUnit in case it needs to be created (optional).
  • Constructor Details

    • TransportUnitVO

      public TransportUnitVO()
    • TransportUnitVO

      public TransportUnitVO(String transportUnitId)
  • Method Details

    • getTransportUnitId

      public String getTransportUnitId()
    • setTransportUnitId

      public void setTransportUnitId(String transportUnitId)
    • getTransportUnitType

      public String getTransportUnitType()
    • setTransportUnitType

      public void setTransportUnitType(String transportUnitType)
    • 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>