applications.proxy.utils
Class BookmarkEntry


public class BookmarkEntry

Description of the Class

Author:
nideffer
created October 9, 2001

Field Summary
 private StringmsDescription
           
 private StringmsUrl
           

Constructor Summary
BookmarkEntry()
          Constructor for the BookmarkEntry object
BookmarkEntry(String sUrl, String sDescription)
          Constructor for the BookmarkEntry object

Method Summary
 StringgetDescription()
          Gets the Description attribute of the BookmarkEntry object
 StringgetUrl()
          Gets the Url attribute of the BookmarkEntry object
 voidsetDescription(String sDescription)
          Sets the Description attribute of the BookmarkEntry object
 voidsetUrl(String sUrl)
          Sets the Url attribute of the BookmarkEntry object
 StringtoString()
          Description of the Method

Field Detail

msDescription

private String msDescription

msUrl

private String msUrl
Constructor Detail

BookmarkEntry

public BookmarkEntry()
Constructor for the BookmarkEntry object
Since:

BookmarkEntry

public BookmarkEntry(String sUrl, String sDescription)
Constructor for the BookmarkEntry object
Parameters:
sUrl - Description of Parameter
sDescription - Description of Parameter
Since:
Method Detail

getDescription

public String getDescription()
Gets the Description attribute of the BookmarkEntry object
Returns: The Description value
Since:

getUrl

public String getUrl()
Gets the Url attribute of the BookmarkEntry object
Returns: The Url value
Since:

setDescription

public void setDescription(String sDescription)
Sets the Description attribute of the BookmarkEntry object
Parameters:
sDescription - The new Description value
Since:

setUrl

public void setUrl(String sUrl)
Sets the Url attribute of the BookmarkEntry object
Parameters:
sUrl - The new Url value
Since:

toString

public String toString()
Description of the Method
Returns: Description of the Returned Value
Since: