info.joseluismartin.model
Class Address

java.lang.Object
  extended by info.joseluismartin.model.Address

public class Address
extends Object

Class for Address data

Author:
Jose Luis Martin - (jlm@joseluismartin.info)

Constructor Summary
Address()
           
 
Method Summary
 String getAddress()
           
 City getCity()
           
 Country getCountry()
           
 String getPostalCode()
           
 void setAddress(String address)
           
 void setCity(City city)
           
 void setCountry(Country country)
           
 void setPostalCode(String postalCode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Address

public Address()
Method Detail

getAddress

public String getAddress()
Returns:
the address

setAddress

public void setAddress(String address)
Parameters:
address - the address to set

getCity

public City getCity()
Returns:
the city

setCity

public void setCity(City city)
Parameters:
city - the city to set

getCountry

public Country getCountry()
Returns:
the country

setCountry

public void setCountry(Country country)
Parameters:
country - the country to set

getPostalCode

public String getPostalCode()
Returns:
the postalCode

setPostalCode

public void setPostalCode(String postalCode)
Parameters:
postalCode - the postalCode to set


Copyright © 2012 JDAL. All Rights Reserved.