nameType = null;
attachmentName = managementObject.attachmentName();
if (attachmentName.length() == 0)
attachmentName = classInfo.getName();
// Check for a component specification
ManagementComponent mc = managementObject.componentType();
if (mc.equals(AnnotationDefaults.COMP_TYPE) == false)
moAnnotations.put(ManagementComponent.class.getName(), mc);
// ManagementObject level default factory classes
moFieldsFactory = managementObject.fieldsFactory();
moConstraintsFactory = managementObject.constraintsFactory();