org.walluck.oscar.handlers.icq
Class IncomingIMCH4

java.lang.Object
  extended by org.walluck.oscar.handlers.icq.IncomingIMCH4

public class IncomingIMCH4
extends Object

Channel 4 messages are used for ICQ.

Since:
1.0
Version:
1.0
Author:
David Walluck

Constructor Summary
IncomingIMCH4()
          Creates a new ICQ (channel 4) message.
 
Method Summary
 String getMsg()
          Get the value of msg.
 int getType()
          Get the value of type.
 int getUIN()
          Get the value of uin.
 void setMsg(String msg)
          Set the value of msg.
 void setType(int type)
          Set the value of type.
 void setUIN(int uin)
          Set the value of uin.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IncomingIMCH4

public IncomingIMCH4()
Creates a new ICQ (channel 4) message.

Method Detail

getUIN

public int getUIN()
Get the value of uin.

Returns:
value of uin.

setUIN

public void setUIN(int uin)
Set the value of uin.

Parameters:
uin - Value to assign to uin.

getType

public int getType()
Get the value of type.

Returns:
value of type.

setType

public void setType(int type)
Set the value of type.

Parameters:
type - Value to assign to type.

getMsg

public String getMsg()
Get the value of msg.

Returns:
value of msg.

setMsg

public void setMsg(String msg)
Set the value of msg.

Parameters:
msg - Value to assign to msg.