public class Person extends Object
Domain object representing information about a person.
| Constructor and Description | 
|---|
| Person() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getFirstName() | 
| String | getLastName() | 
| void | setFirstName(String firstName) | 
| void | setLastName(String lastName) | 
| String | toString() | 
Copyright © 2014 Pivotal. All rights reserved.