Class GroupKeys

    • Field Detail

      • groupId

        private int groupId
    • Constructor Detail

      • GroupKeys

        public GroupKeys()
        Create a new GroupKeys object.
    • Method Detail

      • getGroupId

        public int getGroupId()
        Get the id of the group.
      • setGroupId

        public void setGroupId​(int groupId)
        Set the id of the group.
      • equals

        public boolean equals​(Object o)
        Check if this object is equal to another GroupKeys object. They are considered to be the same if the group id and the key id are the same. The permissions may be different.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Calculate the hash code for the object.
        Overrides:
        hashCode in class Object