magoffin.matt.ma2.web
Class ViewAlbumController.Command
java.lang.Object
magoffin.matt.ma2.web.ViewAlbumController.Command
- Enclosing class:
- ViewAlbumController
public static class ViewAlbumController.Command
- extends java.lang.Object
Command class.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ViewAlbumController.Command
public ViewAlbumController.Command()
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