public class BookmarkedConference extends Object implements SharedBookmark
Modifier | Constructor and Description |
---|---|
protected |
BookmarkedConference(EntityBareJid jid) |
protected |
BookmarkedConference(String name,
EntityBareJid jid,
boolean autoJoin,
Resourcepart nickname,
String password) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
EntityBareJid |
getJid()
Returns the full JID of this conference room.
|
String |
getName()
Returns the display label representing the Conference room.
|
Resourcepart |
getNickname()
Returns the nickname to use when joining this conference room.
|
String |
getPassword()
Returns the password to use when joining this conference room.
|
int |
hashCode() |
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(Resourcepart nickname) |
protected void |
setPassword(String password) |
protected void |
setShared(boolean isShared) |
protected BookmarkedConference(EntityBareJid jid)
protected BookmarkedConference(String name, EntityBareJid jid, boolean autoJoin, Resourcepart nickname, String password)
public String getName()
public boolean isAutoJoin()
protected void setAutoJoin(boolean autoJoin)
public EntityBareJid getJid()
public Resourcepart getNickname()
protected void setNickname(Resourcepart nickname)
public String getPassword()
protected void setPassword(String password)
protected void setShared(boolean isShared)
public boolean isShared()
SharedBookmark
isShared
in interface SharedBookmark