163164165166167168169170171172
/** * @return the lookupable */ public LookupableImpl getLookupable() { if (lookupable == null) { lookupable = new LookupableImpl(); lookupable.setDataObjectClass(getDataObjectClass()); } return lookupable; }