source: trunk/grails-app/domain/magetab/sdrf/Normalization.groovy @ 64

Last change on this file since 64 was 64, checked in by ademcan, 14 years ago

Loading new magetab data in the database from IDF file.

File size: 215 bytes
Line 
1package magetab.sdrf
2
3class Normalization {
4
5    String type;
6    String term_source_ref;
7
8    static constraints = {
9        type(nullable:true,blank:true)
10        term_source_ref(nullable:true,blank:true)
11    }
12}
Note: See TracBrowser for help on using the repository browser.