void setDefaultProperty(Property p, DataObject data) {
   assertPropertyClass(p);
   data.set(p.getName(), getDefaultValue());
 }