com.omertron.themoviedbapi.model.person
Class PersonCrew
java.lang.Object
com.omertron.themoviedbapi.model.AbstractJsonMapping
com.omertron.themoviedbapi.model.person.PersonBasic
com.omertron.themoviedbapi.model.person.PersonCrew
- All Implemented Interfaces:
- Serializable
public class PersonCrew
- extends PersonBasic
- Author:
- Stuart
- See Also:
- Serialized Form
PersonCrew
public PersonCrew()
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.