Ignore:
Timestamp:
Dec 14, 2009, 10:48:04 AM (13 years ago)
Author:
ademcan
Message:

Parsing and Loading information from an IDF file (MageTab?). Actually working for Person, Publication and Protocol attributs.
The file path has to be changed for every user in LoadController?.groovy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/domain/magetab/idf/Protocol.groovy

    r56 r63  
    88    String hardware
    99    OntologyTerm type
     10    String parameters
     11    String contact
    1012
    1113    static hasMany = [
     
    1416
    1517    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)
    1725    }
    1826}
Note: See TracChangeset for help on using the changeset viewer.