Modifier and Type | Field and Description |
---|---|
private String |
id |
private Person |
person |
private Set<MovieRole> |
roles |
Modifier | Constructor and Description |
---|---|
protected |
Actor() |
|
Actor(Person person) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Date |
getBirthDate() |
String |
getFirstName() |
String |
getLastName() |
String |
getModName() |
Person |
getPerson() |
Set<MovieRole> |
getRoles() |
int |
hashCode() |
Actor |
setBirthDate(Date date) |
Actor |
setFirstName(String name) |
Actor |
setLastName(String name) |
Actor |
setModName(String name) |
void |
setRoles(Set<MovieRole> roles) |
String |
toString() |
Copyright © 2015 John's Hopkins University, Engineering Programs for Professionals. All rights reserved.