public final class CalendarEntryDigest extends BaseDigest
| Constructor and Description |
|---|
CalendarEntryDigest() |
| Modifier and Type | Method and Description |
|---|---|
List |
getChairs() |
Calendar |
getEndDateTime() |
String |
getLocation() |
Calendar |
getStartDateTime() |
String |
getSubject() |
CalendarEntry.Type |
getType() |
void |
setChairs(List chairs) |
void |
setEndDateTime(Calendar endDateTime) |
void |
setLocation(String location) |
void |
setStartDateTime(Calendar startDateTime) |
void |
setSubject(String text) |
void |
setType(CalendarEntry.Type type) |
String |
toString() |
getUnid, setUnidpublic String getSubject()
public void setSubject(String text)
text - The subject to set.public List getChairs()
public void setChairs(List chairs)
chairs - the fChair to setpublic Calendar getEndDateTime()
public void setEndDateTime(Calendar endDateTime)
endDateTime - the fEndDateTime to setpublic String getLocation()
public void setLocation(String location)
location - the fLocation to setpublic Calendar getStartDateTime()
public void setStartDateTime(Calendar startDateTime)
startDateTime - the fStartDateTime to setpublic CalendarEntry.Type getType()
public void setType(CalendarEntry.Type type)
type - type of entrypublic String toString()
toString in class ObjectObject.toString()Copyright © 2005–2020. All rights reserved.