com.compoze.domino
Class MeetingResponse
java.lang.Object
|
+--com.compoze.domino.MeetingResponse
- All Implemented Interfaces:
- java.io.Serializable
- public class MeetingResponse
- extends java.lang.Object
- implements java.io.Serializable
This class stores summary information about a meeting response
from a participant.
- See Also:
- Serialized Form
Method Summary |
java.util.Date |
getDate()
Gets the date of the meeting response. |
java.lang.String |
getDateString(java.text.DateFormat dateFormat)
Gets the date of the meeting response formatted with
the specified date format. |
java.lang.String |
getName()
Gets the name of the participant. |
MeetingResponseStatus |
getStatus()
Gets the meeting response status. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getName
public java.lang.String getName()
- Gets the name of the participant.
- Returns:
- the name of the participant
getStatus
public MeetingResponseStatus getStatus()
- Gets the meeting response status.
- Returns:
- the meeting response status
getDate
public java.util.Date getDate()
- Gets the date of the meeting response.
- Returns:
- the date of the meeting response or
null
if not available
getDateString
public java.lang.String getDateString(java.text.DateFormat dateFormat)
- Gets the date of the meeting response formatted with
the specified date format.
- Parameters:
dateFormat
- the date format (may not be null
)- Returns:
- the date of the meeting response or empty string if the date of the meeting response is
null
Copyright ©1999-2003 Compoze Software, Inc. All rights reserved.