Changeset 131 for trunk/grails-app/domain/ComponentItem.groovy
- Timestamp:
- May 8, 2009, 1:01:56 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/ComponentItem.groovy
r122 r131 1 1 class ComponentItem { 2 3 SubAssembly subAssembly 2 4 3 5 String name … … 5 7 boolean isActive = true 6 8 7 static hasMany = [ subAssemblies: SubAssembly,maintenanceActions: MaintenanceAction]9 static hasMany = [maintenanceActions: MaintenanceAction] 8 10 9 11 static belongsTo = [SubAssembly]
Note: See TracChangeset
for help on using the changeset viewer.