Class AbstractConnectionGroup

    • Constructor Detail

      • AbstractConnectionGroup

        public AbstractConnectionGroup()
    • Method Detail

      • getName

        public String getName()
        Description copied from interface: ConnectionGroup
        Returns the name assigned to this ConnectionGroup.
        Specified by:
        getName in interface ConnectionGroup
        Returns:
        The name assigned to this ConnectionGroup.
      • setName

        public void setName​(String name)
        Description copied from interface: ConnectionGroup
        Sets the name assigned to this ConnectionGroup.
        Specified by:
        setName in interface ConnectionGroup
        Parameters:
        name - The name to assign.
      • getParentIdentifier

        public String getParentIdentifier()
        Description copied from interface: ConnectionGroup
        Returns the unique identifier of the parent ConnectionGroup for this ConnectionGroup.
        Specified by:
        getParentIdentifier in interface ConnectionGroup
        Returns:
        The unique identifier of the parent ConnectionGroup for this ConnectionGroup.
      • setParentIdentifier

        public void setParentIdentifier​(String parentIdentifier)
        Description copied from interface: ConnectionGroup
        Sets the unique identifier of the parent ConnectionGroup for this ConnectionGroup.
        Specified by:
        setParentIdentifier in interface ConnectionGroup
        Parameters:
        parentIdentifier - The unique identifier of the parent ConnectionGroup for this ConnectionGroup.