Ignore:
Timestamp:
Nov 25, 2008, 1:22:58 PM (15 years ago)
Author:
tuxta
Message:

Align domain classes to ERD.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/grails-app/domain/Person.groovy

    r16 r18  
    11class Person {
     2    PersonGroup personGroup
    23    String firstName
    34    String lastName
     
    67
    78    static hasMany = [modifications : Modification,
    8                         entries : Entry]
     9                        entries : Entry, tasks : Task,
     10                        personGroups : PersonGroup]
    911
    10     static belongsTo = Entry
     12    static belongsTo = [PersonGroup]
    1113
    1214    static optionals = ["employeeID"]
Note: See TracChangeset for help on using the changeset viewer.