source:
trunk/src/grails-app/domain/TypeOfPersonGroup.groovy
@
18
| Last change on this file since 18 was 18, checked in by , 17 years ago | |
|---|---|
| File size: 139 bytes | |
| Line | |
|---|---|
| 1 | class TypeOfPersonGroup { |
| 2 | String name |
| 3 | String Description |
| 4 | boolean isActive |
| 5 | |
| 6 | static hasMany = [personGroups : PersonGroup] |
| 7 | } |
Note: See TracBrowser
for help on using the repository browser.
