Changeset 251 for trunk/grails-app/domain
- Timestamp:
- Mar 9, 2010, 3:53:46 PM (13 years ago)
- Location:
- trunk/grails-app/domain/dbnp
- Files:
-
- 1 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/dbnp/importer/MappingColumn.groovy
r247 r251 13 13 14 14 String name 15 dbnp.studycapturing.TemplateFieldType t ype15 dbnp.studycapturing.TemplateFieldType templatefieldtype 16 16 Class entity 17 17 String property … … 25 25 26 26 String toString() { 27 return name + "/" + type + "/" + entity + "/" + property + "/" + celltype + "/" + index + "/" + value27 return "Name:" + name + "/Type:" + templatefieldtype + "/Entity:" + entity + "/Property:" + property + "/Celltype:" + celltype + "/Index:" + index + "/Value:" + value 28 28 } 29 29 } -
trunk/grails-app/domain/dbnp/studycapturing/TemplateStudyField.groovy
- Property svn:keywords changed from Rev Date Author to Date Author Rev
Note: See TracChangeset
for help on using the changeset viewer.