uk.co.jemos.podam.test.dto
Class AddressTestPojo

java.lang.Object
  extended by uk.co.jemos.podam.test.dto.AddressTestPojo
All Implemented Interfaces:
Serializable

public class AddressTestPojo
extends Object
implements Serializable

Author:
mtedone
See Also:
Serialized Form

Field Summary
private  String address1
          Address line 1
private  String address2
          Address line 2
private  String address3
          Address line 3
private  String city
          The city
private  String country
          The country
private  String province
          The province
private static long serialVersionUID
           
private  String zipCode
          The zip code
 
Constructor Summary
AddressTestPojo()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getAddress1()
           
 String getAddress2()
           
 String getAddress3()
           
 String getCity()
           
 String getCountry()
           
 String getProvince()
           
 String getZipCode()
           
 int hashCode()
           
 String toString()
          Constructs a String with all attributes in name = value format.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

address1

private String address1
Address line 1


address2

private String address2
Address line 2


address3

private String address3
Address line 3


city

private String city
The city


province

private String province
The province


zipCode

private String zipCode
The zip code


country

private String country
The country

Constructor Detail

AddressTestPojo

public AddressTestPojo()
Method Detail

getAddress1

public String getAddress1()
Returns:
the address1

getAddress2

public String getAddress2()
Returns:
the address2

getAddress3

public String getAddress3()
Returns:
the address3

getCity

public String getCity()
Returns:
the city

getProvince

public String getProvince()
Returns:
the province

getZipCode

public String getZipCode()
Returns:
the zipCode

getCountry

public String getCountry()
Returns:
the country

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

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.