source:
trunk/grails-app/domain/magetab/adf/TermSource.groovy
@
58
Last change on this file since 58 was 58, checked in by ademcan, 14 years ago | |
---|---|
File size: 128 bytes |
Line | |
---|---|
1 | package magetab.adf |
2 | |
3 | class TermSource { |
4 | |
5 | String name |
6 | String version |
7 | String file |
8 | |
9 | static constraints = { |
10 | } |
11 | } |
Note: See TracBrowser
for help on using the repository browser.