de.bea.domingo.groupware
Class CalendarEntryDigest
java.lang.Object
de.bea.domingo.map.BaseDigest
de.bea.domingo.groupware.CalendarEntryDigest
public final class CalendarEntryDigest
- extends BaseDigest
Represents a digest of a Notes mail document.
- Author:
- Kurt Riede, Thanx to Dave Rowe for some patches
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CalendarEntryDigest
public CalendarEntryDigest()
getSubject
public java.lang.String getSubject()
- Returns:
- Returns the subject.
setSubject
public void setSubject(java.lang.String text)
- Parameters:
text - The subject to set.
getChairs
public java.util.List getChairs()
- Returns:
- the fChair
setChairs
public void setChairs(java.util.List chairs)
- Parameters:
chairs - the fChair to set
getEndDateTime
public java.util.Calendar getEndDateTime()
- Returns:
- the fEndDateTime
setEndDateTime
public void setEndDateTime(java.util.Calendar endDateTime)
- Parameters:
endDateTime - the fEndDateTime to set
getLocation
public java.lang.String getLocation()
- Returns:
- the fLocation
setLocation
public void setLocation(java.lang.String location)
- Parameters:
location - the fLocation to set
getStartDateTime
public java.util.Calendar getStartDateTime()
- Returns:
- the fStartDateTime
setStartDateTime
public void setStartDateTime(java.util.Calendar startDateTime)
- Parameters:
startDateTime - the fStartDateTime to set
getType
public CalendarEntry.Type getType()
- Returns:
- type of entry
setType
public void setType(CalendarEntry.Type type)
- Parameters:
type - type of entry
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
- Returns:
- a string representation of the object.
- See Also:
Object.toString()
Domingo Java-API