magoffin.matt.ma2.web.service
Class MediaItemInfoController.Command
java.lang.Object
magoffin.matt.ma2.web.service.MediaItemInfoController.Command
- Enclosing class:
- MediaItemInfoController
public static class MediaItemInfoController.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 |
MediaItemInfoController.Command
public MediaItemInfoController.Command()
getAlbumKey
public java.lang.String getAlbumKey()
- Returns:
- the albumKey
setAlbumKey
public void setAlbumKey(java.lang.String albumKey)
- Parameters:
albumKey
- the albumKey to set
setItemId
public void setItemId(java.lang.Long itemId)
- Set a single item ID.
- Parameters:
itemId
- the ID
getItemIds
public java.lang.Long[] getItemIds()
- Returns:
- the itemIds
setItemIds
public void setItemIds(java.lang.Long[] itemIds)
- Parameters:
itemIds
- the itemIds to set
getThemeId
public java.lang.Long getThemeId()
- Returns:
- the themeId
setThemeId
public void setThemeId(java.lang.Long themeId)
- Parameters:
themeId
- the themeId to set