@author Generated from Forte @since 19-Nov-2008
3233343536373839
// ------------ public Node() { // Explicitly call the superclass constructor to prevent the implicit call super(); this.setSn(new SubNode()); }
404142434445464748
// ---------------------- // Accessors and Mutators // ---------------------- public void setSn(SubNode sn) { SubNode oldValue = this.sn; this.sn = sn; this.qq_Listeners.firePropertyChange("sn", oldValue, this.sn); }