com.axiomalaska.sos.data
Class SosSensorImp
java.lang.Object
com.axiomalaska.sos.data.SosSensorImp
- All Implemented Interfaces:
- SosSensor
public class SosSensorImp
- extends java.lang.Object
- implements SosSensor
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SosSensorImp
public SosSensorImp()
getId
public java.lang.String getId()
- Specified by:
getId in interface SosSensor
setId
public void setId(java.lang.String id)
getDescription
public java.lang.String getDescription()
- Specified by:
getDescription in interface SosSensor
setDescription
public void setDescription(java.lang.String description)
getPhenomena
public java.util.List<SosPhenomenon> getPhenomena()
- Specified by:
getPhenomena in interface SosSensor
setPhenomena
public void setPhenomena(java.util.List<SosPhenomenon> phenomena)
getNetworks
public java.util.List<SosNetwork> getNetworks()
- A list of networks this station is associated to
- Specified by:
getNetworks in interface SosSensor
- Returns:
setNetworks
public void setNetworks(java.util.List<SosNetwork> networks)
addNetwork
public void addNetwork(SosNetwork network)
Copyright © 2012. All Rights Reserved.