|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.walluck.oscar.handlers.icq.IncomingIMCH4
Channel 4 messages are used for ICQ.
Constructor Summary | |
IncomingIMCH4()
Creates a new ICQ (channel 4) message. |
Method Summary | |
java.lang.String |
getMsg()
Get the value of msg. |
int |
getType()
Get the value of type. |
int |
getUIN()
Get the value of uin. |
void |
setMsg(java.lang.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 |
public IncomingIMCH4()
Method Detail |
public int getUIN()
public void setUIN(int uin)
uin
- Value to assign to uin.public int getType()
public void setType(int type)
type
- Value to assign to type.public java.lang.String getMsg()
public void setMsg(java.lang.String msg)
msg
- Value to assign to msg.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |