Class UserGroup


  • public class UserGroup
    extends Object
    Simple bean to map a relationship between a user and it's groups
    Since:
    7.7.1
    Author:
    Marco Meschieri - LogicalDOC
    • Constructor Detail

      • UserGroup

        public UserGroup()
      • UserGroup

        public UserGroup​(long groupId)
    • Method Detail

      • getGroupId

        public long getGroupId()
      • setGroupId

        public void setGroupId​(long groupId)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object