org.jtheque.films.view.impl.models
Class AutoImportModel
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AutoImportModel
public AutoImportModel()
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.