FileDocCategorySizeDatePackage
Address2.javaAPI DocExample1216Sun Dec 14 22:47:30 GMT 2003oreilly.hcj.constants

Address2

public class Address2 extends Object
Encapsulates an address to demo the use of country constants.
author
Robert Simmons jr. (kraythe)
version
$Revision: 1.3 $

Fields Summary
private Country2
country
Holds the value of the property country.
Constructors Summary
Methods Summary
public Country2getCountry()
Getter for the value of the property country.

return
The current value of the property country.

		return this.country;
	
public voidsetCountry(Country2 country)
Setter for the value of the property country.

param
country The new value of the property country.

		this.country = country;