// ------------
public BraDefinition() {
// Explicitly call the superclass constructor to prevent the implicit call
super();
this.initialize();
this.setAddr(new AddressView());
Row.set(this.getAddr(), 3);
Column.set(this.getAddr(), 2);
Parent.set(this.getAddr(), this.getqq_theBra_Supplier());
this.setTheBra(new Bra());
this.getAddr().setAddressx(this.getTheBra().getSupplier().getAddress());