public class BookmarkedConference extends Object implements SharedBookmark
Modifier | Constructor and Description |
---|---|
protected |
BookmarkedConference(String jid) |
protected |
BookmarkedConference(String name,
String jid,
boolean autoJoin,
String nickname,
String password) |
Modifier and Type | Method and Description |
---|---|
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) |
protected BookmarkedConference(String jid)
protected BookmarkedConference(String name, String jid, boolean autoJoin, String nickname, String password)
public String getName()
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)
protected void setShared(boolean isShared)
public boolean isShared()
SharedBookmark
isShared
in interface SharedBookmark