com.jakewharton.trakt.entities
Class Genre

java.lang.Object
  extended by com.jakewharton.trakt.entities.Genre
All Implemented Interfaces:
TraktEntity, Serializable

public final class Genre
extends Object
implements TraktEntity

See Also:
Serialized Form

Constructor Summary
Genre()
           
 
Method Summary
 String getName()
           
 String getSlug()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Genre

public Genre()
Method Detail

getName

public String getName()

getSlug

public String getSlug()


Copyright © 2011 Jake Wharton. All Rights Reserved.