Uses of Class
net.anidb.Creator

Packages that use Creator
net.anidb   
net.anidb.udp   
 

Uses of Creator in net.anidb
 

Methods in net.anidb that return Creator
 Creator AnimeCharacter.getCreator()
          Returns the creator.
 

Methods in net.anidb with parameters of type Creator
 void AnimeCharacter.setCreator(Creator creator)
          Sets the creator.
 

Constructors in net.anidb with parameters of type Creator
AnimeCharacter(Anime anime, java.lang.Integer type, Creator creator, java.lang.Boolean mainSeiyuu)
          Creates an anime character.
 

Uses of Creator in net.anidb.udp
 

Methods in net.anidb.udp that return Creator
 Creator UdpCreatorFactory.getCreator(long creatorId)
          Returns the creator with the given creator Id.
 Creator UdpConnection.getCreator(long creatorId)
          Returns the creator with the given creator Id.