@author Generated from Forte @since 19-Nov-2008
464748495051525354
// ---------------------- // Accessors and Mutators // ---------------------- public void setC1(TypeA c1) { TypeA oldValue = this.c1; this.c1 = c1; this.qq_Listeners.firePropertyChange("c1", oldValue, this.c1); }
3738394041424344454647
// Constructors // ------------ public TypeD() { // Explicitly call the superclass constructor to prevent the implicit call super(); this.setD1(new TypeA()); this.setD2(new TypeB()); this.setD3(new TypeC()); this.setD4(new Array_Of_TypeC<TypeC>()); }
484950515253545556
// ---------------------- // Accessors and Mutators // ---------------------- public void setD1(TypeA d1) { TypeA oldValue = this.d1; this.d1 = d1; this.qq_Listeners.firePropertyChange("d1", oldValue, this.d1); }
161162163164165166167
* getTypeA<p> * <p> * @return TypeA */ public TypeA getTypeA() { return new TypeA(this.randomAsText().concat("One").getValue(), this.randomAsText().concat("Two").getValue(), this.randomAsText().concat("Three").getValue(), this.randomAsText().concat("Four").getValue(), this.randomAsText().concat("Five").getValue()); }
3435363738394041
// Constructors // ------------ public TypeB() { // Explicitly call the superclass constructor to prevent the implicit call super(); this.setB1(new TypeA()); }
424344454647484950
// ---------------------- // Accessors and Mutators // ---------------------- public void setB1(TypeA b1) { TypeA oldValue = this.b1; this.b1 = b1; this.qq_Listeners.firePropertyChange("b1", oldValue, this.b1); }
110111112113114115116117118
} return bindingManager; } public void setAA(TypeA aA) { TypeA oldValue = this.aA; this.aA = aA; this.qq_Listeners.firePropertyChange("AA", oldValue, this.aA); }