org.axonframework.quickstart.api
Class CreateToDoItemCommand

java.lang.Object
  extended by org.axonframework.quickstart.api.CreateToDoItemCommand

public class CreateToDoItemCommand
extends Object

Command used to create a new ToDoItem

Author:
Jettro Coenradie

Constructor Summary
CreateToDoItemCommand(String todoId, String description)
           
 
Method Summary
 String getDescription()
           
 String getTodoId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateToDoItemCommand

public CreateToDoItemCommand(String todoId,
                             String description)
Method Detail

getTodoId

public String getTodoId()

getDescription

public String getDescription()


Copyright © 2010-2016. All Rights Reserved.