public class CalendarCommand
extends Object
-
Constructor Summary
Constructors
CalendarCommand(String title,
String description,
String location,
LocalDate startDate,
LocalDate endDate,
LocalDate createdDate,
Integer duration,
Integer typeId,
boolean repeating,
Integer remindById,
Integer firstReminder,
Integer secondReminder)
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CalendarCommand
public CalendarCommand(String title,
String description,
String location,
LocalDate startDate,
LocalDate endDate,
LocalDate createdDate,
Integer duration,
Integer typeId,
boolean repeating,
Integer remindById,
Integer firstReminder,
Integer secondReminder)