public class TitleCrew extends Object implements Serializable
| Constructor and Description |
|---|
TitleCrew() |
| Modifier and Type | Method and Description |
|---|---|
Set<Long> |
getDirectors() |
Long |
getTitleId() |
Set<Long> |
getWriters() |
TitleCrew |
setDirectors(Set<Long> directors) |
TitleCrew |
setTitleId(Long titleId) |
TitleCrew |
setWriters(Set<Long> writers) |
String |
toString() |
public Long getTitleId()
Copyright © 2018. All rights reserved.