Package org.openwms.common.tasks.impl
Class TaskGroupEO
java.lang.Object
org.ameba.integration.jpa.BaseEntity
org.ameba.integration.jpa.ApplicationEntity
org.openwms.common.tasks.impl.TaskGroupEO
- All Implemented Interfaces:
Serializable
,org.ameba.integration.TypedEntity<Long>
@Entity
public class TaskGroupEO
extends org.ameba.integration.jpa.ApplicationEntity
implements Serializable
A TaskGroupEO.
- 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, setOl
-
Field Details
-
name
-
description
-
tasks
-
-
Constructor Details
-
TaskGroupEO
public TaskGroupEO()
-