org.walluck.oscar
Class AIMPopup

java.lang.Object
  extended byorg.walluck.oscar.AIMPopup

public class AIMPopup
extends java.lang.Object

I don't remember ever seeing a popup.

Since:
1.0
Version:
1.0
Author:
David Walluck

Constructor Summary
AIMPopup()
          Creates a new popup.
 
Method Summary
 short getDelay()
          Get the value of delay.
 short getHeight()
          Get the value of height.
 java.lang.String getMsg()
          Get the value of msg.
 java.lang.String getURL()
          Get the value of url.
 short getWidth()
          Get the value of width.
 void setDelay(short delay)
          Set the value of delay.
 void setHeight(short height)
          Set the value of height.
 void setMsg(java.lang.String msg)
          Set the value of msg.
 void setURL(java.lang.String url)
          Set the value of url.
 void setWidth(short width)
          Set the value of width.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AIMPopup

public AIMPopup()
Creates a new popup.

Method Detail

getMsg

public java.lang.String getMsg()
Get the value of msg.

Returns:
value of msg.

setMsg

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

Parameters:
msg - Value to assign to msg.

getURL

public java.lang.String getURL()
Get the value of url.

Returns:
value of url.

setURL

public void setURL(java.lang.String url)
Set the value of url.

Parameters:
url - Value to assign to url.

getWidth

public short getWidth()
Get the value of width.

Returns:
value of width.

setWidth

public void setWidth(short width)
Set the value of width.

Parameters:
width - Value to assign to width.

getHeight

public short getHeight()
Get the value of height.

Returns:
value of height.

setHeight

public void setHeight(short height)
Set the value of height.

Parameters:
height - Value to assign to height.

getDelay

public short getDelay()
Get the value of delay.

Returns:
value of delay.

setDelay

public void setDelay(short delay)
Set the value of delay.

Parameters:
delay - Value to assign to delay.