Changeset 1452 for trunk/grails-app/domain/dbnp/studycapturing/Assay.groovy
- Timestamp:
- Jan 27, 2011, 6:37:15 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/dbnp/studycapturing/Assay.groovy
r1440 r1452 8 8 * this data can be found. 9 9 */ 10 class Assay extends nl.grails.plugins.gdt.TemplateEntity {10 class Assay extends TemplateEntity { 11 11 // The name of the assay, which should indicate the measurements represented in this assay to the user. 12 12 String name
Note: See TracChangeset
for help on using the changeset viewer.