| Package | Description |
|---|---|
| org.dozer.vo.generics.deepindex |
| Modifier and Type | Method and Description |
|---|---|
Pet[] |
Pet.getOffSpring() |
Pet[] |
Family.getPets() |
| Modifier and Type | Method and Description |
|---|---|
void |
Pet.setOffSpring(Pet[] offSpring) |
void |
Family.setPets(Pet[] pets) |
| Constructor and Description |
|---|
Pet(String petName,
Integer petAge,
Pet[] offSpring) |
Copyright © 2005-2014 dozer. All Rights Reserved.