Changeset 255 for trunk/grails-app/domain
- Timestamp:
- Mar 10, 2010, 7:27:57 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/dbnp/importer/MappingColumn.groovy
r251 r255 25 25 26 26 String toString() { 27 return "Name:" + name + "/T ype:" + templatefieldtype + "/Entity:" + entity + "/Property:" + property + "/Celltype:" + celltype + "/Index:" + index + "/Value:" + value27 return "Name:" + name + "/TemplateFieldType:" + templatefieldtype + "/Entity:" + entity + "/Property:" + property + "/Celltype:" + celltype + "/Index:" + index + "/Value:" + value 28 28 } 29 29 }
Note: See TracChangeset
for help on using the changeset viewer.