/**
  * 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;
 }
Exemplo n.º 2
0
 /** @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;
 }
Exemplo n.º 3
0
 /** @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");
 }
Exemplo n.º 5
0
 /** @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");
 }