Class Group2GroupCache

java.lang.Object
org.dspace.eperson.Group2GroupCache
All Implemented Interfaces:
Serializable

@Entity public class Group2GroupCache extends Object implements Serializable
Database entity representation of the group2groupcache table
Author:
kevinvandevelde at atmire.com
See Also:
  • Field Details

    • parent

      public Group parent
    • child

      public Group child
  • Constructor Details

    • Group2GroupCache

      protected Group2GroupCache()
      Protected constructor, create object using: GroupService
  • Method Details

    • getParent

      public Group getParent()
    • setParent

      public void setParent(Group parent)
    • getChild

      public Group getChild()
    • setChild

      public void setChild(Group child)
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object