Last change
on this file since 59 was
59,
checked in by ademcan, 11 years ago
|
Added magetab corrected domain classes, works fine with a postgreSQL database
|
File size:
667 bytes
|
Rev | Line | |
---|
[56] | 1 | package magetab.idf |
---|
| 2 | |
---|
| 3 | class InvestigationDesign { |
---|
| 4 | |
---|
| 5 | String title |
---|
| 6 | String experimentDescription |
---|
| 7 | Date dateOfExperiment |
---|
| 8 | Date publicReleaseDate |
---|
| 9 | |
---|
| 10 | static hasMany = [ |
---|
| 11 | experimentalFactors: Factor, |
---|
| 12 | protocols: Protocol, |
---|
| 13 | publications: Publication, |
---|
| 14 | //sdrfs: magetab.sdrf.SampleAndDataRelationship, |
---|
| 15 | userDefinedAttributes: UserDefinedAttribute, |
---|
| 16 | contacts: Person, |
---|
| 17 | normalizationTypes: OntologyTerm, |
---|
| 18 | qualityControlTypes: OntologyTerm, |
---|
| 19 | replicateTypes: OntologyTerm, |
---|
[59] | 20 | experimentalDesigns: OntologyTerm |
---|
| 21 | // termSources: magetab.adf.TermSource |
---|
[56] | 22 | ] |
---|
| 23 | |
---|
| 24 | static constraints = { |
---|
| 25 | } |
---|
| 26 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.