public class User extends Object
| Constructor and Description |
|---|
User() |
User(String firstName,
String lastName) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAddress(Address address) |
List<Address> |
getAddresses() |
String |
getFirstName() |
List<User> |
getKnowsUser() |
String |
getLastName() |
void |
knows(User user) |
void |
setFirstName(String firstName) |
void |
setLastName(String lastName) |
String |
toString() |
Copyright © 2008–2014. All rights reserved.