org.jtheque.films.view.impl.models
Class AutoImportModel

java.lang.Object
  extended by org.jtheque.films.view.impl.models.AutoImportModel
All Implemented Interfaces:
org.jtheque.core.managers.view.able.components.IModel, IAutoImportFilm

public final class AutoImportModel
extends Object
implements IAutoImportFilm

A model for the auto import view.

Author:
Baptiste Wicht

Constructor Summary
AutoImportModel()
           
 
Method Summary
 Collection<String> getTitles()
          Return the results of the search.
 void setTitles(Collection<String> titles)
          Set the results of the search.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AutoImportModel

public AutoImportModel()
Method Detail

getTitles

public Collection<String> getTitles()
Description copied from interface: IAutoImportFilm
Return the results of the search.

Specified by:
getTitles in interface IAutoImportFilm
Returns:
A list of the results of the search.

setTitles

public void setTitles(Collection<String> titles)
Description copied from interface: IAutoImportFilm
Set the results of the search.

Specified by:
setTitles in interface IAutoImportFilm
Parameters:
titles - The results to set.


Copyright © 2010 JTheque. All Rights Reserved.