|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.anidb.Character
public class Character
An anime character.
Constructor Summary | |
---|---|
Character()
Creates a character. |
|
Character(java.lang.Long characterId,
java.lang.String kanjiName,
java.lang.String nameTranscription,
java.lang.String picname,
java.util.List<AnimeCharacter> animeList,
java.util.List<java.lang.Integer> episodeList,
java.lang.Long lastUpdateDate)
Creates a character. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.util.List<AnimeCharacter> |
getAnimeList()
Returns the anime list. |
java.lang.Long |
getCharacterId()
Returns the character Id. |
java.util.List<java.lang.Integer> |
getEpisodeList()
Returns the episode list. |
java.lang.String |
getKanjiName()
Returns the kanji name. |
java.lang.Long |
getLastUpdateDate()
Returns the date of the last update. |
java.lang.String |
getNameTranscription()
Returns the name transcription. |
java.lang.String |
getPicname()
Returns the picname. |
int |
hashCode()
|
void |
setAnimeList(java.util.List<AnimeCharacter> animeList)
Sets the anime list. |
void |
setCharacterId(java.lang.Long characterId)
Sets the character Id. |
void |
setEpisodeList(java.util.List<java.lang.Integer> episodeList)
Sets the episode list. |
void |
setKanjiName(java.lang.String kanjiName)
Sets the kanji name. |
void |
setLastUpdateDate(java.lang.Long lastUpdateDate)
Sets the date of the last update. |
void |
setNameTranscription(java.lang.String nameTranscription)
Sets the name transcription. |
void |
setPicname(java.lang.String picname)
Sets the picname. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Character()
public Character(java.lang.Long characterId, java.lang.String kanjiName, java.lang.String nameTranscription, java.lang.String picname, java.util.List<AnimeCharacter> animeList, java.util.List<java.lang.Integer> episodeList, java.lang.Long lastUpdateDate)
characterId
- The character Id.kanjiName
- The kanji name.nameTranscription
- The name transcription.picname
- The picname.animeList
- The anime list.episodeList
- The episode list.lastUpdateDate
- The date of the last update.Method Detail |
---|
public java.lang.Long getCharacterId()
null
, if the character Id isn't
set.public void setCharacterId(java.lang.Long characterId)
characterId
- The character Id.public java.lang.String getKanjiName()
null
, if the kanji name isn't set.public void setKanjiName(java.lang.String kanjiName)
kanjiName
- The kanji name.public java.lang.String getNameTranscription()
null
, if the name
transcription is null
.public void setNameTranscription(java.lang.String nameTranscription)
nameTranscription
- The name transcription.public java.lang.String getPicname()
null
, if the picname isn't set.public void setPicname(java.lang.String picname)
picname
- The picname.public java.util.List<AnimeCharacter> getAnimeList()
null
, if the anime list isn't set.public void setAnimeList(java.util.List<AnimeCharacter> animeList)
animeList
- The anime list.public java.util.List<java.lang.Integer> getEpisodeList()
null
, if the episode list isn't
set.public void setEpisodeList(java.util.List<java.lang.Integer> episodeList)
episodeList
- The episode list.public java.lang.Long getLastUpdateDate()
null
, if the date isn't set.public void setLastUpdateDate(java.lang.Long lastUpdateDate)
lastUpdateDate
- The date.public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |