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

    r118 r121  
    11class ComponentItem {
    2     LifePlan lifeplan
    32    String name
    43    String description = ""
    5     Integer fmeaNumber
    64    boolean isActive = true
    75
    8     static hasMany = [subAssemblies: SubAssembly]
     6    static hasMany = [subAssemblies: SubAssembly, maintenanceActions: MaintenanceAction]
    97
    108    static belongsTo = [SubAssembly]
Note: See TracChangeset for help on using the changeset viewer.