Package org.openwms.wms.inventory
Class AbstractReservation
java.lang.Object
org.ameba.integration.jpa.BaseEntity
org.ameba.integration.jpa.ApplicationEntity
org.openwms.wms.inventory.AbstractReservation
- All Implemented Interfaces:
Serializable
,org.ameba.integration.TypedEntity<Long>
- Direct Known Subclasses:
Reservation
,TransportUnitReservation
@MappedSuperclass
public abstract class AbstractReservation
extends org.ameba.integration.jpa.ApplicationEntity
implements Serializable
A AbstractReservation.
- Author:
- Heiko Scherrer
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate ZonedDateTime
private String
An arbitrary field to store User, PickOrderPositionSplit etc.Fields inherited from class org.ameba.integration.jpa.ApplicationEntity
C_ID
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
All fields.int
hashCode()
All fields.void
setReservedBy
(String reservedBy) 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
-
-
Constructor Details
-
AbstractReservation
protected AbstractReservation()Dear JPA... -
AbstractReservation
-
-
Method Details