uk.co.jemos.podam.test.dto.docs.example
Class Address
java.lang.Object
uk.co.jemos.podam.test.dto.docs.example.Address
- All Implemented Interfaces:
- Serializable
public class Address
- extends Object
- implements Serializable
- Author:
- mtedone
- See Also:
- Serialized Form
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
address1
private String address1
address2
private String address2
city
private String city
zipCode
private String zipCode
country
private Country country
Address
public Address()
getAddress1
public String getAddress1()
- Returns:
- the address1
setAddress1
public void setAddress1(String address1)
- Parameters:
address1
- the address1 to set
getAddress2
public String getAddress2()
- Returns:
- the address2
setAddress2
public void setAddress2(String address2)
- Parameters:
address2
- the address2 to set
getCity
public String getCity()
- Returns:
- the city
setCity
public void setCity(String city)
- Parameters:
city
- the city to set
getZipCode
public String getZipCode()
- Returns:
- the zipCode
setZipCode
public void setZipCode(String zipCode)
- Parameters:
zipCode
- the zipCode to set
getCountry
public Country getCountry()
- Returns:
- the country
setCountry
public void setCountry(Country country)
- Parameters:
country
- the country to set
toString
public String toString()
- Constructs a
String
with all attributes
in name = value format.
- Overrides:
toString
in class Object
- Returns:
- a
String
representation
of this object.
Copyright © 2011. All Rights Reserved.