public class TimeSlotEvent extends DailyEvent
DailyEvent| Constructor and Description |
|---|
TimeSlotEvent(Event event,
Date currentDate)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getEndTime()
Getter for endTime.
|
String |
getHeight()
Getter for height.
|
String |
getLeft()
Getter for left.
|
long |
getStartTime()
Getter for startTime.
|
String |
getTop()
Getter for top.
|
String |
getWidth()
Getter for width.
|
void |
setEndTime(long endTime)
Setter for endTime.
|
void |
setHeight(String height)
Setter for height.
|
void |
setLeft(String left)
Setter for left.
|
void |
setStartTime(long startTime)
Setter for startTime.
|
void |
setTop(String top)
Setter for top.
|
void |
setWidth(String width)
Setter for width.
|
compareTo, getCurrentDate, isBegin, isEnd, setBegin, setEndequals, getEndDate, getId, getStartDate, getTime, getTitle, getViewURL, hashCode, isAllDay, setTime, toStringpublic String getTop()
public void setTop(String top)
top - the top to setpublic String getLeft()
public void setLeft(String left)
left - the left to setpublic String getHeight()
public void setHeight(String height)
height - the height to setpublic String getWidth()
public void setWidth(String width)
width - the width to setpublic long getStartTime()
public void setStartTime(long startTime)
startTime - the startTime to setpublic long getEndTime()
public void setEndTime(long endTime)
endTime - the endTime to setCopyright © 2019 OSIVIA. All rights reserved.