com.cisco.ipphone.sdk.mconference
Class Participant

java.lang.Object
  extended by com.cisco.ipphone.sdk.mconference.Participant

public class Participant
extends java.lang.Object

Simple class used to encapsulate the attributes of Conference Participant


Field Summary
 java.lang.String ipAddress
           
 java.lang.String name
           
 
Constructor Summary
Participant(java.lang.String name, java.lang.String ipAddress)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name

ipAddress

public java.lang.String ipAddress
Constructor Detail

Participant

public Participant(java.lang.String name,
                   java.lang.String ipAddress)