org.jtheque.films.services.impl.utils.web
Class FilmResult
java.lang.Object
org.jtheque.films.services.impl.utils.web.FilmResult
public final class FilmResult
- extends Object
A result of film search on site.
- Author:
- Baptiste Wicht
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FilmResult
public FilmResult()
setIndex
public void setIndex(String index)
- Parameters:
index
- the index to set
getIndex
public String getIndex()
- Returns:
- the index
setTitre
public void setTitre(String titre)
- Parameters:
titre
- the titre to set
getTitre
public String getTitre()
- Returns:
- the titre
setSite
public void setSite(Constants.Site site)
- Set the site.
- Parameters:
site
- The site.
getSite
public Constants.Site getSite()
- Return the site of the result.
- Returns:
- The site of the result.
Copyright © 2010 JTheque. All Rights Reserved.