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

@MappedSuperclass 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

    Constructors
    Constructor
    Description
     
  • 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

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Target

      public Target()