Changeset 63 for trunk/grails-app/domain/magetab/idf/Protocol.groovy
- Timestamp:
- Dec 14, 2009, 10:48:04 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/magetab/idf/Protocol.groovy
r56 r63 8 8 String hardware 9 9 OntologyTerm type 10 String parameters 11 String contact 10 12 11 13 static hasMany = [ … … 14 16 15 17 static constraints = { 16 type(nullable: true) 18 type(nullable: true,blank:true) 19 name(nullable:true,blank:true) 20 description(nullable:true,blank:true) 21 software(nullable:true,blank:true) 22 hardware(nullable:true,blank:true) 23 parameters(nullable:true,blank:true) 24 contact(nullable:true,blank:true) 17 25 } 18 26 }
Note: See TracChangeset
for help on using the changeset viewer.