Changeset 161 for trunk/grails-app/domain
- Timestamp:
- Oct 22, 2009, 4:33:25 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/Asset.groovy
r131 r161 6 6 String name 7 7 String description = "" 8 String costCode = "" 8 9 boolean isActive = true 9 10 10 static hasMany = [maintenanceActions: MaintenanceAction, 11 static hasMany = [maintenanceActions: MaintenanceAction, 11 12 assetExtendedAttributes: AssetExtendedAttribute] 12 13
Note: See TracChangeset
for help on using the changeset viewer.