magoffin.matt.ma2.web
Class CollectionForm.Command

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

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

The command class.


Constructor Summary
CollectionForm.Command()
           
 
Method Summary
 java.lang.Long getCollectionId()
           
 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

CollectionForm.Command

public CollectionForm.Command()
Method Detail

getCollectionId

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

setCollectionId

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