com.genesyslab.ail
Class CoBrowseParameters

java.lang.Object
  extended by com.genesyslab.ail.CoBrowseParameters
All Implemented Interfaces:
java.io.Serializable

public class CoBrowseParameters
extends java.lang.Object
implements java.io.Serializable

Parameters for a co-browse session.

See Also:
Serialized Form

Constructor Summary
CoBrowseParameters()
           
 
Method Summary
 java.lang.String getCoBrowseAccount()
          Returns the name of the co-browse account.
 java.lang.String getCoBrowseServer()
          Returns the name of the co-browse server.
 void setCoBrowseAccount(java.lang.String cobrowse_account)
          Sets the name of the co-browse account.
 void setCoBrowseServer(java.lang.String cobrowse_server)
          Sets the name of the co-browse server.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoBrowseParameters

public CoBrowseParameters()
Method Detail

getCoBrowseServer

public java.lang.String getCoBrowseServer()
Returns the name of the co-browse server.


setCoBrowseServer

public void setCoBrowseServer(java.lang.String cobrowse_server)
Sets the name of the co-browse server.


getCoBrowseAccount

public java.lang.String getCoBrowseAccount()
Returns the name of the co-browse account.


setCoBrowseAccount

public void setCoBrowseAccount(java.lang.String cobrowse_account)
Sets the name of the co-browse account.