applications.proxy.utils
Class BookmarkEntry
- public class BookmarkEntry
Description of the Class
- Author:
- nideffer
- created October 9, 2001
| Constructor Summary |
BookmarkEntry() Constructor for the BookmarkEntry object |
BookmarkEntry(String sUrl, String sDescription) Constructor for the BookmarkEntry object |
| Method Summary |
String | getDescription() Gets the Description attribute of the BookmarkEntry object |
String | getUrl() Gets the Url attribute of the BookmarkEntry object |
void | setDescription(String sDescription) Sets the Description attribute of the BookmarkEntry object |
void | setUrl(String sUrl) Sets the Url attribute of the BookmarkEntry object |
String | toString() Description of the Method |
msDescription
private String msDescription
msUrl
private String msUrl
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:
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: