Class ReceivingTransportUnitOrderPosition

java.lang.Object
org.ameba.integration.jpa.BaseEntity
org.openwms.wms.receiving.impl.AbstractReceivingOrderPosition
org.openwms.wms.receiving.impl.ReceivingTransportUnitOrderPosition
All Implemented Interfaces:
Serializable, org.ameba.integration.TypedEntity<Long>, Convertable

@Entity public class ReceivingTransportUnitOrderPosition extends AbstractReceivingOrderPosition implements Convertable, Serializable
A ReceivingTransportUnitOrderPosition is a persisted entity class that represents an expected receipt of a TransportUnit.
Author:
Heiko Scherrer
See Also:
  • Field Details

  • Constructor Details

    • ReceivingTransportUnitOrderPosition

      protected ReceivingTransportUnitOrderPosition()
      Used by the JPA provider.
    • ReceivingTransportUnitOrderPosition

      public ReceivingTransportUnitOrderPosition(@NotNull @NotNull Integer posNo, @NotBlank @NotBlank String transportUnitBK, @NotBlank @NotBlank String transportUnitTypeName)
  • Method Details