Changeset 961 for trunk/grails-app/domain
- Timestamp:
- Oct 21, 2010, 12:42:18 PM (10 years ago)
- Location:
- trunk/grails-app/domain/dbnp/studycapturing
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/dbnp/studycapturing/Identity.groovy
r959 r961 1 1 package dbnp.studycapturing 2 3 import org.nmcdsp.plugins.aaaa.Entity4 2 5 3 /** … … 43 41 * $Date$ 44 42 */ 45 abstract class Identity extends Entityimplements Serializable {43 abstract class Identity implements Serializable { 46 44 // keep an internal identifier for use in dynamic forms 47 45 private int identifier = 0 -
trunk/grails-app/domain/dbnp/studycapturing/Template.groovy
r959 r961 2 2 3 3 import org.nmcdsp.plugins.aaaa.SecUser 4 import org.nmcdsp.plugins.aaaa.Entity5 4 6 5 /** -
trunk/grails-app/domain/dbnp/studycapturing/TemplateEntity.groovy
r959 r961 3 3 import dbnp.data.Term 4 4 import org.springframework.validation.FieldError 5 import org.nmcdsp.plugins.aaaa.Entity6 5 7 6 /**
Note: See TracChangeset
for help on using the changeset viewer.