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

Variable Index

 o airport
 o name
 o state
 o stateString
 o url
 o urlString
 o weatherURL
 o weatherURLString

Constructor Index

 o CityBase()
 o CityBase(String, String, URL, URL)

Method Index

 o activate()
 o addAirport(Airport)
 o getAirport()
 o getCityState()
 o getName()
 o getState()
 o getURL()
 o getWeatherURL()
 o prepareForExternalization()
 o setState(String)
 o toString()
Returns a String that represents the value of this Object.

Variables

 o name
  protected String name
 o url
  protected transient URL url
 o urlString
  protected String urlString
 o weatherURL
  protected transient URL weatherURL
 o weatherURLString
  protected String weatherURLString
 o state
  protected State state
 o stateString
  protected String stateString
 o airport
  protected Airport airport

Constructors

 o CityBase
  public CityBase()
 o CityBase
  public CityBase(String name,
                  String stateString,
                  URL url,
                  URL weatherURL)

Methods

 o activate
  public void activate()
 o addAirport
  public void addAirport(Airport airport)
 o getAirport
  public Airport getAirport()
 o getCityState
  public String getCityState()
 o getName
  public String getName()
 o getState
  public State getState()
 o getURL
  public URL getURL()
 o getWeatherURL
  public URL getWeatherURL()
 o prepareForExternalization
  public void prepareForExternalization()
 o toString
  public String toString()
Returns a String that represents the value of this Object.
Overrides:
toString in class Object
 o setState
  protected void setState(String stateString)

All Packages  Class Hierarchy  This Package  Previous  Next  Index