source:
trunk/grails-app/domain/Period.groovy
@
933
| Last change on this file since 933 was 913, checked in by , 15 years ago | |
|---|---|
| File size: 195 bytes | |
| Line | |
|---|---|
| 1 | class Period { |
| 2 | |
| 3 | String period |
| 4 | boolean isActive = true |
| 5 | |
| 6 | // static belongsTo = [] |
| 7 | |
| 8 | // static constraints = { |
| 9 | // |
| 10 | // } |
| 11 | |
| 12 | String toString() { |
| 13 | "${this.period}" |
| 14 | } |
| 15 | } |
| 16 |
Note: See TracBrowser
for help on using the repository browser.
