mvIdxUnnamedObjAdapter9.addMods(modrec.getModifier());
TestBasicNamedObjectFixedDMO rc = (TestBasicNamedObjectFixedDMO) dmo.cloneIt();
try {
rc.applyModifier(modrec.getModifier());
} catch(DmcValueExceptionSet ex){
throw(new IllegalStateException("Your form should not permit invalid data", ex));
} catch(DmcValueException ex){
throw(new IllegalStateException("Your form should not permit invalid data", ex));
}