public class ChangeHighlights
extends java.lang.Object
| Constructor and Description |
|---|
ChangeHighlights()
Instantiates a new change highlights.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Date |
getEndTime()
Gets the old end date and time of the meeting.
|
java.lang.String |
getLocation()
Gets the old location of the meeting.
|
java.util.Date |
getStartTime()
Gets the old start date and time of the meeting.
|
boolean |
hasEndTimeChanged()
Checks whether the end time for the meeting has changed.
|
boolean |
hasLocationChanged()
Checks whether the location for the meeting has changed.
|
boolean |
hasStartTimeChanged()
Checks whether the start time for the meeting has changed.
|
void |
setEndTime(java.util.Date endTime)
Sets the old end date and time of the meeting.
|
void |
setEndTimeChanged(boolean hasEndTimeChanged)
Checks whether the end time for the meeting has changed.
|
void |
setLocation(java.lang.String location)
Sets the old location of the meeting.
|
void |
setLocationChanged(boolean hasLocationChanged)
Checks whether the location for the meeting has changed.
|
void |
setStartTime(java.util.Date startTime)
Sets the old start date and time of the meeting.
|
void |
setStartTimeChanged(boolean hasStartTimeChanged)
Checks whether the start time for the meeting has changed.
|
public boolean hasLocationChanged()
public void setLocationChanged(boolean hasLocationChanged)
hasLocationChanged - the new location changedpublic java.lang.String getLocation()
public void setLocation(java.lang.String location)
location - the new locationpublic boolean hasStartTimeChanged()
public void setStartTimeChanged(boolean hasStartTimeChanged)
hasStartTimeChanged - the new start time changedpublic java.util.Date getStartTime()
public void setStartTime(java.util.Date startTime)
startTime - the new start timepublic boolean hasEndTimeChanged()
public void setEndTimeChanged(boolean hasEndTimeChanged)
hasEndTimeChanged - the new end time changedpublic java.util.Date getEndTime()
public void setEndTime(java.util.Date endTime)
endTime - the new end time