com.axiomalaska.sos.data
Class SosSourceImp
java.lang.Object
com.axiomalaska.sos.data.SosSourceImp
- All Implemented Interfaces:
- SosSource
public class SosSourceImp
- extends java.lang.Object
- implements SosSource
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SosSourceImp
public SosSourceImp()
getId
public java.lang.String getId()
- Description copied from interface:
SosSource
- Name of the source for the station.
- Specified by:
getId in interface SosSource
- Returns:
getName
public java.lang.String getName()
- Specified by:
getName in interface SosSource
getCountry
public java.lang.String getCountry()
- Specified by:
getCountry in interface SosSource
getEmail
public java.lang.String getEmail()
- Specified by:
getEmail in interface SosSource
getWebAddress
public java.lang.String getWebAddress()
- Specified by:
getWebAddress in interface SosSource
getOperatorSector
public java.lang.String getOperatorSector()
- Description copied from interface:
SosSource
- gov_federal
gov_state
gov_municipal
tribal
academic
industry
nonprofit
other
unknown
- Specified by:
getOperatorSector in interface SosSource
setId
public void setId(java.lang.String id)
setName
public void setName(java.lang.String name)
setCountry
public void setCountry(java.lang.String country)
setEmail
public void setEmail(java.lang.String email)
setWebAddress
public void setWebAddress(java.lang.String webAddress)
setOperatorSector
public void setOperatorSector(java.lang.String operatorSector)
getAddress
public java.lang.String getAddress()
- Specified by:
getAddress in interface SosSource
setAddress
public void setAddress(java.lang.String address)
getCity
public java.lang.String getCity()
- Specified by:
getCity in interface SosSource
setCity
public void setCity(java.lang.String city)
getState
public java.lang.String getState()
- Specified by:
getState in interface SosSource
setState
public void setState(java.lang.String state)
getZipcode
public java.lang.String getZipcode()
- Specified by:
getZipcode in interface SosSource
setZipcode
public void setZipcode(java.lang.String zipcode)
Copyright © 2012. All Rights Reserved.