Package com.afrunt.imdb.model
Class Name
- java.lang.Object
-
- com.afrunt.imdb.model.Name
-
- All Implemented Interfaces:
Serializable
public class Name extends Object implements Serializable
- Author:
- Andrii Frunt
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Name()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetBirthYear()IntegergetDeathYear()Set<Long>getKnownForTitles()LonggetNameId()StringgetPrimaryName()List<String>getPrimaryProfessions()NamesetBirthYear(Integer birthYear)NamesetDeathYear(Integer deathYear)NamesetKnownForTitles(Set<Long> knownForTitles)NamesetNameId(Long nameId)NamesetPrimaryName(String primaryName)NamesetPrimaryProfessions(List<String> primaryProfessions)StringtoString()
-