Changeset 124 for trunk/grails-app/domain/MaintenanceAction.groovy
- Timestamp:
- May 4, 2009, 1:59:11 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/MaintenanceAction.groovy
r122 r124 8 8 SubAssembly subAssembly 9 9 ComponentItem componentItem 10 String description10 String maintenanceAction 11 11 String reasoning = "" 12 Integer pmStepNumber 12 13 boolean isActive = true 13 14 … … 23 24 subAssembly(blank:true, nullable:true) 24 25 componentItem(blank:true, nullable:true) 26 pmStepNumber(blank:true, nullable:true) 25 27 } 26 28 27 29 String toString() { 28 "${this. description}"30 "${this.action}" 29 31 } 30 32 }
Note: See TracChangeset
for help on using the changeset viewer.