Changeset 199 for trunk/grails-app/domain/Period.groovy
- Timestamp:
- Nov 28, 2009, 2:17:34 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 1 stacktrace.log1 *.log 2 2 *.war
-
- Property svn:ignore
-
trunk/grails-app/domain/Period.groovy
r136 r199 3 3 String period 4 4 boolean isActive = true 5 6 static hasMany = [taskRecurringSchedules: TaskRecurringSchedule]7 8 static mappedBy = [taskRecurringSchedules:"recurPeriod"]9 5 10 6 // static belongsTo = []
Note: See TracChangeset
for help on using the changeset viewer.