public static class TestCaseClasses.PersonVO extends Object
| Constructor and Description |
|---|
PersonVO(String firstName,
String lastName,
long age,
String dateOfBirth) |
| Modifier and Type | Method and Description |
|---|---|
long |
getAge() |
String |
getDateOfBirth() |
String |
getFirstName() |
String |
getLastName() |
Copyright © 2019 Glasnost. All rights reserved.