magoffin.matt.ma2.web
Class AlbumForm.Command

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

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

The command class.


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

Constructor Detail

AlbumForm.Command

public AlbumForm.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