Package org.openwms.wms.inventory
Class Reservation
java.lang.Object
org.ameba.integration.jpa.BaseEntity
org.ameba.integration.jpa.ApplicationEntity
org.openwms.wms.inventory.AbstractReservation
org.openwms.wms.inventory.Reservation
- All Implemented Interfaces:
Serializable
,org.ameba.integration.TypedEntity<Long>
A Reservation.
- Author:
- Heiko Scherrer
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate PackagingUnit
ThePackagingUnit
instance, theReservation
belongs to.private org.openwms.core.units.api.Measurable
<?, ?, ?> The reserved quantity of this PackagingUnit.Fields inherited from class org.ameba.integration.jpa.ApplicationEntity
C_ID
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Dear JPA...Reservation
(org.openwms.core.units.api.Measurable quantityReserved, String reservedBy) -
Method Summary
Modifier and TypeMethodDescriptionboolean
All fields.org.openwms.core.units.api.Measurable
int
hashCode()
All fields.void
setPackagingUnit
(PackagingUnit packagingUnit) void
setQuantityReserved
(org.openwms.core.units.api.Measurable quantityReserved) 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
-
packagingUnit
ThePackagingUnit
instance, theReservation
belongs to. -
quantityReserved
private org.openwms.core.units.api.Measurable<?,?, quantityReserved?> The reserved quantity of this PackagingUnit.
-
-
Constructor Details
-
Reservation
protected Reservation()Dear JPA... -
Reservation
-
-
Method Details
-
getPackagingUnit
-
setPackagingUnit
-
getQuantityReserved
public org.openwms.core.units.api.Measurable getQuantityReserved() -
setQuantityReserved
public void setQuantityReserved(org.openwms.core.units.api.Measurable quantityReserved) -
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
-