Package org.openwms.wms.inventory
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>
A TransportUnitReservation.
- Author:
- Heiko Scherrer
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate TransportUnit
TheTransportUnit
instance, theReservation
belongs to.Fields inherited from class org.ameba.integration.jpa.ApplicationEntity
C_ID
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Dear JPA...TransportUnitReservation
(TransportUnit transportUnit, String reservedBy) -
Method Summary
Modifier and TypeMethodDescriptionboolean
All fields.int
hashCode()
All fields.void
setTransportUnit
(TransportUnit transportUnit) toString()
Methods inherited from class org.openwms.wms.inventory.AbstractReservation
getReservedAt, getReservedBy, setReservedBy
Methods inherited from class org.ameba.integration.jpa.ApplicationEntity
getPersistentKey, hasPersistentKey, onEntityPersist, onPersist, setPersistentKey
Methods inherited from class org.ameba.integration.jpa.BaseEntity
getCreatedBy, getCreateDt, getLastModifiedBy, getLastModifiedDt, getOl, getPk, isNew, setCreatedBy, setCreateDt, setLastModifiedBy, setLastModifiedDt, setOl
-
Field Details
-
transportUnit
TheTransportUnit
instance, theReservation
belongs to.
-
-
Constructor Details
-
TransportUnitReservation
protected TransportUnitReservation()Dear JPA... -
TransportUnitReservation
-
-
Method Details
-
getTransportUnit
-
setTransportUnit
-
toString
- Overrides:
toString
in classAbstractReservation
-
equals
All fields. All fields.- Overrides:
equals
in classAbstractReservation
-
hashCode
public int hashCode()All fields. All fields.- Overrides:
hashCode
in classAbstractReservation
-