org.jtheque.films.services.impl.utils.web
Class FilmResult

java.lang.Object
  extended by org.jtheque.films.services.impl.utils.web.FilmResult

public final class FilmResult
extends Object

A result of film search on site.

Author:
Baptiste Wicht

Constructor Summary
FilmResult()
           
 
Method Summary
 String getIndex()
           
 Constants.Site getSite()
          Return the site of the result.
 String getTitre()
           
 void setIndex(String index)
           
 void setSite(Constants.Site site)
          Set the site.
 void setTitre(String titre)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilmResult

public FilmResult()
Method Detail

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.