com.aol.acc
Class AccClientInfo

java.lang.Object
  extended by com.aol.acc.AccBase
      extended by com.aol.acc.AccClientInfo

public class AccClientInfo
extends AccBase

IAccClientInfo is used for specifying configuration info used
during session signon.


Method Summary
 int getBuildNumber()
          The build number of the client
 java.lang.String getCountry()
          The country code, e.g.
 java.lang.String getDescription()
          The client description; format should be "Name/Version (key="MyKey")"
 int getDistributionChannel()
          The distribution channel for the client, if one has been assigned
 java.lang.String getLanguage()
          The language of the client, e.g.
 int getMajorVersion()
          The major version number of the client
 int getMinorVersion()
          The minor version number of the client
 int getPointVersion()
          The point version number of the client
 void setBuildNumber(int BuildNumber)
          The build number of the client
 void setCountry(java.lang.String Country)
          The country code, e.g.
 void setDescription(java.lang.String Description)
          The client description; format should be "Name/Version (key="MyKey")"
 void setDistributionChannel(int DistributionChannel)
          The distribution channel for the client, if one has been assigned
 void setLanguage(java.lang.String Language)
          The language of the client, e.g.
 void setMajorVersion(int MajorVersion)
          The major version number of the client
 void setMinorVersion(int MinorVersion)
          The minor version number of the client
 void setPointVersion(int PointVersion)
          The point version number of the client
 
Methods inherited from class com.aol.acc.AccBase
compareHandle, equals
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDescription

public java.lang.String getDescription()
                                throws AccException
The client description; format should be "Name/Version (key="MyKey")"

Throws:
AccException

setDescription

public void setDescription(java.lang.String Description)
                    throws AccException
The client description; format should be "Name/Version (key="MyKey")"

Throws:
AccException

getDistributionChannel

public int getDistributionChannel()
                           throws AccException
The distribution channel for the client, if one has been assigned

Throws:
AccException

setDistributionChannel

public void setDistributionChannel(int DistributionChannel)
                            throws AccException
The distribution channel for the client, if one has been assigned

Throws:
AccException

getMajorVersion

public int getMajorVersion()
                    throws AccException
The major version number of the client

Throws:
AccException

setMajorVersion

public void setMajorVersion(int MajorVersion)
                     throws AccException
The major version number of the client

Throws:
AccException

getMinorVersion

public int getMinorVersion()
                    throws AccException
The minor version number of the client

Throws:
AccException

setMinorVersion

public void setMinorVersion(int MinorVersion)
                     throws AccException
The minor version number of the client

Throws:
AccException

getPointVersion

public int getPointVersion()
                    throws AccException
The point version number of the client

Throws:
AccException

setPointVersion

public void setPointVersion(int PointVersion)
                     throws AccException
The point version number of the client

Throws:
AccException

getBuildNumber

public int getBuildNumber()
                   throws AccException
The build number of the client

Throws:
AccException

setBuildNumber

public void setBuildNumber(int BuildNumber)
                    throws AccException
The build number of the client

Throws:
AccException

getLanguage

public java.lang.String getLanguage()
                             throws AccException
The language of the client, e.g. "en"

Throws:
AccException

setLanguage

public void setLanguage(java.lang.String Language)
                 throws AccException
The language of the client, e.g. "en"

Throws:
AccException

getCountry

public java.lang.String getCountry()
                            throws AccException
The country code, e.g. "US"

Throws:
AccException

setCountry

public void setCountry(java.lang.String Country)
                throws AccException
The country code, e.g. "US"

Throws:
AccException