Class LoadUnitVO

java.lang.Object
org.springframework.hateoas.RepresentationModel<T>
org.ameba.http.AbstractBase<LoadUnitVO>
org.openwms.wms.inventory.api.LoadUnitVO

public class LoadUnitVO extends org.ameba.http.AbstractBase<LoadUnitVO>
A LoadUnitVO.
Author:
Heiko Scherrer
  • Field Details

    • pKey

      public String pKey
      The persistent key of the LoadUnit.
    • transportUnitBK

      public String transportUnitBK
      The business key of the TransportUnit.
    • physicalPosition

      public String physicalPosition
      The position this LoadUnit is located on the TransportUnit.
    • label

      public String label
      An identifying label of the LoadUnit.
    • type

      public String type
      The type of the LoadUnit.
    • locked

      public Boolean locked
      Locked for allocation.
    • product

      public ProductVO product
      The Product that is carried within the LoadUnit.
    • dimension

      public DimensionVO dimension
      The current dimension of the LoadUnit.
  • Constructor Details

    • LoadUnitVO

      public LoadUnitVO()
    • LoadUnitVO

      public LoadUnitVO(String pKey)
    • LoadUnitVO

      public LoadUnitVO(String transportUnitBK, String physicalPosition)
  • Method Details

    • getpKey

      public String getpKey()
    • setpKey

      public void setpKey(String pKey)
    • getTransportUnitBK

      public String getTransportUnitBK()
    • setTransportUnitBK

      public void setTransportUnitBK(String transportUnitBK)
    • getPhysicalPosition

      public String getPhysicalPosition()
    • setPhysicalPosition

      public void setPhysicalPosition(String physicalPosition)
    • getLabel

      public String getLabel()
    • setLabel

      public void setLabel(String label)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getLocked

      public Boolean getLocked()
    • setLocked

      public void setLocked(Boolean locked)
    • getProduct

      public ProductVO getProduct()
    • setProduct

      public void setProduct(ProductVO product)
    • getDimension

      public DimensionVO getDimension()
    • setDimension

      public void setDimension(DimensionVO dimension)
    • toString

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

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

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