Compoze Software, Inc.

portlets.compoze.groupware.mail
Class DelegatedMeetingInvitation


java.lang.Object

  |

  +--portlets.compoze.groupware.AbstractItem

        |

        +--portlets.compoze.groupware.mail.Message

              |

              +--portlets.compoze.groupware.mail.MeetingRequest

                    |

                    +--portlets.compoze.groupware.mail.DelegatedMeetingInvitation

All Implemented Interfaces:
java.io.Serializable

public class DelegatedMeetingInvitation
extends MeetingRequest
implements java.io.Serializable

This class represents a delegated meeting invitation.

See Also:
Serialized Form

Constructor Summary
DelegatedMeetingInvitation(java.lang.String sID)
          Constructor
 
Method Summary
 java.lang.String getDelegee()
          Gets the delegee of the meeting.
 void setDelegee(java.lang.String sDelegee)
          Sets the delegee of the meeting.
 
Methods inherited from class portlets.compoze.groupware.mail.MeetingRequest
getComments, getEndTime, getLocation, getOrganizer, getStartTime, getWhenArgs, getWhenKey, isAcceptAvailable, isAllDayEvent, isCounterPrevented, isDelegatePrevented, isOrganizer, isRepeating, setComments, setEndTime, setIsAcceptAvailable, setIsAllDayEvent, setIsCounterPrevented, setIsDelegatePrevented, setIsOrganizer, setIsRepeating, setLocation, setOrganizer, setStartTime
 
Methods inherited from class portlets.compoze.groupware.mail.Message
getEmbeddedMessageIndex, getFlag, getFolderID, getFolderName, getParentMessageID, getRecipientInfo, getSenderInfo, getSensitivity, getTimeReceived, getToRecipientsDisplay, isEmbedded, isPreventForward, isRead, isReplySentFlag, setEmbeddedMessageIndex, setFlag, setFolderID, setFolderName, setIsEmbedded, setIsPreventForward, setIsRead, setIsReplySentFlag, setParentMessageID, setRecipientInfo, setSenderInfo, setSensitivity, setTimeReceived, setToRecipientsDisplay
 
Methods inherited from class portlets.compoze.groupware.AbstractItem
getAttachmentCount, getAttachmentInfoArray, getBodyHtml, getBodyText, getBodyTextAsHtml, getDateCreated, getID, getImportance, getIndex, getItemType, getSize, getSizeInKilobytes, getSubject, getSubject, hasAttachment, prettyTruncate, setAttachmentCount, setAttachmentInfoArray, setBodyHtml, setBodyText, setDateCreated, setHasAttachment, setID, setImportance, setIndex, setItemType, setSize, setSubject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DelegatedMeetingInvitation


public DelegatedMeetingInvitation(java.lang.String sID)
Constructor
Parameters:
sID - the ID
Method Detail

getDelegee


public java.lang.String getDelegee()
Gets the delegee of the meeting.
Returns:
the delegee or null for none

setDelegee


public void setDelegee(java.lang.String sDelegee)
Sets the delegee of the meeting.
Parameters:
sDelegee - the delegee of the meeting

Compoze Software, Inc.

Copyright ©1999-2003 Compoze Software, Inc. All rights reserved.