Class TransportUnitReservation

java.lang.Object
org.ameba.integration.jpa.BaseEntity
org.ameba.integration.jpa.ApplicationEntity
org.openwms.wms.inventory.AbstractReservation
org.openwms.wms.inventory.TransportUnitReservation
All Implemented Interfaces:
Serializable, org.ameba.integration.TypedEntity<Long>

@Entity public class TransportUnitReservation extends AbstractReservation implements Serializable
A TransportUnitReservation.
Author:
Heiko Scherrer
See Also:
  • Field Details

    • transportUnit

      private TransportUnit transportUnit
      The TransportUnit instance, the Reservation belongs to.
  • Constructor Details

    • TransportUnitReservation

      protected TransportUnitReservation()
      Dear JPA...
    • TransportUnitReservation

      public TransportUnitReservation(TransportUnit transportUnit, String reservedBy)
  • Method Details