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

    Modifier and Type
    Method
    Description
    boolean
    Only name and description.
    int
    Only name and description.

    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

    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()
  • Method Details

    • equals

      public boolean equals(Object o)
      Only name and description.
      Overrides:
      equals in class org.ameba.integration.jpa.ApplicationEntity
    • hashCode

      public int hashCode()
      Only name and description.
      Overrides:
      hashCode in class org.ameba.integration.jpa.ApplicationEntity