Changeset 1349
- Timestamp:
- Jan 7, 2011, 4:08:48 PM (12 years ago)
- Location:
- trunk/grails-app/domain/dbnp/studycapturing
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/dbnp/studycapturing/Identity.groovy
r1109 r1349 55 55 * @visibility public 56 56 * @void 57 */58 57 public Identity() { 59 58 // set the local identifier … … 63 62 //log.debug ".instantiating [${identifier}:${super.getClass()}]" 64 63 } 64 */ 65 65 66 66 /** … … 85 85 */ 86 86 final public int getIdentifier() { 87 if (!identifier) setIdentifier() 88 87 89 return identifier 88 90 } -
trunk/grails-app/domain/dbnp/studycapturing/Template.groovy
r1348 r1349 20 20 * $Date$ 21 21 */ 22 class Template implements Serializable{22 class Template extends Identity { 23 23 24 24 /** The name of the template */
Note: See TracChangeset
for help on using the changeset viewer.