magoffin.matt.ma2.web
Class DownloadThemeController.Command

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

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

Command object.


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

DownloadThemeController.Command

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