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
FieldsModifier and TypeFieldDescriptionprivate ZonedDateTimeprivate StringAn arbitrary field to store User, PickOrderPositionSplit etc.private TransportUnitTheTransportUnitinstance, theReservationbelongs to.Fields inherited from class org.ameba.integration.jpa.ApplicationEntity
C_ID -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDear JPA...TransportUnitReservation(TransportUnit transportUnit, String reservedBy) -
Method Summary
Modifier and TypeMethodDescriptionbooleanAll fields.inthashCode()All fields.voidsetReservedBy(String reservedBy) voidsetTransportUnit(TransportUnit transportUnit) toString()Methods inherited from class org.ameba.integration.jpa.ApplicationEntity
getPersistentKey, hasPersistentKey, onEntityPersist, onPersist, setPersistentKeyMethods 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
TheTransportUnitinstance, theReservationbelongs to.
-
-
Constructor Details
-
TransportUnitReservation
protected TransportUnitReservation()Dear JPA... -
TransportUnitReservation
-
-
Method Details
-
getTransportUnit
-
setTransportUnit
-
getReservedBy
-
setReservedBy
-
getReservedAt
-
toString
-
equals
All fields.- Overrides:
equalsin classorg.ameba.integration.jpa.ApplicationEntity
-
hashCode
public int hashCode()All fields.- Overrides:
hashCodein classorg.ameba.integration.jpa.ApplicationEntity
-