org.jtheque.movies.services.impl.cleaners
Class NumberCleaner
java.lang.Object
org.jtheque.movies.services.impl.cleaners.NumberCleaner
- All Implemented Interfaces:
- NameCleaner
public final class NumberCleaner
- extends Object
- implements NameCleaner
- Author:
- Baptiste Wicht
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NumberCleaner
public NumberCleaner()
getTitle
public String getTitle()
- Description copied from interface:
NameCleaner
- Return the internationalized title of the cleaner.
- Specified by:
getTitle
in interface NameCleaner
- Returns:
- The internationalized title of the cleaner.
clearName
public String clearName(Movie movie,
String name)
- Description copied from interface:
NameCleaner
- Clear the name.
- Specified by:
clearName
in interface NameCleaner
- Parameters:
movie
- The movie to clean the name for.name
- The name to clear.
- Returns:
- the cleared name.
Copyright © 2010 JTheque. All Rights Reserved.