package tiny; public class C { // attributes: private java.util.ArrayList/**/ _b = null; //constructor: public C() { } // accessors: public java.util.ArrayList/**/ getB() { return _b; } public void setB(java.util.ArrayList/**/ b) { _b = b; } //##protect##"Methods" //##protect##"Methods" }