com.omertron.themoviedbapi.model.person
Class PersonCast
java.lang.Object
com.omertron.themoviedbapi.model.AbstractJsonMapping
com.omertron.themoviedbapi.model.person.PersonBasic
com.omertron.themoviedbapi.model.person.PersonCast
- All Implemented Interfaces:
- Serializable
public class PersonCast
- extends PersonBasic
- Author:
- Stuart
- See Also:
- Serialized Form
PersonCast
public PersonCast()
getCharacter
public String getCharacter()
getOrder
public int getOrder()
getCastId
public int getCastId()
getCreditId
public String getCreditId()
setCharacter
public void setCharacter(String character)
setCharacterName
public void setCharacterName(String character)
- Set the character name. Used by TV cast
- Parameters:
character -
setOrder
public void setOrder(int order)
setSortOrder
public void setSortOrder(int order)
- Set the sort order. Used by TV cast
- Parameters:
order -
setCastId
public void setCastId(int castId)
setCreditId
public void setCreditId(String creditId)
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.