Changeset 122 for trunk/grails-app/domain/Asset.groovy
- Timestamp:
- May 1, 2009, 3:27:41 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/Asset.groovy
r121 r122 1 1 class Asset { 2 2 3 SystemSection systemSection 3 4 AssetType assetType 5 4 6 String name 5 7 String description = "" … … 8 10 static hasMany = [maintenanceActions: MaintenanceAction] 9 11 10 static belongsTo = [SystemSection ]12 static belongsTo = [SystemSection, AssetType] 11 13 12 14 // static constraints = {
Note: See TracChangeset
for help on using the changeset viewer.