org.axonframework.quickstart.api
Class CreateToDoItemCommand
java.lang.Object
org.axonframework.quickstart.api.CreateToDoItemCommand
public class CreateToDoItemCommand
- extends Object
Command used to create a new ToDoItem
- Author:
- Jettro Coenradie
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CreateToDoItemCommand
public CreateToDoItemCommand(String todoId,
String description)
getTodoId
public String getTodoId()
getDescription
public String getDescription()
Copyright © 2010-2016. All Rights Reserved.