Changeset 121 for trunk/grails-app/domain/SystemSection.groovy
- Timestamp:
- Apr 30, 2009, 9:36:34 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/SystemSection.groovy
r118 r121 1 1 class SystemSection { 2 3 Site site 4 2 5 String name 3 6 String description = "" 4 7 boolean isActive = true 5 8 6 static hasMany = [asset Types: AssetType, lifePlans: LifePlan]7 // 8 // static belongsTo = []9 // 9 static hasMany = [assets: Asset, maintenanceActions: MaintenanceAction] 10 11 static belongsTo = [Site] 12 10 13 // static constraints = { 11 14 //
Note: See TracChangeset
for help on using the changeset viewer.