Class BasicGroup

    • Field Detail

      • enabled

        protected Boolean enabled
        This represents if a group is enabled. Indeed it only belongs to some sub-classes, to know: Group but we put it here so we can make (DB) queries simpler. Here we have only the property the corresponding get/set methods are in the proper subclass.
      • adminType

        protected AdminGroupType adminType
        This represents the admin group type of a group. Indeed it only belongs to some sub-classes, to know: AdminGroup but we put it here so we can make (DB) queries simpler. Here we have only the property the corresponding get/set methods are in the proper subclass.
    • Constructor Detail

      • BasicGroup

        public BasicGroup()