Class TestNode


  • public class TestNode
    extends Object
    Describe class TestNode here. Created: Fri Jul 8 15:37:17 2005
    Version:
    $Rev$
    Author:
    Artur Hefczyc
    • Constructor Detail

      • TestNode

        public TestNode()
        Creates a new TestNode instance.
    • Method Detail

      • addGlobalVars

        public void addGlobalVars​(Map<String,​String> vars)
      • addGlobalPars

        public void addGlobalPars​(Map<String,​String> pars)
      • getOnError

        public TestNode getOnError()
        Gets the value of onError
        Returns:
        the value of onError
      • setOnError

        public void setOnError​(TestNode argOnError)
        Sets the value of onError
        Parameters:
        argOnError - Value to assign to this.onError
      • getName

        public String getName()
        Gets the value of name
        Returns:
        the value of name
      • setName

        public void setName​(String argName)
        Sets the value of name
        Parameters:
        argName - Value to assign to this.name
      • getId

        public String getId()
        Gets the value of id
        Returns:
        the value of id
      • setId

        public void setId​(String argId)
        Sets the value of id
        Parameters:
        argId - Value to assign to this.id
      • getShortDescr

        public String getShortDescr()
        Gets the value of shortDescr
        Returns:
        the value of shortDescr
      • setShortDescr

        public void setShortDescr​(String argShortDescr)
        Sets the value of shortDescr
        Parameters:
        argShortDescr - Value to assign to this.shortDescr
      • getLongDescr

        public String getLongDescr()
        Gets the value of longDescr
        Returns:
        the value of longDescr
      • setLongDescr

        public void setLongDescr​(String argLongDescr)
        Sets the value of longDescr
        Parameters:
        argLongDescr - Value to assign to this.longDescr
      • getChildren

        public List<TestNode> getChildren()
        Get the Children value.
        Returns:
        a List value
      • setChildren

        public void setChildren​(List<TestNode> newChildren)
        Set the Children value.
        Parameters:
        newChildren - The new Children value.
      • addChild

        public void addChild​(TestNode child)
        Describe addChild method here.
        Parameters:
        child - a TestNode value
      • getParent

        public TestNode getParent()
        Get the Parent value.
        Returns:
        a TestNode value
      • setParent

        public void setParent​(TestNode newParent)
        Set the Parent value.
        Parameters:
        newParent - The new Parent value.