@author Generated from Forte @since 19-Nov-2008
2829303132333435
// Constructors // ------------ public Thongs() { // Explicitly call the superclass constructor to prevent the implicit call super(); this.setT(new Things()); }
363738394041424344
// ---------------------- // Accessors and Mutators // ---------------------- public void setT(Things t) { Things oldValue = this.t; this.t = t; this.qq_Listeners.firePropertyChange("t", oldValue, this.t); }