org.walluck.oscar
Class ClientInfo

java.lang.Object
  extended byorg.walluck.oscar.ClientInfo
Direct Known Subclasses:
AIMClientInfo, IChatClientInfo, ICQClientInfo

public abstract class ClientInfo
extends java.lang.Object

Handles client information. This is an abstract class meant for both AIM and ICQ.

Since:
1.0
Version:
1.0
Author:
David Walluck

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

ClientInfo

public ClientInfo()
Method Detail

getClientString

public java.lang.String getClientString()
Get the value of clientString.

Returns:
value of clientString.

setClientString

public void setClientString(java.lang.String clientString)
Set the value of clientString.

Parameters:
clientString - Value to assign to clientString.

getClientId

public int getClientId()
Get the value of clientId.

Returns:
value of clientId.

setClientId

public void setClientId(int clientId)
Set the value of clientId.

Parameters:
clientId - Value to assign to clientId.

getMajor

public int getMajor()
Get the value of major.

Returns:
value of major.

setMajor

public void setMajor(int major)
Set the value of major.

Parameters:
major - Value to assign to major.

getMinor

public int getMinor()
Get the value of minor.

Returns:
value of minor.

setMinor

public void setMinor(int minor)
Set the value of minor.

Parameters:
minor - Value to assign to minor.

getPoint

public int getPoint()
Get the value of point.

Returns:
value of point.

setPoint

public void setPoint(int point)
Set the value of point.

Parameters:
point - Value to assign to point.

getBuild

public int getBuild()
Get the value of build.

Returns:
value of build.

setBuild

public void setBuild(int build)
Set the value of build.

Parameters:
build - Value to assign to build.

getDistributionCode

public int getDistributionCode()
Get the value of distributionChan.

Returns:
value of distributionChan.

setDistributionCode

public void setDistributionCode(int distributionChan)
Set the value of distributionChan.

Parameters:
distributionChan - Value to assign to distributionChan.

getCountry

public java.lang.String getCountry()
Get the value of country.

Returns:
value of country.

setCountry

public void setCountry(java.lang.String country)
Set the value of country.

Parameters:
country - Value to assign to country.

getLang

public java.lang.String getLang()
Get the value of lang.

Returns:
value of lang.

setLang

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

Parameters:
lang - Value to assign to lang.