com.omertron.themoviedbapi.model.person
Class PersonCrew

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

public class PersonCrew
extends PersonBasic

Author:
Stuart
See Also:
Serialized Form

Constructor Summary
PersonCrew()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getDepartment()
           
 String getJob()
           
 int hashCode()
           
 void setDepartment(String department)
           
 void setJob(String job)
           
 
Methods inherited from class com.omertron.themoviedbapi.model.person.PersonBasic
getId, getName, getProfilePath, setId, setName, setProfilePath
 
Methods inherited from class com.omertron.themoviedbapi.model.AbstractJsonMapping
handleUnknown, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PersonCrew

public PersonCrew()
Method Detail

getDepartment

public String getDepartment()

getJob

public String getJob()

setDepartment

public void setDepartment(String department)

setJob

public void setJob(String job)

equals

public boolean equals(Object obj)
Overrides:
equals in class PersonBasic

hashCode

public int hashCode()
Overrides:
hashCode in class PersonBasic


Copyright © 2012-2013. All Rights Reserved.