Class Role

    • Constructor Detail

      • Role

        public Role()
        NEVER USE DIRECTLY, ONLY SET FOR HIBERNATE
      • Role

        public Role​(String name)
    • Method Detail

      • getGroups

        public Set<Group> getGroups()
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)
      • setOnlyforclient

        public void setOnlyforclient​(String onlyforclient)
      • getOnlyforclient

        public String getOnlyforclient()