com.axiomalaska.sos.data
Class SosSourceImp

java.lang.Object
  extended by com.axiomalaska.sos.data.SosSourceImp
All Implemented Interfaces:
SosSource

public class SosSourceImp
extends java.lang.Object
implements SosSource


Constructor Summary
SosSourceImp()
           
 
Method Summary
 java.lang.String getAddress()
           
 java.lang.String getCity()
           
 java.lang.String getCountry()
           
 java.lang.String getEmail()
           
 java.lang.String getId()
          Name of the source for the station.
 java.lang.String getName()
           
 java.lang.String getOperatorSector()
          gov_federal gov_state gov_municipal tribal academic industry nonprofit other unknown
 java.lang.String getState()
           
 java.lang.String getWebAddress()
           
 java.lang.String getZipcode()
           
 void setAddress(java.lang.String address)
           
 void setCity(java.lang.String city)
           
 void setCountry(java.lang.String country)
           
 void setEmail(java.lang.String email)
           
 void setId(java.lang.String id)
           
 void setName(java.lang.String name)
           
 void setOperatorSector(java.lang.String operatorSector)
           
 void setState(java.lang.String state)
           
 void setWebAddress(java.lang.String webAddress)
           
 void setZipcode(java.lang.String zipcode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SosSourceImp

public SosSourceImp()
Method Detail

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.