|
Smack | ||||||||
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.
Constructor Summary | |
---|---|
BookmarkedConference()
|
Method Summary | |
---|---|
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. |
void |
setAutoJoin(boolean autoJoin)
|
void |
setJid(String jid)
|
void |
setName(String name)
|
void |
setNickname(String nickname)
|
void |
setPassword(String password)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BookmarkedConference()
Method Detail |
---|
public String getName()
public void setName(String name)
public boolean isAutoJoin()
public void setAutoJoin(boolean autoJoin)
public String getJid()
public void setJid(String jid)
public String getNickname()
public void setNickname(String nickname)
public String getPassword()
public void setPassword(String password)
|
Smack | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |