org.walluck.oscar
Class ExchangeInfo

java.lang.Object
  extended byorg.walluck.oscar.ExchangeInfo

public class ExchangeInfo
extends java.lang.Object

Exchange information for chat.

Since:
1.0
Version:
1.0
Author:
David Walluck

Constructor Summary
ExchangeInfo()
          Creates a new exchange information class.
 
Method Summary
 java.lang.String getCharset1()
          Get the value of charset1.
 java.lang.String getCharset2()
          Get the value of charset2.
 int getFlags()
          Get the value of flags.
 java.lang.String getLang1()
          Get the value of lang1.
 java.lang.String getLang2()
          Get the value of lang2.
 java.lang.String getName()
          Get the value of name.
 int getNumber()
          Get the value of number.
 void setCharset1(java.lang.String charset1)
          Set the value of charset1.
 void setCharset2(java.lang.String charset2)
          Set the value of charset2.
 void setFlags(int flags)
          Set the value of flags.
 void setLang1(java.lang.String lang1)
          Set the value of lang1.
 void setLang2(java.lang.String lang2)
          Set the value of lang2.
 void setName(java.lang.String name)
          Set the value of name.
 void setNumber(int number)
          Set the value of number.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExchangeInfo

public ExchangeInfo()
Creates a new exchange information class.

Method Detail

getNumber

public int getNumber()
Get the value of number.

Returns:
value of number.

setNumber

public void setNumber(int number)
Set the value of number.

Parameters:
number - Value to assign to number.

getFlags

public int getFlags()
Get the value of flags.

Returns:
value of flags.

setFlags

public void setFlags(int flags)
Set the value of flags.

Parameters:
flags - Value to assign to flags.

getName

public java.lang.String getName()
Get the value of name.

Returns:
value of name.

setName

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

Parameters:
name - Value to assign to name.

getCharset1

public java.lang.String getCharset1()
Get the value of charset1.

Returns:
value of charset1.

setCharset1

public void setCharset1(java.lang.String charset1)
Set the value of charset1.

Parameters:
charset1 - Value to assign to charset1.

getLang1

public java.lang.String getLang1()
Get the value of lang1.

Returns:
value of lang1.

setLang1

public void setLang1(java.lang.String lang1)
Set the value of lang1.

Parameters:
lang1 - Value to assign to lang1.

getCharset2

public java.lang.String getCharset2()
Get the value of charset2.

Returns:
value of charset2.

setCharset2

public void setCharset2(java.lang.String charset2)
Set the value of charset2.

Parameters:
charset2 - Value to assign to charset2.

getLang2

public java.lang.String getLang2()
Get the value of lang2.

Returns:
value of lang2.

setLang2

public void setLang2(java.lang.String lang2)
Set the value of lang2.

Parameters:
lang2 - Value to assign to lang2.