com.genesyslab.ail
Class CoBrowseURL

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

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

An URL in a co-browse session.

See Also:
Serialized Form

Constructor Summary
CoBrowseURL(java.util.Date date, java.lang.String url)
          Constructor for a co-browsed URL.
 
Method Summary
 java.util.Date getDate()
          Returns the date time when this URL was co-browsed.
 java.lang.String getURL()
          Returns the URL that was co-browsed.
 void setDate(java.util.Date date)
          Sets the date time when this URL was co-browsed.
 void setURL(java.lang.String url)
          Sets the URL that was co-browsed.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoBrowseURL

public CoBrowseURL(java.util.Date date,
                   java.lang.String url)
Constructor for a co-browsed URL.

Parameters:
date - the date when this URL was co-browsed.
url - the URL that was co-browsed.
Method Detail

getDate

public java.util.Date getDate()
Returns the date time when this URL was co-browsed.


setDate

public void setDate(java.util.Date date)
Sets the date time when this URL was co-browsed.


getURL

public java.lang.String getURL()
Returns the URL that was co-browsed.


setURL

public void setURL(java.lang.String url)
Sets the URL that was co-browsed.