Class TransportUnitReservation
java.lang.Object
org.ameba.integration.jpa.BaseEntity
org.ameba.integration.jpa.ApplicationEntity
org.openwms.common.transport.reservation.TransportUnitReservation
- All Implemented Interfaces:
Serializable
,org.ameba.integration.TypedEntity<Long>
@Entity
public class TransportUnitReservation
extends org.ameba.integration.jpa.ApplicationEntity
implements Serializable
A TransportUnitReservation.
- Author:
- Heiko Scherrer
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprivate ZonedDateTime
private String
An arbitrary field to store User, PickOrderPositionSplit etc.private TransportUnit
TheTransportUnit
instance, theReservation
belongs to.Fields inherited from class org.ameba.integration.jpa.ApplicationEntity
C_ID
-
Constructor Summary
ModifierConstructorDescriptionprotected
Dear JPA...TransportUnitReservation
(TransportUnit transportUnit, String reservedBy) -
Method Summary
Modifier and TypeMethodDescriptionboolean
All fields.int
hashCode()
All fields.void
setReservedBy
(String reservedBy) void
setTransportUnit
(TransportUnit transportUnit) toString()
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
-
reservedBy
An arbitrary field to store User, PickOrderPositionSplit etc. -
reservedAt
-
transportUnit
TheTransportUnit
instance, theReservation
belongs to.
-
-
Constructor Details
-
TransportUnitReservation
protected TransportUnitReservation()Dear JPA... -
TransportUnitReservation
-
-
Method Details
-
getTransportUnit
-
setTransportUnit
-
getReservedBy
-
setReservedBy
-
getReservedAt
-
toString
-
equals
All fields.- Overrides:
equals
in classorg.ameba.integration.jpa.ApplicationEntity
-
hashCode
public int hashCode()All fields.- Overrides:
hashCode
in classorg.ameba.integration.jpa.ApplicationEntity
-