Ignore:
Timestamp:
Apr 30, 2009, 9:36:34 PM (15 years ago)
Author:
gav
Message:

Extensive update to Asset ERD and associated domain classes, not compiled or tested.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/domain/Assembly.groovy

    r118 r121  
    11class Assembly {
    2     LifePlan lifeplan
    32    String name
    43    String description = ""
    54    boolean isActive = true
    65
    7     static hasMany = [assetTypes: AssetType, subAssemblies: SubAssembly]
     6    static hasMany = [assetTypes: AssetType, subAssemblies: SubAssembly, maintenanceActions: MaintenanceAction]
    87
    98    static belongsTo = [AssetType]
Note: See TracChangeset for help on using the changeset viewer.