Class COM.ibm.jaws.models.trs.CityBase
All Packages Class Hierarchy This Package Previous Next Index
Class COM.ibm.jaws.models.trs.CityBase
java.lang.Object
|
+----COM.ibm.jaws.models.trs.CommonBase
|
+----COM.ibm.jaws.models.trs.CityBase
- public class CityBase
- extends CommonBase
-
airport
-
-
name
-
-
state
-
-
stateString
-
-
url
-
-
urlString
-
-
weatherURL
-
-
weatherURLString
-
-
CityBase()
-
-
CityBase(String, String, URL, URL)
-
-
activate()
-
-
addAirport(Airport)
-
-
getAirport()
-
-
getCityState()
-
-
getName()
-
-
getState()
-
-
getURL()
-
-
getWeatherURL()
-
-
prepareForExternalization()
-
-
setState(String)
-
-
toString()
- Returns a String that represents the value of this Object.
name
protected String name
url
protected transient URL url
urlString
protected String urlString
weatherURL
protected transient URL weatherURL
weatherURLString
protected String weatherURLString
state
protected State state
stateString
protected String stateString
airport
protected Airport airport
CityBase
public CityBase()
CityBase
public CityBase(String name,
String stateString,
URL url,
URL weatherURL)
activate
public void activate()
addAirport
public void addAirport(Airport airport)
getAirport
public Airport getAirport()
getCityState
public String getCityState()
getName
public String getName()
getState
public State getState()
getURL
public URL getURL()
getWeatherURL
public URL getWeatherURL()
prepareForExternalization
public void prepareForExternalization()
toString
public String toString()
- Returns a String that represents the value of this Object.
- Overrides:
- toString in class Object
setState
protected void setState(String stateString)
All Packages Class Hierarchy This Package Previous Next Index