Class CommonTransportUnitTypeVO

java.lang.Object
org.springframework.hateoas.RepresentationModel<T>
org.ameba.http.AbstractBase<CommonTransportUnitTypeVO>
org.openwms.wms.transport.spi.CommonTransportUnitTypeVO
All Implemented Interfaces:
Serializable

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

    • MEDIA_TYPE

      public static final String MEDIA_TYPE
      HTTP media type representation.
      See Also:
    • pKey

      @NotBlank private @NotBlank String pKey
      The persistent key.
    • type

      @NotBlank private @NotBlank String type
      Unique natural key.
    • description

      private String description
      Description for the TransportUnitType.
    • height

      @NotBlank private @NotBlank String height
      Height of the TransportUnitType.
    • width

      @NotBlank private @NotBlank String width
      Width of the TransportUnitType.
    • length

      @NotBlank private @NotBlank String length
      Length of the TransportUnitType.
  • Constructor Details

    • CommonTransportUnitTypeVO

      protected CommonTransportUnitTypeVO()
    • CommonTransportUnitTypeVO

      public CommonTransportUnitTypeVO(String type)
  • Method Details

    • getpKey

      public String getpKey()
    • setpKey

      public void setpKey(String pKey)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getHeight

      public String getHeight()
    • setHeight

      public void setHeight(String height)
    • getWidth

      public String getWidth()
    • setWidth

      public void setWidth(String width)
    • getLength

      public String getLength()
    • setLength

      public void setLength(String length)
    • equals

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

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

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