|
Smack | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jivesoftware.smackx.bookmark.BookmarkedURL
Respresents one instance of a URL defined using JEP-0048 Bookmark Storage JEP.
Constructor Summary | |
BookmarkedURL()
|
Method Summary | |
String |
getName()
Returns the name representing the URL (eg. |
String |
getURL()
Returns the URL. |
void |
setName(String name)
Sets the name representing the URL. |
void |
setURL(String URL)
Sets the URL. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BookmarkedURL()
Method Detail |
public String getName()
public void setName(String name)
name
- the name.public String getURL()
public void setURL(String URL)
URL
- the url.
|
Smack | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |