org.opennms.features.poller.remote.gwt.client
Class GWTLocationSpecificStatus

java.lang.Object
  extended by org.opennms.features.poller.remote.gwt.client.GWTLocationSpecificStatus
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable, Serializable

public class GWTLocationSpecificStatus
extends Object
implements Serializable, com.google.gwt.user.client.rpc.IsSerializable

GWTLocationSpecificStatus class.

Since:
1.8.1
Version:
$Id: $
Author:
ranger
See Also:
Serialized Form

Constructor Summary
GWTLocationSpecificStatus()
          Constructor for GWTLocationSpecificStatus.
 
Method Summary
 Integer getId()
          getId
 GWTLocationMonitor getLocationMonitor()
          getLocationMonitor
 GWTMonitoredService getMonitoredService()
          getMonitoredService
 GWTPollResult getPollResult()
          getPollResult
 Date getPollTime()
          getPollTime
 void setId(Integer id)
          setId
 void setLocationMonitor(GWTLocationMonitor locationMonitor)
          setLocationMonitor
 void setMonitoredService(GWTMonitoredService monitoredService)
          setMonitoredService
 void setPollResult(GWTPollResult pollResult)
          setPollResult
 String toString()
          toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GWTLocationSpecificStatus

public GWTLocationSpecificStatus()

Constructor for GWTLocationSpecificStatus.

Method Detail

getId

public Integer getId()

getId

Returns:
a Integer object.

setId

public void setId(Integer id)

setId

Parameters:
id - a Integer object.

getLocationMonitor

public GWTLocationMonitor getLocationMonitor()

getLocationMonitor

Returns:
a GWTLocationMonitor object.

setLocationMonitor

public void setLocationMonitor(GWTLocationMonitor locationMonitor)

setLocationMonitor

Parameters:
locationMonitor - a GWTLocationMonitor object.

getMonitoredService

public GWTMonitoredService getMonitoredService()

getMonitoredService

Returns:
a GWTMonitoredService object.

setMonitoredService

public void setMonitoredService(GWTMonitoredService monitoredService)

setMonitoredService

Parameters:
monitoredService - a GWTMonitoredService object.

getPollResult

public GWTPollResult getPollResult()

getPollResult

Returns:
a GWTPollResult object.

setPollResult

public void setPollResult(GWTPollResult pollResult)

setPollResult

Parameters:
pollResult - a GWTPollResult object.

getPollTime

public Date getPollTime()

getPollTime

Returns:
a Date object.

toString

public String toString()

toString

Overrides:
toString in class Object
Returns:
a String object.


Copyright © 2011. All Rights Reserved.