com.omertron.themoviedbapi.model
Class Network

java.lang.Object
  extended by com.omertron.themoviedbapi.model.AbstractJsonMapping
      extended by com.omertron.themoviedbapi.model.Network
All Implemented Interfaces:
Serializable

public class Network
extends AbstractJsonMapping

Author:
stuart.boston
See Also:
Serialized Form

Constructor Summary
Network()
           
 
Method Summary
 int getId()
           
 String getName()
           
 void setId(int id)
           
 void setName(String name)
           
 
Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
handleUnknown, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Network

public Network()
Method Detail

getId

public int getId()

getName

public String getName()

setId

public void setId(int id)

setName

public void setName(String name)


Copyright © 2012-2013. All Rights Reserved.