Last change
on this file since 55 was
30,
checked in by gajula, 13 years ago
|
Check Keyword Expansion Species.groovy
|
-
Property svn:keywords set to
Rev Author Date
|
File size:
301 bytes
|
Line | |
---|
1 | |
---|
2 | /** |
---|
3 | * Species Domain |
---|
4 | * |
---|
5 | * @author email2gajula@gmail.com |
---|
6 | * @since 20091019 |
---|
7 | * |
---|
8 | * Revision information: |
---|
9 | * $Rev: 30 $ |
---|
10 | * $Author: duh $ |
---|
11 | * $Date: 2009-10-26 14:05:34 +0000 (ma, 26 okt 2009) $ |
---|
12 | */ |
---|
13 | |
---|
14 | |
---|
15 | class Species { |
---|
16 | |
---|
17 | String name |
---|
18 | String scientificName |
---|
19 | Date created |
---|
20 | Date modified |
---|
21 | |
---|
22 | static constraints = { |
---|
23 | } |
---|
24 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.