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