Uses of Class
net.anidb.Anime

Packages that use Anime
net.anidb   
net.anidb.udp   
 

Uses of Anime in net.anidb
 

Methods in net.anidb that return Anime
 Anime AnimeCharacter.getAnime()
          Returns the anime.
 Anime GroupStatus.getAnime()
          Returns the anime.
 Anime Episode.getAnime()
          Returns the anime.
 

Methods in net.anidb with parameters of type Anime
 void AnimeCharacter.setAnime(Anime anime)
          Sets the anime.
 void GroupStatus.setAnime(Anime anime)
          Sets the anime.
 void Episode.setAnime(Anime anime)
          Sets the anime.
 

Constructors in net.anidb with parameters of type Anime
AnimeCharacter(Anime anime, java.lang.Integer type, Creator creator, java.lang.Boolean mainSeiyuu)
          Creates an anime character.
Episode(java.lang.Long episodeId, Anime anime, java.lang.Long length, java.lang.Long rating, java.lang.Long votes, java.lang.String episodeNumber, java.lang.String englishTitle, java.lang.String romajiTitle, java.lang.String kanjiTitle, java.lang.Long aired)
          Creates an episode.
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.
 

Uses of Anime in net.anidb.udp
 

Methods in net.anidb.udp that return Anime
 Anime UdpAnimeFactory.getAnime(long animeId)
          Returns the anime with the given Id.
 Anime UdpConnection.getAnime(long animeId)
          Returns the anime with the given Id.
 Anime UdpAnimeFactory.getAnime(long animeId, AnimeMask mask)
          Returns the anime with the given Id.
 Anime UdpConnection.getAnime(long animeId, AnimeMask mask)
          Returns the anime with the given Id.
 Anime UdpAnimeFactory.getAnime(java.lang.String animeName)
          Returns the anime with the given name.
 Anime UdpConnection.getAnime(java.lang.String animeName)
          Returns the anime with the given name.
 Anime UdpAnimeFactory.getAnime(java.lang.String animeName, AnimeMask mask)
          Returns the anime with the given name.
 Anime UdpConnection.getAnime(java.lang.String animeName, AnimeMask mask)
          Returns the anime with the given name.