|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.walluck.oscar.requests.JoinRoomRequest
public class JoinRoomRequest
Class JoinRoomRequest An instance of this class is created when someone invites us to join a chat room. It contains information needed to represent to the user what room he's asked to join. If the user decided to join, this instance should be passed to ChatTool.joinRoom().
Constructor Summary | |
---|---|
JoinRoomRequest()
|
Method Summary | |
---|---|
int |
getExchange()
Exchange number for the chat. |
int |
getInstance()
Instance number of the chat room. |
String |
getMessage()
Invite message provided by the user who requested us to join. |
String |
getName()
Name of the chat room. |
String |
getSender()
ScreenName of the person inviting us. |
void |
setExchange(int exchange)
|
void |
setInstance(int instance)
|
void |
setMessage(String message)
|
void |
setName(String name)
|
void |
setSender(String sender)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JoinRoomRequest()
Method Detail |
---|
public int getExchange()
public void setExchange(int exchange)
public String getName()
public void setName(String name)
public int getInstance()
public void setInstance(int instance)
public String getMessage()
public void setMessage(String message)
public String getSender()
public void setSender(String sender)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |