|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.walluck.oscar.ClientInfo
Handles client information. This is an abstract class meant for both AIM and ICQ.
Constructor Summary | |
ClientInfo()
|
Method Summary | |
int |
getBuild()
Get the value of build. |
int |
getClientId()
Get the value of clientId. |
java.lang.String |
getClientString()
Get the value of clientString. |
java.lang.String |
getCountry()
Get the value of country. |
int |
getDistributionCode()
Get the value of distributionChan. |
java.lang.String |
getLang()
Get the value of lang. |
int |
getMajor()
Get the value of major. |
int |
getMinor()
Get the value of minor. |
int |
getPoint()
Get the value of point. |
void |
setBuild(int build)
Set the value of build. |
void |
setClientId(int clientId)
Set the value of clientId. |
void |
setClientString(java.lang.String clientString)
Set the value of clientString. |
void |
setCountry(java.lang.String country)
Set the value of country. |
void |
setDistributionCode(int distributionChan)
Set the value of distributionChan. |
void |
setLang(java.lang.String lang)
Set the value of lang. |
void |
setMajor(int major)
Set the value of major. |
void |
setMinor(int minor)
Set the value of minor. |
void |
setPoint(int point)
Set the value of point. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ClientInfo()
Method Detail |
public java.lang.String getClientString()
public void setClientString(java.lang.String clientString)
clientString
- Value to assign to clientString.public int getClientId()
public void setClientId(int clientId)
clientId
- Value to assign to clientId.public int getMajor()
public void setMajor(int major)
major
- Value to assign to major.public int getMinor()
public void setMinor(int minor)
minor
- Value to assign to minor.public int getPoint()
public void setPoint(int point)
point
- Value to assign to point.public int getBuild()
public void setBuild(int build)
build
- Value to assign to build.public int getDistributionCode()
public void setDistributionCode(int distributionChan)
distributionChan
- Value to assign to distributionChan.public java.lang.String getCountry()
public void setCountry(java.lang.String country)
country
- Value to assign to country.public java.lang.String getLang()
public void setLang(java.lang.String lang)
lang
- Value to assign to lang.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |