|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.walluck.oscar.ExchangeInfo
public class ExchangeInfo
Exchange information for chat.
Constructor Summary | |
---|---|
ExchangeInfo()
Creates a new exchange information class. |
Method Summary | |
---|---|
String |
getCharset1()
Get the value of charset1. |
String |
getCharset2()
Get the value of charset2. |
int |
getFlags()
Get the value of flags. |
String |
getLang1()
Get the value of lang1. |
String |
getLang2()
Get the value of lang2. |
String |
getName()
Get the value of name. |
int |
getNumber()
Get the value of number. |
void |
setCharset1(String charset1)
Set the value of charset1. |
void |
setCharset2(String charset2)
Set the value of charset2. |
void |
setFlags(int flags)
Set the value of flags. |
void |
setLang1(String lang1)
Set the value of lang1. |
void |
setLang2(String lang2)
Set the value of lang2. |
void |
setName(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 |
---|
public ExchangeInfo()
Method Detail |
---|
public int getNumber()
public void setNumber(int number)
number
- Value to assign to number.public int getFlags()
public void setFlags(int flags)
flags
- Value to assign to flags.public String getName()
public void setName(String name)
name
- Value to assign to name.public String getCharset1()
public void setCharset1(String charset1)
charset1
- Value to assign to charset1.public String getLang1()
public void setLang1(String lang1)
lang1
- Value to assign to lang1.public String getCharset2()
public void setCharset2(String charset2)
charset2
- Value to assign to charset2.public String getLang2()
public void setLang2(String lang2)
lang2
- Value to assign to lang2.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |