Class GroupProjects

    • Field Detail

      • groupId

        private int groupId
    • Constructor Detail

      • GroupProjects

        public GroupProjects()
        Create a new GroupProjects 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 GroupProjects object. They are considered to be the same if the group id and the project id are the same. The permission may be different.
        Overrides:
        equals in class Object
      • hashCode

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