Ignore:
Timestamp:
Mar 9, 2010, 3:53:46 PM (13 years ago)
Author:
tabma
Message:
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  
    1313
    1414        String name
    15         dbnp.studycapturing.TemplateFieldType type
     15        dbnp.studycapturing.TemplateFieldType templatefieldtype
    1616        Class entity
    1717        String property
     
    2525
    2626    String toString() {
    27         return name + "/" + type + "/" + entity + "/" + property + "/" + celltype + "/" + index + "/" + value
     27        return "Name:" + name + "/Type:" + templatefieldtype + "/Entity:" + entity + "/Property:" + property + "/Celltype:" + celltype + "/Index:" + index + "/Value:" + value
    2828    }
    2929}
  • 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.