Package org.openwms.common.location
Class Target
java.lang.Object
org.ameba.integration.jpa.BaseEntity
org.ameba.integration.jpa.ApplicationEntity
org.openwms.common.location.Target
- All Implemented Interfaces:
Serializable
,org.ameba.integration.TypedEntity<Long>
- Direct Known Subclasses:
Location
,LocationGroup
@Entity
public abstract class Target
extends org.ameba.integration.jpa.ApplicationEntity
A Target is either a physical or a logical endpoint of any kind of warehouse order. A
TransportOrder
has a Target assigned, where
it has to be moved to.- Author:
- Heiko Scherrer
- See Also:
-
Field Summary
Fields inherited from class org.ameba.integration.jpa.ApplicationEntity
C_ID
-
Constructor Summary
-
Method Summary
Methods inherited from class org.ameba.integration.jpa.ApplicationEntity
equals, getPersistentKey, hashCode, 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
-
Constructor Details
-
Target
public Target()
-