Changeset 121 for trunk/grails-app/domain/ComponentItem.groovy
- Timestamp:
- Apr 30, 2009, 9:36:34 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/ComponentItem.groovy
r118 r121 1 1 class ComponentItem { 2 LifePlan lifeplan3 2 String name 4 3 String description = "" 5 Integer fmeaNumber6 4 boolean isActive = true 7 5 8 static hasMany = [subAssemblies: SubAssembly ]6 static hasMany = [subAssemblies: SubAssembly, maintenanceActions: MaintenanceAction] 9 7 10 8 static belongsTo = [SubAssembly]
Note: See TracChangeset
for help on using the changeset viewer.