|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.anidb.GroupStatus
public class GroupStatus
The group status for an anime.
| Constructor Summary | |
|---|---|
GroupStatus()
Creates a group status. |
|
GroupStatus(Anime anime,
Group group,
java.lang.Integer completionState,
java.lang.Integer lastEpisodeNumber,
java.lang.Integer rating,
java.lang.Integer votes,
java.util.List<java.lang.String> episodeRanges)
Creates a group status. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
Anime |
getAnime()
Returns the anime. |
java.lang.Integer |
getCompletionState()
Returns the completion state. |
java.util.List<java.lang.String> |
getEpisodeRanges()
Returns the episode ranges list. |
Group |
getGroup()
Returns the group. |
java.lang.Integer |
getLastEpisodeNumber()
Returns the last episode number. |
java.lang.Integer |
getRating()
Returns the rating. |
java.lang.Integer |
getVotes()
Returns the votes. |
int |
hashCode()
|
void |
setAnime(Anime anime)
Sets the anime. |
void |
setCompletionState(java.lang.Integer completionState)
Sets the completion state. |
void |
setEpisodeRanges(java.util.List<java.lang.String> episodeRanges)
Sets the episode ranges list. |
void |
setGroup(Group group)
Sets the group. |
void |
setLastEpisodeNumber(java.lang.Integer lastEpisodeNumber)
Sets the last episode number. |
void |
setRating(java.lang.Integer rating)
Sets the rating. |
void |
setVotes(java.lang.Integer votes)
Sets the votes. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GroupStatus()
public GroupStatus(Anime anime,
Group group,
java.lang.Integer completionState,
java.lang.Integer lastEpisodeNumber,
java.lang.Integer rating,
java.lang.Integer votes,
java.util.List<java.lang.String> episodeRanges)
anime - The anime.group - The group.completionState - The completion state.lastEpisodeNumber - The last episode number.rating - The rating.votes - The votes.episodeRanges - The episode ranges list.| Method Detail |
|---|
public Anime getAnime()
null, if the anime isn't set.public void setAnime(Anime anime)
anime - The anime.public Group getGroup()
null, if the group isn't set.public void setGroup(Group group)
group - The group.public java.lang.Integer getCompletionState()
null, if the completion
state isn't set.GroupStatusStatepublic void setCompletionState(java.lang.Integer completionState)
completionState - The completion state.GroupStatusStatepublic java.lang.Integer getLastEpisodeNumber()
null, if the last episode
number isn't set.public void setLastEpisodeNumber(java.lang.Integer lastEpisodeNumber)
lastEpisodeNumber - The last episode number.public java.lang.Integer getRating()
null, if the rating isn't set.public void setRating(java.lang.Integer rating)
rating - The rating.public java.lang.Integer getVotes()
null, if the votes aren't set.public void setVotes(java.lang.Integer votes)
votes - The votes.public java.util.List<java.lang.String> getEpisodeRanges()
null, if the episode
ranges list isn't set.public void setEpisodeRanges(java.util.List<java.lang.String> episodeRanges)
episodeRanges - The episode ranges list.public int hashCode()
hashCode in class java.lang.Objectpublic 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 | |||||||||