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

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

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

Command object.


Constructor Summary
ThemesController.Command()
           
 
Method Summary
 java.lang.Long getThemeId()
           
 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

ThemesController.Command

public ThemesController.Command()
Method Detail

getThemeId

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

setThemeId

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