|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.walluck.oscar.ExchangeInfo
Exchange information for chat.
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 |
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 java.lang.String getName()
public void setName(java.lang.String name)
name
- Value to assign to name.public java.lang.String getCharset1()
public void setCharset1(java.lang.String charset1)
charset1
- Value to assign to charset1.public java.lang.String getLang1()
public void setLang1(java.lang.String lang1)
lang1
- Value to assign to lang1.public java.lang.String getCharset2()
public void setCharset2(java.lang.String charset2)
charset2
- Value to assign to charset2.public java.lang.String getLang2()
public void setLang2(java.lang.String lang2)
lang2
- Value to assign to lang2.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |