public class GWTLocationSpecificStatus extends Object implements Serializable, com.google.gwt.user.client.rpc.IsSerializable
GWTLocationSpecificStatus class.
Constructor and Description |
---|
GWTLocationSpecificStatus()
Constructor for GWTLocationSpecificStatus.
|
Modifier and Type | Method and Description |
---|---|
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
|
public GWTLocationSpecificStatus()
Constructor for GWTLocationSpecificStatus.
public GWTLocationMonitor getLocationMonitor()
getLocationMonitor
GWTLocationMonitor
object.public void setLocationMonitor(GWTLocationMonitor locationMonitor)
setLocationMonitor
locationMonitor
- a GWTLocationMonitor
object.public GWTMonitoredService getMonitoredService()
getMonitoredService
GWTMonitoredService
object.public void setMonitoredService(GWTMonitoredService monitoredService)
setMonitoredService
monitoredService
- a GWTMonitoredService
object.public GWTPollResult getPollResult()
getPollResult
GWTPollResult
object.public void setPollResult(GWTPollResult pollResult)
setPollResult
pollResult
- a GWTPollResult
object.Copyright © 2019. All rights reserved.