edu.ufl.osg.httppoll.data
Class BaseAlert

java.lang.Object
  |
  +--edu.ufl.osg.httppoll.data.BaseAlert
All Implemented Interfaces:
java.lang.Cloneable
Direct Known Subclasses:
DialogBox, Email, Shell

public abstract class BaseAlert
extends java.lang.Object
implements java.lang.Cloneable

All the specific alerts inherit from this base Class.


Constructor Summary
BaseAlert()
           
 
Method Summary
 java.lang.Object getClone()
           
 boolean getEnabled()
           
 boolean getRepeatable()
           
 void setEnabled(boolean enabled)
           
 void setRepeatable(boolean repeatable)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseAlert

public BaseAlert()
Method Detail

setEnabled

public void setEnabled(boolean enabled)

getEnabled

public boolean getEnabled()

setRepeatable

public void setRepeatable(boolean repeatable)

getRepeatable

public boolean getRepeatable()

getClone

public java.lang.Object getClone()
                          throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException