magoffin.matt.ma2.web
Class ThemeResourceController.Command

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

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

Command object.


Constructor Summary
ThemeResourceController.Command()
           
 
Method Summary
 java.lang.String getResource()
           
 java.lang.Long getThemeId()
           
 void setResource(java.lang.String resource)
           
 void setThemeId(java.lang.Long themeId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThemeResourceController.Command

public ThemeResourceController.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.

getThemeId

public java.lang.Long getThemeId()
Returns:
Returns the themeId.

setThemeId

public void setThemeId(java.lang.Long themeId)
Parameters:
themeId - The themeId to set.