com.omertron.themoviedbapi.model
Class ExternalIds

java.lang.Object
  extended by com.omertron.themoviedbapi.model.ExternalIds

public class ExternalIds
extends Object


Constructor Summary
ExternalIds()
           
 
Method Summary
 Object getId(String id)
           
 Map<String,String> getIds()
           
 boolean hasId(String id)
           
 Set<String> idList()
           
 void setIds(String id, Object value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExternalIds

public ExternalIds()
Method Detail

getIds

public Map<String,String> getIds()

setIds

public void setIds(String id,
                   Object value)

hasId

public boolean hasId(String id)

getId

public Object getId(String id)

idList

public Set<String> idList()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012-2013. All Rights Reserved.