|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.features.poller.remote.gwt.client.GWTServiceOutage
public class GWTServiceOutage
| Constructor Summary | |
|---|---|
GWTServiceOutage()
Constructor for GWTServiceOutage. |
|
GWTServiceOutage(GWTLocationMonitor monitor,
GWTMonitoredService service)
Constructor for GWTServiceOutage. |
|
| Method Summary | |
|---|---|
int |
compareTo(GWTServiceOutage that)
compareTo |
boolean |
equals(Object o)
|
Date |
getFrom()
getFrom |
GWTLocationMonitor |
getMonitor()
getMonitor |
GWTMonitoredService |
getService()
getService |
Date |
getTo()
getTo |
int |
hashCode()
hashCode |
void |
setFrom(Date from)
setFrom |
void |
setMonitor(GWTLocationMonitor monitor)
setMonitor |
void |
setService(GWTMonitoredService service)
setService |
void |
setTo(Date to)
setTo |
String |
toString()
toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GWTServiceOutage()
Constructor for GWTServiceOutage.
public GWTServiceOutage(GWTLocationMonitor monitor,
GWTMonitoredService service)
Constructor for GWTServiceOutage.
monitor - a GWTLocationMonitor object.service - a GWTMonitoredService object.| Method Detail |
|---|
public Date getFrom()
getFrom
Date object.public void setFrom(Date from)
setFrom
from - a Date object.public Date getTo()
getTo
Date object.public void setTo(Date to)
setTo
to - a Date object.public GWTLocationMonitor getMonitor()
getMonitor
GWTLocationMonitor object.public void setMonitor(GWTLocationMonitor monitor)
setMonitor
monitor - a GWTLocationMonitor object.public GWTMonitoredService getService()
getService
GWTMonitoredService object.public void setService(GWTMonitoredService service)
setService
service - a GWTMonitoredService object.public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode
hashCode in class Objectpublic String toString()
toString
toString in class ObjectString object.public int compareTo(GWTServiceOutage that)
compareTo
compareTo in interface Comparable<GWTServiceOutage>that - a GWTServiceOutage object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||