org.walluck.oscar
Class Chat

java.lang.Object
  extended by org.walluck.oscar.Chat

public class Chat
extends Object

Handles chat connections.

Since:
1.0
Version:
1.0
Author:
David Walluck

Constructor Summary
Chat()
          Creates a new chat connection
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Chat

public Chat()
Creates a new chat connection

Method Detail

getSN

public String getSN()
Get the value of sn.

Returns:
value of sn.

setSN

public void setSN(String sn)
Set the value of sn.

Parameters:
sn - Value to assign to sn.

getExchange

public int getExchange()
Get the value of exchange.

Returns:
value of exchange.

setExchange

public void setExchange(int exchange)
Set the value of exchange.

Parameters:
exchange - Value to assign to exchange.

getName

public String getName()
Get the value of name.

Returns:
value of name.

setName

public void setName(String name)
Set the value of name.

Parameters:
name - Value to assign to name.

getInstance

public int getInstance()
Get the value of instance.

Returns:
value of instance.

setInstance

public void setInstance(int instance)
Set the value of instance.

Parameters:
instance - Value to assign to instance.