|
Oracle | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.compoze.domino.MeetingResponse
public class MeetingResponse
This class stores summary information about a meeting response from a participant.
| Method Summary | |
|---|---|
int |
getAttendeeType()
Gets the attendee type number of the meeting response. |
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. |
boolean |
getKeepPosted()
Gets the keep posted status of the meeting response. |
java.lang.String |
getName()
Gets the name of the participant. |
int |
getSequenceNum()
Gets the sequence number of the meeting response. |
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 |
| Method Detail |
|---|
public java.lang.String getName()
public MeetingResponseStatus getStatus()
public java.util.Date getDate()
null if not availablepublic int getSequenceNum()
public boolean getKeepPosted()
public int getAttendeeType()
public java.lang.String getDateString(java.text.DateFormat dateFormat)
dateFormat - the date format (may not be null)
null
|
Oracle | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||