magoffin.matt.ma2.web
Class HomeController.Command

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

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

Command class.


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

Constructor Detail

HomeController.Command

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

getCollectionId

public java.lang.Long getCollectionId()
Returns:
Returns the collectionId.

setCollectionId

public void setCollectionId(java.lang.Long collectionId)
Parameters:
collectionId - The collectionId to set.