magoffin.matt.ma2.web.admin
Class UserForm.Command

java.lang.Object
  extended by magoffin.matt.ma2.web.admin.UserForm.Command
Enclosing class:
UserForm

public static class UserForm.Command
extends java.lang.Object

The command class.


Constructor Summary
UserForm.Command()
           
 
Method Summary
 java.lang.Long getUserId()
           
 void setUserId(java.lang.Long userId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserForm.Command

public UserForm.Command()
Method Detail

getUserId

public java.lang.Long getUserId()
Returns:
Returns the userId.

setUserId

public void setUserId(java.lang.Long userId)
Parameters:
userId - The userId to set.