magoffin.matt.ma2.web
Class SortMediaItemsForm.Command

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

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

Command class.


Constructor Summary
SortMediaItemsForm.Command()
           
 
Method Summary
 java.lang.Long getAlbumId()
           
 SortMediaItemsForm.MediaItemData[] getItems()
           
 void setAlbumId(java.lang.Long albumId)
           
 void setItems(SortMediaItemsForm.MediaItemData[] items)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SortMediaItemsForm.Command

public SortMediaItemsForm.Command()
Method Detail

getAlbumId

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

setAlbumId

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

getItems

public SortMediaItemsForm.MediaItemData[] getItems()
Returns:
the items

setItems

public void setItems(SortMediaItemsForm.MediaItemData[] items)
Parameters:
items - the items to set