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
    Modifier and Type
    Field
    Description
    private String
     
    private @NotNull String
     
    private Set<TaskEO>
     

    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, setOl

    Methods inherited from class java.lang.Object

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

    • name

      @NotNull private @NotNull String name
    • description

      private String description
    • tasks

      private Set<TaskEO> tasks
  • Constructor Details

    • TaskGroupEO

      public TaskGroupEO()