public class Person extends Object
Person
part of the PeopleServiceConstructor and Description |
---|
Person() |
Person(String firstName,
String lastName) |
Modifier and Type | Method and Description |
---|---|
Address |
getAddress() |
String |
getFirstName() |
String |
getLastName() |
void |
setAddress(Address address) |
void |
setFirstName(String firstName) |
void |
setLastName(String lastName) |
String |
toString() |
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.