public ArrayTester() {
// Explicitly call the superclass constructor to prevent the implicit call
super();
this.initialize();
this.setAList(new Array_Of_MappedType<MappedType>());
this.getAList().add(new MappedType(true, "Mary", 2, "Five", ImageValue.get(this.getqq_anImage()), 1, 3, new TextData("Data")));
this.setAList1(new Array_Of_MappedType<MappedType>());
this.getAList1().add(new MappedType(true, "Mary", 2, "Five", ImageValue.get(this.getqq_anImage()), 1, 3, new TextData("Data")));
this.getAList1().add(new MappedType(false, "Bob", 1, "Six", ImageValue.get(this.getqq_anImage()), 2, 4, new TextData("Input")));
}