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

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

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

Command class.


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

Constructor Detail

DeleteCollectionController.Command

public DeleteCollectionController.Command()
Method Detail

getCollectionId

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

setCollectionId

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