Changeset 34 for trunk/src/grails-app/domain/ModificationType.groovy
- Timestamp:
- Jan 26, 2009, 2:14:38 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/grails-app/domain/ModificationType.groovy
r25 r34 1 1 class ModificationType { 2 2 String name 3 String description 4 boolean isActive 3 String description = "" 4 boolean isActive = true 5 5 6 6 static hasMany = [modifications : Modification]
Note: See TracChangeset
for help on using the changeset viewer.