com.axiomalaska.sos.data
Class SosNetworkImp
java.lang.Object
com.axiomalaska.sos.data.SosNetworkImp
- All Implemented Interfaces:
- SosNetwork
public class SosNetworkImp
- extends java.lang.Object
- implements SosNetwork
|
Method Summary |
java.lang.String |
getDescription()
|
java.lang.String |
getId()
This ID should be unique for each network
example "oceanacidif" |
java.lang.String |
getSourceId()
The ID of the Network's source
example "nanoos" |
void |
setDescription(java.lang.String description)
|
void |
setId(java.lang.String id)
|
void |
setSourceId(java.lang.String sourceId)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SosNetworkImp
public SosNetworkImp()
getId
public java.lang.String getId()
- Description copied from interface:
SosNetwork
- This ID should be unique for each network
example "oceanacidif"
- Specified by:
getId in interface SosNetwork
- Returns:
getSourceId
public java.lang.String getSourceId()
- Description copied from interface:
SosNetwork
- The ID of the Network's source
example "nanoos"
- Specified by:
getSourceId in interface SosNetwork
- Returns:
getDescription
public java.lang.String getDescription()
- Specified by:
getDescription in interface SosNetwork
setId
public void setId(java.lang.String id)
setSourceId
public void setSourceId(java.lang.String sourceId)
setDescription
public void setDescription(java.lang.String description)
Copyright © 2012. All Rights Reserved.