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