@Entity public class Person extends Object
| Constructor and Description |
|---|
Person(String firstName,
String lastName)
Creates a new person with his / her first and last name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setSupervisor(Person supervisor)
Sets the supervisor of this
Person. |
String |
toString() |
Copyright © 2016 fastnate.org. All rights reserved.