|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.axiomalaska.sos.data.SosStationImp
public class SosStationImp
| Constructor Summary | |
|---|---|
SosStationImp()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
|
java.lang.String |
getFeatureOfInterestName()
The default name of the location with which the station takes its reading from. |
java.lang.String |
getId()
This ID should be unique for each station. |
Location |
getLocation()
The location of the station |
java.lang.String |
getName()
|
java.util.List<SosNetwork> |
getNetworks()
A list of networks this station is associated to |
java.lang.String |
getPlatformType()
BUOY WAVE BUOY HF RADAR DRIFTER VESSEL PIER TOWER AUV ROV GLIDER ADCP (SELF-CONTAINED) CABLED ARRAY FIXED BOTTOM STATION SUB-SURFACE MOORING AIRCRAFT SATELLITE IMAGERY DOWNLINK WATER LEVEL STATION FIXED SHORE STATION FIXED MET STATION FIXED WQ STATION FIXED TIDE GAGE OTHER |
java.util.List<SosSensor> |
getSensors()
A list of phenomena that this station has readings for |
SosSource |
getSource()
Name of the source for the station. |
boolean |
isMoving()
Is the station moving |
void |
setDescription(java.lang.String description)
|
void |
setFeatureOfInterestName(java.lang.String featureOfInterestName)
|
void |
setId(java.lang.String id)
|
void |
setLocation(Location location)
|
void |
setMoving(boolean isMoving)
|
void |
setName(java.lang.String name)
|
void |
setNetworks(java.util.List<SosNetwork> networks)
|
void |
setPlatformType(java.lang.String platformType)
|
void |
setSensors(java.util.List<SosSensor> sensors)
|
void |
setSource(SosSource source)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SosStationImp()
| Method Detail |
|---|
public java.util.List<SosSensor> getSensors()
getSensors in interface SosStationpublic boolean isMoving()
isMoving in interface SosStationpublic java.lang.String getId()
getId in interface SosStationpublic java.lang.String getFeatureOfInterestName()
getFeatureOfInterestName in interface SosStationpublic Location getLocation()
getLocation in interface SosStationpublic void setMoving(boolean isMoving)
public void setLocation(Location location)
public void setFeatureOfInterestName(java.lang.String featureOfInterestName)
public void setId(java.lang.String id)
public void setSensors(java.util.List<SosSensor> sensors)
public java.lang.String toString()
toString in class java.lang.Objectpublic java.util.List<SosNetwork> getNetworks()
getNetworks in interface SosStationpublic void setNetworks(java.util.List<SosNetwork> networks)
public SosSource getSource()
SosStation
getSource in interface SosStationpublic java.lang.String getDescription()
getDescription in interface SosStationpublic java.lang.String getName()
getName in interface SosStationpublic void setSource(SosSource source)
public void setDescription(java.lang.String description)
public void setName(java.lang.String name)
public java.lang.String getPlatformType()
SosStation
getPlatformType in interface SosStationpublic void setPlatformType(java.lang.String platformType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||