Changeset 514 for trunk/grails-app/domain
- Timestamp:
- Jun 3, 2010, 9:45:39 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/dbnp/studycapturing/Assay.groovy
r496 r514 10 10 String name 11 11 AssayModule module 12 long externalAssayI d// the assay ID the assay has in the external module12 long externalAssayID // the assay ID the assay has in the external module 13 13 14 14 static hasMany = [samples : Sample] 15 15 16 16 static constraints = { 17 externalAssayID( nullable:true ) 17 18 } 18 19 }
Note: See TracChangeset
for help on using the changeset viewer.