com.omertron.themoviedbapi.model.person
Class PersonCast

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.PersonCast
All Implemented Interfaces:
Serializable

public class PersonCast
extends PersonBasic

Author:
Stuart
See Also:
Serialized Form

Constructor Summary
PersonCast()
           
 
Method Summary
 boolean equals(Object obj)
           
 int getCastId()
           
 String getCharacter()
           
 String getCreditId()
           
 int getOrder()
           
 int hashCode()
           
 void setCastId(int castId)
           
 void setCharacter(String character)
           
 void setCharacterName(String character)
          Set the character name.
 void setCreditId(String creditId)
           
 void setOrder(int order)
           
 void setSortOrder(int order)
          Set the sort order.
 
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

PersonCast

public PersonCast()
Method Detail

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.