Address2public class Address2 extends Object Encapsulates an address to demo the use of country constants. |
Fields Summary |
---|
private Country2 | countryHolds the value of the property country. |
Methods Summary |
---|
public Country2 | getCountry()Getter for the value of the property country.
return this.country;
| public void | setCountry(Country2 country)Setter for the value of the property country.
this.country = country;
|
|