Groovy Documentation

controllers
Class UserCommand

java.lang.Object
  controllers.UserCommand

class UserCommand

Property Summary
static def constraints

String email

String firstname

int id

String lastname

boolean preferRichEditor

String username

 
Constructor Summary
UserCommand()

 
Method Summary
 
Methods inherited from class Object
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll
 

Property Detail

constraints

static def constraints


email

String email


firstname

String firstname


id

int id


lastname

String lastname


preferRichEditor

boolean preferRichEditor


username

String username


 
Constructor Detail

UserCommand

UserCommand()


 

Groovy Documentation