magoffin.matt.ma2.web
Class SortAlbumsForm.Command

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

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

Command class.


Constructor Summary
SortAlbumsForm.Command()
           
 
Method Summary
 java.lang.Long getAlbumId()
           
 SortAlbumsForm.AlbumData[] getChildren()
           
 void setAlbumId(java.lang.Long albumId)
           
 void setChildren(SortAlbumsForm.AlbumData[] children)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SortAlbumsForm.Command

public SortAlbumsForm.Command()
Method Detail

getChildren

public SortAlbumsForm.AlbumData[] getChildren()
Returns:
the children

setChildren

public void setChildren(SortAlbumsForm.AlbumData[] children)
Parameters:
children - the children to set

getAlbumId

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

setAlbumId

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