public class BookmarkedURL extends Object implements SharedBookmark
| Modifier | Constructor and Description |
|---|---|
protected |
BookmarkedURL(String URL) |
protected |
BookmarkedURL(String URL,
String name,
boolean isRss) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getName()
Returns the name representing the URL (eg.
|
String |
getURL()
Returns the URL.
|
boolean |
isRss()
Returns true if this URL is a news feed.
|
boolean |
isShared()
Returns true if this bookmark is shared.
|
protected void |
setName(String name)
Sets the name representing the URL.
|
protected void |
setRss(boolean isRss)
Set to true if this URL is an RSS or news feed.
|
protected void |
setShared(boolean shared) |
protected BookmarkedURL(String URL)
protected BookmarkedURL(String URL, String name, boolean isRss)
public String getName()
protected void setName(String name)
name - the name.protected void setRss(boolean isRss)
isRss - True if the URL is a news feed and false if it is not.public boolean isRss()
protected void setShared(boolean shared)
public boolean isShared()
SharedBookmarkisShared in interface SharedBookmark