org.walluck.oscar.handlers.icq
Class SendRTFMsg

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

public class SendRTFMsg
extends Object

RTF Messages are used by ICQ only.

Since:
1.0
Version:
1.0
Author:
David Walluck

Constructor Summary
SendRTFMsg()
          Creates a new RTF message.
 
Method Summary
 ICQColor getBgColor()
          Get the value of bgColor.
 String getDestSN()
          Get the value of destSN.
 ICQColor getFgColor()
          Get the value of fgColor.
 String getRTFMsg()
          Get the value of rtfMsg.
 void setBgColor(ICQColor bgColor)
          Set the value of bgColor.
 void setDestSN(String destSN)
          Set the value of destSN.
 void setFgColor(ICQColor fgColor)
          Set the value of fgColor.
 void setRTFMsg(String rtfMsg)
          Set the value of rtfMsg.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SendRTFMsg

public SendRTFMsg()
Creates a new RTF message.

Method Detail

getDestSN

public String getDestSN()
Get the value of destSN.

Returns:
value of destSN.

setDestSN

public void setDestSN(String destSN)
Set the value of destSN.

Parameters:
destSN - Value to assign to destSN.

getFgColor

public ICQColor getFgColor()
Get the value of fgColor.

Returns:
value of fgColor.

setFgColor

public void setFgColor(ICQColor fgColor)
Set the value of fgColor.

Parameters:
fgColor - Value to assign to fgColor.

getBgColor

public ICQColor getBgColor()
Get the value of bgColor.

Returns:
value of bgColor.

setBgColor

public void setBgColor(ICQColor bgColor)
Set the value of bgColor.

Parameters:
bgColor - Value to assign to bgColor.

getRTFMsg

public String getRTFMsg()
Get the value of rtfMsg.

Returns:
value of rtfMsg.

setRTFMsg

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

Parameters:
rtfMsg - Value to assign to rtfMsg.