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/SubAssembly.groovy

    r118 r121  
    11class SubAssembly {
    2     LifePlan lifeplan
     2
    33    String name
    44    String description = ""
    55    boolean isActive = true
    66
    7     static hasMany = [assemblies: Assembly, componentItems: ComponentItem]
     7    static hasMany = [assemblies: Assembly, componentItems: ComponentItem, maintenanceActions: MaintenanceAction]
    88
    99    static belongsTo = [Assembly]
Note: See TracChangeset for help on using the changeset viewer.