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
@Entity
public abstract class AbstractReservation
extends org.ameba.integration.jpa.ApplicationEntity
implements Serializable
A AbstractReservation.
- Author:
- Heiko Scherrer
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate ZonedDateTimeprivate StringAn 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 TypeMethodDescriptionbooleanAll fields.inthashCode()All fields.voidsetReservedBy(String reservedBy) 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
-
-
Constructor Details
-
AbstractReservation
protected AbstractReservation()Dear JPA... -
AbstractReservation
-
-
Method Details