public class Address extends BaseTestObject
Address()
City
getCity()
String
getStreet()
void
setCity(City city)
setStreet(String street)
equals, hashCode, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Address()
public City getCity()
public void setCity(City city)
public String getStreet()
public void setStreet(String street)
Copyright © 2005-2014 dozer. All Rights Reserved.