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
-
abbreviation
-
-
country
-
-
countryString
-
-
name
-
-
url
-
-
urlString
-
-
StateBase()
-
-
StateBase(String, String, String, URL)
-
-
activate()
-
-
getAbbreviation()
-
-
getCountry()
-
-
getName()
-
-
getURL()
-
-
prepareForExternalization()
-
-
setCountry(String)
-
-
toString()
- Returns a String that represents the value of this Object.
name
protected String name
abbreviation
protected String abbreviation
url
protected transient URL url
urlString
protected String urlString
country
protected Country country
countryString
protected String countryString
StateBase
public StateBase()
StateBase
public StateBase(String name,
String abbreviation,
String countryString,
URL url)
activate
public void activate()
getAbbreviation
public String getAbbreviation()
getCountry
public Country getCountry()
getName
public String getName()
getURL
public URL getURL()
setCountry
protected void setCountry(String countryString)
prepareForExternalization
public void prepareForExternalization()
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