this.setADouble(100.5);
this.setADecimalData(new DecimalData(24.35));
this.setADate(new DateTimeData().setCurrent());
this.setList(BraShop_proxy.getInstance().getAll());
this.setTheBra(new Bra());
File f = new File();
f.setLocalName(new TextData("C:\\forte\\userapp\\forte\\cl0\\forte.hlp"));
this.setDefaultHelpFile(f);
TextData.bind(this, "title").concat("dog");
this.setWDC(new WeirdDC());
this.getWDC().setValue( "1234567890" );
this.setADecimalNullable(new DecimalNullable(true, DecimalNullable.qq_Resolver.cISNULL));