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

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

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

Command class.


Constructor Summary
NewCollectionController.Command()
           
 
Method Summary
 java.lang.String getComment()
           
 java.lang.String getName()
           
 void setComment(java.lang.String comment)
           
 void setName(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewCollectionController.Command

public NewCollectionController.Command()
Method Detail

setComment

public void setComment(java.lang.String comment)
Parameters:
comment - The comment to set.

setName

public void setName(java.lang.String name)
Parameters:
name - The name to set.

getComment

public java.lang.String getComment()
Returns:
Returns the comment.

getName

public java.lang.String getName()
Returns:
Returns the name.