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

Class COM.ibm.jaws.models.trs.CountryBase

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

public class CountryBase
extends CommonBase

Variable Index

 o abbreviation
 o name
 o url
 o urlString

Constructor Index

 o CountryBase()
 o CountryBase(String, String, URL)

Method Index

 o activate()
 o getAbbreviation()
 o getName()
 o getURL()
 o prepareForExternalization()
 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

Constructors

 o CountryBase
  public CountryBase()
 o CountryBase
  public CountryBase(String name,
                     String abbreviation,
                     URL url)

Methods

 o activate
  public void activate()
 o getAbbreviation
  public String getAbbreviation()
 o getName
  public String getName()
 o getURL
  public URL getURL()
 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