Dashboard > WOProject / WOLips > ... > EOGenerator Templates and Additions > JBND Client-Side Entity.java Template
  WOProject / WOLips Log In View a printable version of the current page.  
  JBND Client-Side Entity.java Template
Added by David Avendasora, last edited by Florijan Stamenkovic on Jul 31, 2008  (view change)
Labels: 
(None)

// All custom logic should be stored in this class
// so it is not affected by changes in the model,
// Which will change the abstract superclass instead

#if ($entity.packageName)
package $entity.packageName;
#end

public class ${entity.classNameWithoutPackage} extends ${entity.prefixClassNameWithOptionalPackage} {

}

Site running on a free Atlassian Confluence Open Source Project License granted to ObjectStyle. Evaluate Confluence today.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.5.4 Build:#809 Jun 12, 2007) - Bug/feature request - Contact Administrators