Changeset 35 for trunk/src/grails-app/domain/Person.groovy
- Timestamp:
- Jan 26, 2009, 5:26:11 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/grails-app/domain/Person.groovy
r21 r35 1 1 class Person { 2 PersonGroup personGroup3 2 String firstName 4 3 String lastName … … 16 15 17 16 static constraints = { 18 firstName( )19 lastName( )17 firstName(maxSize:50,blank:false) 18 lastName(maxSize:50,blank:false) 20 19 employeeID(blank:true, nullable:true) 21 20 }
Note: See TracChangeset
for help on using the changeset viewer.