Class GroovyDsSetNode

    • Method Detail

      • isContainer

        public boolean isContainer()
        Specified by:
        isContainer in class AbstractGroovyDsNode
        Returns:
        false since this class represents a set node.
      • isSet

        public boolean isSet()
        Specified by:
        isSet in class AbstractGroovyDsNode
        Returns:
        true since this class represents a set node.
      • hasMembers

        public boolean hasMembers()
        Returns:
        true if this set has members, or false otherwise.
      • getMembers

        public List<GroovyDsSetNode> getMembers()
        Returns:
        A list of the member sets of this set.
      • toString

        public String toString()
        Returns a string representation of the set object.

        Note that the actual representation may change between different Intrexx versions.

        Overrides:
        toString in class Object
        Returns:
        The string representation of the set object.
      • getDirectMemberSets

        public ModifiableGroovyDsSetNodeCollection getDirectMemberSets()
        A collection of sets this set is direct member of.
        Returns:
        The collection of sets this set is direct member of.
      • save

        public void save()
        Save the user object to the database.
        Overrides:
        save in class AbstractGroovyDsNode
        Since:
        Intrexx 18.09.