- Timestamp:
- Jun 10, 2010, 1:33:37 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/dbnp/studycapturing/TemplateField.groovy
r540 r550 14 14 String name 15 15 TemplateFieldType type 16 Class entity 16 17 String unit 17 18 String comment // help string for the user interface … … 27 28 static constraints = { 28 29 // TODO: verify that TemplateField names are unique within templates of each super entity 30 name(nullable: false, blank: false) 31 type(nullable: false, blank: false) 32 entity(nullable: false, blank: false) 29 33 unit(nullable: true, blank: true) 30 34 comment(nullable: true, blank: true)
Note: See TracChangeset
for help on using the changeset viewer.