// ------------
public MappedDateTimeNullable() {
// Explicitly call the superclass constructor to prevent the implicit call
super();
this.initialize();
this.setMyMap(new ClassWithDate());
this.setTheDate(new DateTimeNullable(true, DateTimeNullable.qq_Resolver.cISNULL));
this.setTheDateNotNull(new DateTimeData());
this.setTheDate2(new DateTimeNullable());
this.setTheDate3(new DateTimeData());