Changeset 511 for trunk


Ignore:
Timestamp:
Jun 2, 2010, 5:00:45 PM (13 years ago)
Author:
jahn
Message:

Slightly extended for REST communication.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/domain/dbnp/studycapturing/Study.groovy

    r510 r511  
    1616        Date lastUpdated
    1717        Date startDate
     18        long externalStudyID   // enables referring to studies outside of GSCF, e.g., in the Simple Assay Module
    1819
    1920        /**
     
    4950        static constraints = {
    5051                owner(nullable: true, blank: true)
     52                externalStudyID(nullable:true, blank:true)
    5153        }
    5254
Note: See TracChangeset for help on using the changeset viewer.