edu.ufl.osg.httppoll.data
Class AlertAction
java.lang.Object
|
+--edu.ufl.osg.httppoll.data.AlertAction
- All Implemented Interfaces:
- java.lang.Cloneable
- public class AlertAction
- extends java.lang.Object
- implements java.lang.Cloneable
Holds the alert actions (shell, email and dialogBox)
for a particular http target.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AlertAction
public AlertAction()
setShell
public void setShell(Shell shell)
getShell
public Shell getShell()
setEmail
public void setEmail(Email email)
getEmail
public Email getEmail()
setDialogBox
public void setDialogBox(DialogBox dialogBox)
getDialogBox
public DialogBox getDialogBox()
getClone
public java.lang.Object getClone()
throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException