|
Smack | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
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.
Constructor Summary | |
---|---|
protected |
BookmarkedConference(String jid)
|
protected |
BookmarkedConference(String name,
String jid,
boolean autoJoin,
String nickname,
String password)
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getJid()
Returns the full JID of this conference room. |
String |
getName()
Returns the display label representing the Conference room. |
String |
getNickname()
Returns the nickname to use when joining this conference room. |
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. |
protected void |
setAutoJoin(boolean autoJoin)
|
protected void |
setName(String name)
|
protected void |
setNickname(String nickname)
|
protected void |
setPassword(String password)
|
protected void |
setShared(boolean isShared)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected BookmarkedConference(String jid)
protected BookmarkedConference(String name, String jid, boolean autoJoin, String nickname, String password)
Method Detail |
---|
public String getName()
protected void setName(String name)
public boolean isAutoJoin()
protected void setAutoJoin(boolean autoJoin)
public String getJid()
public String getNickname()
protected void setNickname(String nickname)
public String getPassword()
protected void setPassword(String password)
public boolean equals(Object obj)
equals
in class Object
protected void setShared(boolean isShared)
public boolean isShared()
SharedBookmark
isShared
in interface SharedBookmark
|
Smack | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |