public class House extends BaseTestObject
| Constructor and Description |
|---|
House() |
| Modifier and Type | Method and Description |
|---|---|
Address |
getAddress() |
List |
getCustomSetGetMethod() |
Person |
getOwner() |
int |
getPrice() |
List |
getRooms() |
MetalThingyIF |
getThingy() |
Van |
getVan() |
void |
setAddress(Address address) |
void |
setCustomSetGetMethod(List customSetMethod) |
void |
setOwner(Person owner) |
void |
setPrice(int price) |
void |
setRooms(List rooms) |
void |
setThingy(MetalThingyIF thingy) |
void |
setVan(Van van) |
equals, hashCode, toStringpublic Address getAddress()
public void setAddress(Address address)
public Person getOwner()
public void setOwner(Person owner)
public int getPrice()
public void setPrice(int price)
public List getRooms()
public void setRooms(List rooms)
public Van getVan()
public void setVan(Van van)
public MetalThingyIF getThingy()
public void setThingy(MetalThingyIF thingy)
public List getCustomSetGetMethod()
public void setCustomSetGetMethod(List customSetMethod)
Copyright © 2005-2014 dozer. All Rights Reserved.