Changeset 122 for trunk/grails-app/domain/MaintenanceAction.groovy
- Timestamp:
- May 1, 2009, 3:27:41 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/MaintenanceAction.groovy
r121 r122 2 2 MaintenancePolicy maintenancePolicy 3 3 PlannedMaintenance plannedMaintenance 4 SystemSection 4 SystemSection systemSection 5 5 Asset asset 6 6 AssetType assetType … … 16 16 static belongsTo = [PlannedMaintenance] 17 17 18 // static constraints = { 19 // 20 // } 18 static constraints = { 19 systemSection(blank:true, nullable:true) 20 asset(blank:true, nullable:true) 21 assetType(blank:true, nullable:true) 22 assembly(blank:true, nullable:true) 23 subAssembly(blank:true, nullable:true) 24 componentItem(blank:true, nullable:true) 25 } 21 26 22 27 String toString() {
Note: See TracChangeset
for help on using the changeset viewer.