Class 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:
    Serialized Form
    • Field Detail

      • parent

        public Group parent
      • child

        public Group child
    • Constructor Detail

      • Group2GroupCache

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

      • getParent

        public Group getParent()
      • setParent

        public void setParent​(Group parent)
      • getChild

        public Group getChild()
      • setChild

        public void setChild​(Group child)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object