- Timestamp:
- Mar 5, 2010, 3:21:52 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/dbnp/studycapturing/TemplateFieldListItem.groovy
r228 r238 1 1 package dbnp.studycapturing 2 2 3 class TemplateFieldListItem { 4 3 /** 4 * TemplateFieldListItem Domain Class 5 * 6 * Revision information: 7 * $Rev$ 8 * $Author$ 9 * $Date$ 10 */ 11 class TemplateFieldListItem implements Serializable { 5 12 String name 6 13 7 8 14 static constraints = { 15 } 9 16 10 17 String toString() {
Note: See TracChangeset
for help on using the changeset viewer.