org.walluck.oscar
Class IncomingIMCH2.Info

java.lang.Object
  extended by org.walluck.oscar.IncomingIMCH2.Info
Enclosing class:
IncomingIMCH2

public class IncomingIMCH2.Info
extends Object

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.
 String getComputer()
          Get the value of computer.
 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(String computer)
          Set the value of computer.
 void setGame(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

IncomingIMCH2.Info

public IncomingIMCH2.Info()
Method Detail

getChat

public IncomingIMCH2.Info.ChatInternal getChat()
Get the value of chat.

Returns:
value of chat.

setChat

public void setChat(IncomingIMCH2.Info.ChatInternal chat)
Set the value of chat.

Parameters:
chat - Value to assign to chat.

getIcon

public IncomingIMCH2.Info.Icon getIcon()
Get the value of icon.

Returns:
value of icon.

setIcon

public void setIcon(IncomingIMCH2.Info.Icon icon)
Set the value of icon.

Parameters:
icon - Value to assign to icon.

getRTFMsg

public SendRTFMsg getRTFMsg()
Get the value of rtfMsg.

Returns:
value of rtfMsg.

setRTFMsg

public void setRTFMsg(SendRTFMsg rtfMsg)
Set the value of rtfMsg.

Parameters:
rtfMsg - Value to assign to rtfMsg.

getSendFile

public FTTLV getSendFile()
Get the value of sendFile.

Returns:
value of sendFile.

setSendFile

public void setSendFile(FTTLV sendFile)
Set the value of sendFile.

Parameters:
sendFile - Value to assign to sendFile.

getGame

public String getGame()
Get the value of game.

Returns:
value of game.

setGame

public void setGame(String game)
Set the value of game.

Parameters:
game - Value to assign to game.

getComputer

public String getComputer()
Get the value of computer.

Returns:
value of computer.

setComputer

public void setComputer(String computer)
Set the value of computer.

Parameters:
computer - Value to assign to computer.