magoffin.matt.ma2.web
Class UserResourceController.Command

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

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

Command object.


Constructor Summary
UserResourceController.Command()
           
 
Method Summary
 java.lang.String getResource()
           
 java.lang.Long getUserId()
           
 void setResource(java.lang.String resource)
           
 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

UserResourceController.Command

public UserResourceController.Command()
Method Detail

getResource

public java.lang.String getResource()
Returns:
Returns the resource.

setResource

public void setResource(java.lang.String resource)
Parameters:
resource - The resource to set.

getUserId

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

setUserId

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