magoffin.matt.ma2.web
Class ViewAlbumController.Command

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

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

Command class.


Constructor Summary
ViewAlbumController.Command()
           
 
Method Summary
 java.lang.String getChildKey()
           
 java.lang.Long getItemId()
           
 java.lang.String getKey()
           
 java.lang.String getMode()
           
 java.lang.Long getThemeId()
           
 java.lang.String getUserKey()
           
 void setChildKey(java.lang.String childKey)
           
 void setItemId(java.lang.Long itemId)
           
 void setKey(java.lang.String key)
           
 void setMode(java.lang.String mode)
           
 void setThemeId(java.lang.Long themeId)
           
 void setUserKey(java.lang.String userKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewAlbumController.Command

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

getKey

public java.lang.String getKey()
Returns:
Returns the key.

setKey

public void setKey(java.lang.String key)
Parameters:
key - The key to set.

getItemId

public java.lang.Long getItemId()
Returns:
Returns the itemId.

setItemId

public void setItemId(java.lang.Long itemId)
Parameters:
itemId - The itemId to set.

getChildKey

public java.lang.String getChildKey()
Returns:
the childKey

setChildKey

public void setChildKey(java.lang.String childKey)
Parameters:
childKey - the childKey to set

getUserKey

public java.lang.String getUserKey()
Returns:
the userKey

setUserKey

public void setUserKey(java.lang.String userKey)
Parameters:
userKey - the userKey to set

getMode

public java.lang.String getMode()
Returns:
the mode

setMode

public void setMode(java.lang.String mode)
Parameters:
mode - the mode to set