public class DailyEvent extends Event implements Comparable<DailyEvent>
Event| Constructor and Description |
|---|
DailyEvent(Event event,
Date currentDate)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(DailyEvent other) |
Date |
getCurrentDate()
Getter for currentDate.
|
boolean |
isBegin()
Getter for begin.
|
boolean |
isEnd()
Getter for end.
|
void |
setBegin(boolean begin)
Setter for begin.
|
void |
setEnd(boolean end)
Setter for end.
|
equals, getBckgColor, getDescription, getEndDate, getId, getIdEventSource, getIdParentSource, getLastModified, getLocation, getStartDate, getSummary, getTime, getTitle, getViewURL, hashCode, isAllDay, setBckgColor, setDescription, setLastModified, setLocation, setTime, toStringpublic int compareTo(DailyEvent other)
compareTo in interface Comparable<DailyEvent>public boolean isBegin()
public void setBegin(boolean begin)
begin - the begin to setpublic boolean isEnd()
public void setEnd(boolean end)
end - the end to setpublic Date getCurrentDate()
Copyright © 2020 OSIVIA. All rights reserved.