uk.co.jemos.podam.test.dto.docs.example
Class Address

java.lang.Object
  extended by 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

Field Summary
private  String address1
           
private  String address2
           
private  String city
           
private  Country country
           
private static long serialVersionUID
           
private  String zipCode
           
 
Constructor Summary
Address()
           
 
Method Summary
 String getAddress1()
           
 String getAddress2()
           
 String getCity()
           
 Country getCountry()
           
 String getZipCode()
           
 void setAddress1(String address1)
           
 void setAddress2(String address2)
           
 void setCity(String city)
           
 void setCountry(Country country)
           
 void setZipCode(String zipCode)
           
 String toString()
          Constructs a String with all attributes in name = value format.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

Address

public Address()
Method Detail

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.

Jemos 2002 - 2011: All Rights Reserved. Podam runs under the MIT license

Copyright © 2011. All Rights Reserved.