Wiki source code of JBND Client-Side Entity.java Template
Last modified by Florijan Stamenkovic on 2008/07/31 18:13
Hide last authors
| author | version | line-number | content |
|---|---|---|---|
| |
1.1 | 1 | {{code}} |
| 2 | |||
| |
3.1 | 3 | // All custom logic should be stored in this class |
| 4 | // so it is not affected by changes in the model, | ||
| |
1.1 | 5 | // Which will change the abstract superclass instead |
| 6 | |||
| |
3.1 | 7 | #if ($entity.packageName) |
| 8 | package $entity.packageName; | ||
| |
1.1 | 9 | #end |
| 10 | |||
| |
3.1 | 11 | public class ${entity.classNameWithoutPackage} extends ${entity.prefixClassNameWithOptionalPackage} { |
| |
1.1 | 12 | |
| 13 | } | ||
| 14 | |||
| 15 | {{/code}} |