Class COM.ibm.jaws.models.trs.StateBase
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class COM.ibm.jaws.models.trs.StateBase

java.lang.Object
   |
   +----COM.ibm.jaws.models.trs.CommonBase
           |
           +----COM.ibm.jaws.models.trs.StateBase

public class StateBase
extends CommonBase

Variable Index

 o abbreviation
 o country
 o countryString
 o name
 o url
 o urlString

Constructor Index

 o StateBase()
 o StateBase(String, String, String, URL)

Method Index

 o activate()
 o getAbbreviation()
 o getCountry()
 o getName()
 o getURL()
 o prepareForExternalization()
 o setCountry(String)
 o toString()
Returns a String that represents the value of this Object.

Variables

 o name
  protected String name
 o abbreviation
  protected String abbreviation
 o url
  protected transient URL url
 o urlString
  protected String urlString
 o country
  protected Country country
 o countryString
  protected String countryString

Constructors

 o StateBase
  public StateBase()
 o StateBase
  public StateBase(String name,
                   String abbreviation,
                   String countryString,
                   URL url)

Methods

 o activate
  public void activate()
 o getAbbreviation
  public String getAbbreviation()
 o getCountry
  public Country getCountry()
 o getName
  public String getName()
 o getURL
  public URL getURL()
 o setCountry
  protected void setCountry(String countryString)
 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

All Packages  Class Hierarchy  This Package  Previous  Next  Index