public class Chat extends Object
Constructor and Description |
---|
Chat()
Creates a new chat connection
|
Modifier and Type | Method and Description |
---|---|
int |
getExchange()
Get the value of exchange.
|
int |
getInstance()
Get the value of instance.
|
String |
getName()
Get the value of name.
|
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(String name)
Set the value of name.
|
void |
setSN(String sn)
Set the value of sn.
|
public String getSN()
public void setSN(String sn)
sn
- Value to assign to sn.public int getExchange()
public void setExchange(int exchange)
exchange
- Value to assign to exchange.public String getName()
public void setName(String name)
name
- Value to assign to name.public int getInstance()
public void setInstance(int instance)
instance
- Value to assign to instance.