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