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

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

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

Command class.


Constructor Summary
RemoveFromAlbumController.Command()
           
 
Method Summary
 java.lang.Long getAlbumId()
           
 java.lang.Long[] getItemIds()
           
 void setAlbumId(java.lang.Long albumId)
           
 void setItemIds(java.lang.Long[] itemIds)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoveFromAlbumController.Command

public RemoveFromAlbumController.Command()
Method Detail

getAlbumId

public java.lang.Long getAlbumId()
Returns:
Returns the albumId.

setAlbumId

public void setAlbumId(java.lang.Long albumId)
Parameters:
albumId - The albumId to set.

getItemIds

public java.lang.Long[] getItemIds()
Returns:
the itemIds

setItemIds

public void setItemIds(java.lang.Long[] itemIds)
Parameters:
itemIds - the itemIds to set