|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.walluck.oscar.Chat
Handles chat connections.
Constructor Summary | |
Chat()
Creates a new chat connection |
Method Summary | |
int |
getExchange()
Get the value of exchange. |
int |
getInstance()
Get the value of instance. |
java.lang.String |
getName()
Get the value of name. |
java.lang.String |
getSN()
Get the value of sn. |
void |
setExchange(int exchange)
Set the value of exchange. |
void |
setInstance(int instance)
Set the value of instance. |
void |
setName(java.lang.String name)
Set the value of name. |
void |
setSN(java.lang.String sn)
Set the value of sn. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Chat()
Method Detail |
public java.lang.String getSN()
public void setSN(java.lang.String sn)
sn
- Value to assign to sn.public int getExchange()
public void setExchange(int exchange)
exchange
- Value to assign to exchange.public java.lang.String getName()
public void setName(java.lang.String name)
name
- Value to assign to name.public int getInstance()
public void setInstance(int instance)
instance
- Value to assign to instance.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |