Changeset 756 for branches/features/taskProcedureRework/grails-app/domain
- Timestamp:
 - Jan 25, 2011, 7:00:23 PM (15 years ago)
 - File:
 - 
          
- 1 edited
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
branches/features/taskProcedureRework/grails-app/domain/MaintenanceAction.groovy
r268 r756 10 10 String reasoning = "" 11 11 Integer procedureStepNumber 12 boolean isActive = true13 12 14 13 // static hasMany = [] 15 14 16 // static belongsTo = []15 static belongsTo = [TaskProcedure] 17 16 18 17 static constraints = { … … 22 21 maintenancePolicy(nullable:true) 23 22 procedureStepNumber(nullable:true) 24 description( )23 description(blank:false) 25 24 reasoning() 26 isActive()27 25 } 28 26  
Note: See TracChangeset
          for help on using the changeset viewer.
      