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

    r118 r121  
    11class AssetType {
    2     SystemSection systemSection
    3     LifePlan lifeplan
     2
    43    String name
    54    String description = ""
    65    boolean isActive = true
    76
    8     static hasMany = [assets: Asset, assemblies: Assembly]
    9 //
     7    static hasMany = [assets: Asset, assemblies: Assembly, assetExtendedAttributes: AssetExtendedAttribute, maintenanceActions: MaintenanceAction]
     8
    109//     static belongsTo = []
    11 //
     10
    1211//     static constraints = {
    1312//
Note: See TracChangeset for help on using the changeset viewer.