Oracle® Collaboration Suite Workspaces API Reference
10g Release 1 (10.1.2)

B25479-01


oracle.workspaces.resource.calendar
Class CwCalendarParticipant

java.lang.Object
  extended byoracle.workspaces.resource.calendar.CwCalendarParticipant

All Implemented Interfaces:
java.lang.Cloneable
Direct Known Subclasses:
CwCalendarAttendee

public abstract class CwCalendarParticipant
extends java.lang.Object
implements java.lang.Cloneable

This class represents participant of calendar items.


Constructor Summary
CwCalendarParticipant()
Constructor.

Method Summary
java.lang.Object clone()
Clones this instance.
java.lang.String getFullName()
Gets full name of the participant.
java.lang.String getGuid()
Returns the GUID of the participant.
java.lang.String getValue()
Returns the value of participant.
void setFullName(java.lang.String fn)
Sets full name of the participant
void setGuid(java.lang.String guid)
Sets the GUID of the participant.
void setValue(java.lang.String value)
Sets the value of the participant.

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

CwCalendarParticipant

public CwCalendarParticipant()
Constructor.

Method Detail

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Clones this instance.
Throws:
java.lang.CloneNotSupportedException

getFullName

public java.lang.String getFullName()
Gets full name of the participant.

getGuid

public java.lang.String getGuid()
Returns the GUID of the participant.

getValue

public java.lang.String getValue()
Returns the value of participant. Note: Usually it is email address of the participant.

setFullName

public void setFullName(java.lang.String fn)
Sets full name of the participant
Parameters:
fn - full name to set

setGuid

public void setGuid(java.lang.String guid)
Sets the GUID of the participant.
Parameters:
guid - GUID to set.

setValue

public void setValue(java.lang.String value)
Sets the value of the participant.
Parameters:
value - value to set. Note: Usually it is email address of the participant.

Copyright © 2001, 2005, Oracle. All rights reserved.