org.jtheque.movies.services.impl.cleaners
Class NumberCleaner

java.lang.Object
  extended by org.jtheque.movies.services.impl.cleaners.NumberCleaner
All Implemented Interfaces:
NameCleaner

public final class NumberCleaner
extends Object
implements NameCleaner

Author:
Baptiste Wicht

Constructor Summary
NumberCleaner()
           
 
Method Summary
 String clearName(Movie movie, String name)
          Clear the name.
 String getTitle()
          Return the internationalized title of the cleaner.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NumberCleaner

public NumberCleaner()
Method Detail

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.