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

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

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

Command class.


Constructor Summary
DeleteThemeController.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

DeleteThemeController.Command

public DeleteThemeController.Command()
Method Detail

getThemeId

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

setThemeId

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