org.axonframework.quickstart
Class RunUpcaster.NewToDoItemWithDeadlineCreatedEvent
java.lang.Object
org.axonframework.quickstart.RunUpcaster.NewToDoItemWithDeadlineCreatedEvent
- Enclosing class:
- RunUpcaster
public static class RunUpcaster.NewToDoItemWithDeadlineCreatedEvent
- extends Object
This class represents the refactored ToDoItemCreatedEvent
RunUpcaster.NewToDoItemWithDeadlineCreatedEvent
public RunUpcaster.NewToDoItemWithDeadlineCreatedEvent(String todoId,
String description,
org.joda.time.DateTime deadline)
getTodoId
public String getTodoId()
getDescription
public String getDescription()
getDeadline
public org.joda.time.DateTime getDeadline()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2010-2016. All Rights Reserved.