Ignore:
Timestamp:
May 8, 2009, 1:01:56 AM (15 years ago)
Author:
gav
Message:

Reconfigure Planned Maintenance again, now Preventative Maintenance, TaskProcedure? and MaintenanceAction?

File:
1 edited

Legend:

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

    r121 r131  
    11class Assembly {
     2
     3    AssetType assetType
     4
    25    String name
    36    String description = ""
    47    boolean isActive = true
    58
    6     static hasMany = [assetTypes: AssetType, subAssemblies: SubAssembly, maintenanceActions: MaintenanceAction]
     9    static hasMany = [subAssemblies: SubAssembly, maintenanceActions: MaintenanceAction]
    710
    811    static belongsTo = [AssetType]
Note: See TracChangeset for help on using the changeset viewer.