|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.walluck.oscar.ClientInfo
public abstract class 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. |
String |
getClientString()
Get the value of clientString. |
String |
getCountry()
Get the value of country. |
int |
getDistributionCode()
Get the value of distributionChan. |
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(String clientString)
Set the value of clientString. |
void |
setCountry(String country)
Set the value of country. |
void |
setDistributionCode(int distributionChan)
Set the value of distributionChan. |
void |
setLang(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 String getClientString()
public void setClientString(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 String getCountry()
public void setCountry(String country)
country - Value to assign to country.public String getLang()
public void setLang(String lang)
lang - Value to assign to lang.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||