|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.walluck.oscar.IncomingIMCH2.Info
Info class.
Nested Class Summary | |
class |
IncomingIMCH2.Info.ChatInternal
ChatInternal class. |
class |
IncomingIMCH2.Info.Icon
Icon class. |
Constructor Summary | |
IncomingIMCH2.Info()
|
Method Summary | |
IncomingIMCH2.Info.ChatInternal |
getChat()
Get the value of chat. |
java.lang.String |
getComputer()
Get the value of computer. |
java.lang.String |
getGame()
Get the value of game. |
IncomingIMCH2.Info.Icon |
getIcon()
Get the value of icon. |
SendRTFMsg |
getRTFMsg()
Get the value of rtfMsg. |
FTTLV |
getSendFile()
Get the value of sendFile. |
void |
setChat(IncomingIMCH2.Info.ChatInternal chat)
Set the value of chat. |
void |
setComputer(java.lang.String computer)
Set the value of computer. |
void |
setGame(java.lang.String game)
Set the value of game. |
void |
setIcon(IncomingIMCH2.Info.Icon icon)
Set the value of icon. |
void |
setRTFMsg(SendRTFMsg rtfMsg)
Set the value of rtfMsg. |
void |
setSendFile(FTTLV sendFile)
Set the value of sendFile. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public IncomingIMCH2.Info()
Method Detail |
public IncomingIMCH2.Info.ChatInternal getChat()
public void setChat(IncomingIMCH2.Info.ChatInternal chat)
chat
- Value to assign to chat.public IncomingIMCH2.Info.Icon getIcon()
public void setIcon(IncomingIMCH2.Info.Icon icon)
icon
- Value to assign to icon.public SendRTFMsg getRTFMsg()
public void setRTFMsg(SendRTFMsg rtfMsg)
rtfMsg
- Value to assign to rtfMsg.public FTTLV getSendFile()
public void setSendFile(FTTLV sendFile)
sendFile
- Value to assign to sendFile.public java.lang.String getGame()
public void setGame(java.lang.String game)
game
- Value to assign to game.public java.lang.String getComputer()
public void setComputer(java.lang.String computer)
computer
- Value to assign to computer.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |