/** * Gets the definition object. * * @return the definition object for this instance class. */ public static synchronized EntityDefImpl getDefinitionObject() { if (mDefinitionObject == null) { mDefinitionObject = EntityDefImpl.findDefObject("org.cap.oppe.admin.model.entity.resources.SendToGroupEO"); } return mDefinitionObject; }
/** @return the definition object for this instance class. */ public static synchronized EntityDefImpl getDefinitionObject() { if (mDefinitionObject == null) { mDefinitionObject = EntityDefImpl.findDefObject("org.parsisys.tehranuniversity.library.model.eo.Member"); } return mDefinitionObject; }
/** @return the definition object for this instance class. */ public static synchronized EntityDefImpl getDefinitionObject() { return EntityDefImpl.findDefObject("pts.adf.summit.model.entities.SItem"); }
/** @return the definition object for this instance class. */ public static synchronized EntityDefImpl getDefinitionObject() { return EntityDefImpl.findDefObject("edu.hp.model.eo.ConfRoomBatchReservation"); }
/** @return the definition object for this instance class. */ public static synchronized EntityDefImpl getDefinitionObject() { return EntityDefImpl.findDefObject("edu.hp.model.eo.MealOrder"); }
/** @return the definition object for this instance class. */ public static synchronized EntityDefImpl getDefinitionObject() { return EntityDefImpl.findDefObject("com.zypg.cms.work.model.entity.CmsBookExportHtmlTEO"); }