magoffin.matt.ma2.web.service
Class MediaItemInfoController.Command

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

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

Command class.


Constructor Summary
MediaItemInfoController.Command()
           
 
Method Summary
 java.lang.String getAlbumKey()
           
 java.lang.Long[] getItemIds()
           
 java.lang.Long getThemeId()
           
 void setAlbumKey(java.lang.String albumKey)
           
 void setItemId(java.lang.Long itemId)
          Set a single item ID.
 void setItemIds(java.lang.Long[] itemIds)
           
 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

MediaItemInfoController.Command

public MediaItemInfoController.Command()
Method Detail

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