org.axonframework.quickstart
Class RunUpcaster.NewToDoItemWithDeadlineCreatedEvent

java.lang.Object
  extended by org.axonframework.quickstart.RunUpcaster.NewToDoItemWithDeadlineCreatedEvent
Enclosing class:
RunUpcaster

public static class RunUpcaster.NewToDoItemWithDeadlineCreatedEvent
extends Object

This class represents the refactored ToDoItemCreatedEvent


Constructor Summary
RunUpcaster.NewToDoItemWithDeadlineCreatedEvent(String todoId, String description, org.joda.time.DateTime deadline)
           
 
Method Summary
 org.joda.time.DateTime getDeadline()
           
 String getDescription()
           
 String getTodoId()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RunUpcaster.NewToDoItemWithDeadlineCreatedEvent

public RunUpcaster.NewToDoItemWithDeadlineCreatedEvent(String todoId,
                                                       String description,
                                                       org.joda.time.DateTime deadline)
Method Detail

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.