|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.aol.acc.AccBase
com.aol.acc.AccClientInfo
public class AccClientInfo
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 |
|---|
public java.lang.String getDescription()
throws AccException
AccException
public void setDescription(java.lang.String Description)
throws AccException
AccException
public int getDistributionChannel()
throws AccException
AccException
public void setDistributionChannel(int DistributionChannel)
throws AccException
AccException
public int getMajorVersion()
throws AccException
AccException
public void setMajorVersion(int MajorVersion)
throws AccException
AccException
public int getMinorVersion()
throws AccException
AccException
public void setMinorVersion(int MinorVersion)
throws AccException
AccException
public int getPointVersion()
throws AccException
AccException
public void setPointVersion(int PointVersion)
throws AccException
AccException
public int getBuildNumber()
throws AccException
AccException
public void setBuildNumber(int BuildNumber)
throws AccException
AccException
public java.lang.String getLanguage()
throws AccException
AccException
public void setLanguage(java.lang.String Language)
throws AccException
AccException
public java.lang.String getCountry()
throws AccException
AccException
public void setCountry(java.lang.String Country)
throws AccException
AccException
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||