Class GroupInfo


  • public class GroupInfo
    extends Object
    Summary information about an AccountGroup, for simple tabular displays.
    • Constructor Detail

      • GroupInfo

        protected GroupInfo()
      • GroupInfo

        public GroupInfo​(AccountGroup.UUID uuid)
        Create an anonymous group info, when only the id is known.

        This constructor should only be a last-ditch effort, when the usual group lookup has failed and a stale group id has been discovered in the data store.

      • GroupInfo

        public GroupInfo​(GroupDescription.Basic a)
        Create a group description from a real data store record.
        Parameters:
        a - the data store record holding the specific group details.
    • Method Detail

      • getName

        public String getName()
        Returns:
        the name of the group; null if not supplied
      • getDescription

        public String getDescription()
        Returns:
        the description of the group; null if not supplied
      • getUrl

        public String getUrl()