source: trunk/src/grails-app/domain/TypeOfPersonGroup.groovy @ 18

Last change on this file since 18 was 18, checked in by tuxta, 15 years ago

Align domain classes to ERD.

File size: 139 bytes
Line 
1class 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.