//~ Constructors ----------------------------------------------------------- super( );
set( addr );
returnStringhibernate.propertylength="25" return _city;
return _city;
returnStringhibernate.propertylength="3" return _country;
return _country;
returnStringhibernate.propertylength="3" return _state;
return _state;
returnStringhibernate.propertylength="50" return _street1;
return _street1;
returnStringhibernate.propertylength="50" return _street2;
return _street2;
returnStringhibernate.propertylength="10" return _zipcode;
return _zipcode;
_street1 = address.getStreet1( ); _street2 = address.getStreet2( ); _city = address.getCity( ); _state = address.getState( ); _country = address.getCountry( ); _zipcode = address.getZipcode( );
Sets the city.paramcity The city to set _city = city;
_city = city;
Sets the country.paramcountry The country to set _country = country;
_country = country;
Sets the state.paramstate The state to set _state = state;
_state = state;
Sets the street1.paramstreet1 The street1 to set _street1 = street1;
_street1 = street1;
Sets the street2.paramstreet2 The street2 to set _street2 = street2;
_street2 = street2;
Sets the zipcode.paramzipcode The zipcode to set _zipcode = zipcode;
_zipcode = zipcode;