org.walluck.oscar
Class UserInfo.ICQInfo

java.lang.Object
  extended byorg.walluck.oscar.UserInfo.ICQInfo
Enclosing class:
UserInfo

public class UserInfo.ICQInfo
extends java.lang.Object

Handles user information that is specific to ICQ.

Since:
1.0
Version:
1.0
Author:
David Walluck

Field Summary
static int X1
          X1.
static int X2
          X2.
 
Constructor Summary
UserInfo.ICQInfo()
           
 
Method Summary
 int getInternalIP()
          Get the value of internalIP.
 int getInternalPort()
          Get the value of internalPort.
 int getIP()
          Get the value of ip.
 int getStatus()
          Get the value of status.
 int getTCPCookie()
          Get the value of tcpCookie.
 byte getTCPFlags()
          Get the value of tcpFlags.
 short getTCPVersion()
          Get the value of tcpVersion.
 int getTimeNow()
          Get the value of timeNow.
 int getTimeNowUsually()
          Get the value of timeNowUsually.
 int getTimeRecent()
          Get the value of timeRecent.
 short getUnknown()
          Get the value of unknown.
 void setInternalIP(int internalIP)
          Set the value of internalIP.
 void setInternalPort(int internalPort)
          Set the value of internalPort.
 void setIP(int ip)
          Set the value of ip.
 void setStatus(int status)
          Set the value of status.
 void setTCPCookie(int tcpCookie)
          Set the value of tcpCookie.
 void setTCPFlags(byte tcpFlags)
          Set the value of tcpFlags.
 void setTCPVersion(short tcpVersion)
          Set the value of tcpVersion.
 void setTimeNow(int timeNow)
          Set the value of timeNow.
 void setTimeNowUsually(int timeNowUsually)
          Set the value of timeNowUsually.
 void setTimeRecent(int timeRecent)
          Set the value of timeRecent.
 void setUnknown(short unknown)
          Set the value of unknown.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

X1

public static final int X1
X1.

See Also:
Constant Field Values

X2

public static final int X2
X2.

See Also:
Constant Field Values
Constructor Detail

UserInfo.ICQInfo

public UserInfo.ICQInfo()
Method Detail

getStatus

public int getStatus()
Get the value of status.

Returns:
value of status.

setStatus

public void setStatus(int status)
Set the value of status.

Parameters:
status - Value to assign to status.

getIP

public int getIP()
Get the value of ip.

Returns:
value of ip.

setIP

public void setIP(int ip)
Set the value of ip.

Parameters:
ip - Value to assign to ip.

getInternalIP

public int getInternalIP()
Get the value of internalIP.

Returns:
value of internalIP.

setInternalIP

public void setInternalIP(int internalIP)
Set the value of internalIP.

Parameters:
internalIP - Value to assign to internalIP.

getInternalPort

public int getInternalPort()
Get the value of internalPort.

Returns:
value of internalPort.

setInternalPort

public void setInternalPort(int internalPort)
Set the value of internalPort.

Parameters:
internalPort - Value to assign to internalPort.

getTCPFlags

public byte getTCPFlags()
Get the value of tcpFlags.

Returns:
value of tcpFlags.

setTCPFlags

public void setTCPFlags(byte tcpFlags)
Set the value of tcpFlags.

Parameters:
tcpFlags - Value to assign to tcpFlags.

getTCPVersion

public short getTCPVersion()
Get the value of tcpVersion.

Returns:
value of tcpVersion.

setTCPVersion

public void setTCPVersion(short tcpVersion)
Set the value of tcpVersion.

Parameters:
tcpVersion - Value to assign to tcpVersion.

getTCPCookie

public int getTCPCookie()
Get the value of tcpCookie.

Returns:
value of tcpCookie.

setTCPCookie

public void setTCPCookie(int tcpCookie)
Set the value of tcpCookie.

Parameters:
tcpCookie - Value to assign to tcpCookie.

getTimeRecent

public int getTimeRecent()
Get the value of timeRecent.

Returns:
value of timeRecent.

setTimeRecent

public void setTimeRecent(int timeRecent)
Set the value of timeRecent.

Parameters:
timeRecent - Value to assign to timeRecent.

getTimeNow

public int getTimeNow()
Get the value of timeNow.

Returns:
value of timeNow.

setTimeNow

public void setTimeNow(int timeNow)
Set the value of timeNow.

Parameters:
timeNow - Value to assign to timeNow.

getTimeNowUsually

public int getTimeNowUsually()
Get the value of timeNowUsually.

Returns:
value of timeNowUsually.

setTimeNowUsually

public void setTimeNowUsually(int timeNowUsually)
Set the value of timeNowUsually.

Parameters:
timeNowUsually - Value to assign to timeNowUsually.

getUnknown

public short getUnknown()
Get the value of unknown.

Returns:
value of unknown.

setUnknown

public void setUnknown(short unknown)
Set the value of unknown.

Parameters:
unknown - Value to assign to unknown.