public class AIMPopup extends Object
Constructor and Description |
---|
AIMPopup()
Creates a new popup.
|
Modifier and Type | Method and Description |
---|---|
short |
getDelay()
Get the value of delay.
|
short |
getHeight()
Get the value of height.
|
String |
getMsg()
Get the value of msg.
|
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(String msg)
Set the value of msg.
|
void |
setURL(String url)
Set the value of url.
|
void |
setWidth(short width)
Set the value of width.
|
public String getMsg()
public void setMsg(String msg)
msg
- Value to assign to msg.public String getURL()
public void setURL(String url)
url
- Value to assign to url.public short getWidth()
public void setWidth(short width)
width
- Value to assign to width.public short getHeight()
public void setHeight(short height)
height
- Value to assign to height.public short getDelay()
public void setDelay(short delay)
delay
- Value to assign to delay.