|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.co.jemos.podam.test.dto.AddressTestPojo
public class AddressTestPojo
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 |
---|
private static final long serialVersionUID
private String address1
private String address2
private String address3
private String city
private String province
private String zipCode
private String country
Constructor Detail |
---|
public AddressTestPojo()
Method Detail |
---|
public String getAddress1()
public String getAddress2()
public String getAddress3()
public String getCity()
public String getProvince()
public String getZipCode()
public String getCountry()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
public String toString()
String
with all attributes in name = value
format.
toString
in class Object
String
representation of this object.
|
Jemos 2002 - 2011: All Rights Reserved. Podam runs under the MIT license | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |