|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jivesoftware.smackx.bookmark.BookmarkedConference
public class BookmarkedConference
Respresents a Conference Room bookmarked on the server using JEP-0048 Bookmark Storage JEP.
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getJid()
Returns the full JID of this conference room. |
java.lang.String |
getName()
Returns the display label representing the Conference room. |
java.lang.String |
getNickname()
Returns the nickname to use when joining this conference room. |
java.lang.String |
getPassword()
Returns the password to use when joining this conference room. |
boolean |
isAutoJoin()
Returns true if this conference room should be auto-joined on startup. |
boolean |
isShared()
Returns true if this bookmark is shared. |
| Methods inherited from class java.lang.Object |
|---|
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.lang.String getName()
public boolean isAutoJoin()
public java.lang.String getJid()
public java.lang.String getNickname()
public java.lang.String getPassword()
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic boolean isShared()
SharedBookmark
isShared in interface SharedBookmark
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||