Methods Summary |
---|
public synchronized java.lang.String | getCity()Gets the value of the city property.
return city;
|
public synchronized java.lang.String | getCountry()Gets the value of the country property.
return country;
|
public synchronized java.lang.String | getState()Gets the value of the state property.
return state;
|
public synchronized java.lang.String | getStreet()Gets the value of the street property.
return street;
|
public synchronized java.lang.Integer | getZip()Gets the value of the zip property.
return zip;
|
public synchronized void | setCity(java.lang.String value)Sets the value of the city property.
this.city = value;
|
public synchronized void | setCountry(java.lang.String value)Sets the value of the country property.
this.country = value;
|
public synchronized void | setState(java.lang.String value)Sets the value of the state property.
this.state = value;
|
public synchronized void | setStreet(java.lang.String value)Sets the value of the street property.
this.street = value;
|
public synchronized void | setZip(java.lang.Integer value)Sets the value of the zip property.
this.zip = value;
|