source: trunk/grails-app/domain/magetab/sdrf/ProtocolApplication.groovy @ 58

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

Adding magetab.adf and magetab.sdrf domain classes

File size: 101 bytes
Line 
1package magetab.sdrf
2
3class ProtocolApplication {
4
5    Date date
6
7    static constraints = {
8    }
9}
Note: See TracBrowser for help on using the repository browser.