Changeset 330 for trunk/grails-app/domain
- Timestamp:
- Feb 9, 2010, 1:30:08 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/AssetSubItem.groovy
r276 r330 5 5 String name 6 6 String description = "" 7 String comment = "" 7 8 boolean isActive = true 8 9 … … 16 17 static constraints = { 17 18 name(maxSize:50, blank:false) 18 description(maxSize:100) 19 description(maxSize:75) 20 comment(maxSize:500) 19 21 isActive() 20 22 parentItem(nullable:true)
Note: See TracChangeset
for help on using the changeset viewer.