public class BookmarkedConference
extends java.lang.Object
Constructor and Description |
---|
BookmarkedConference() |
Modifier and Type | Method and Description |
---|---|
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.
|
void |
setAutoJoin(boolean autoJoin) |
void |
setJid(java.lang.String jid) |
void |
setName(java.lang.String name) |
void |
setNickname(java.lang.String nickname) |
void |
setPassword(java.lang.String password) |
public java.lang.String getName()
public void setName(java.lang.String name)
public boolean isAutoJoin()
public void setAutoJoin(boolean autoJoin)
public java.lang.String getJid()
public void setJid(java.lang.String jid)
public java.lang.String getNickname()
public void setNickname(java.lang.String nickname)
public java.lang.String getPassword()
public void setPassword(java.lang.String password)
Copyright © 2003 Jive Software.