org.kuali.ole.ingest
Class ISBNUtil

java.lang.Object
  extended by org.kuali.ole.ingest.ISBNUtil

public class ISBNUtil
extends Object

ISBNUtil is for processing the request based on ISBN values


Constructor Summary
ISBNUtil()
           
 
Method Summary
 String normalizeISBN(Object isbn)
          This method returns normalized isbn value based on isbn object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ISBNUtil

public ISBNUtil()
Method Detail

normalizeISBN

public String normalizeISBN(Object isbn)
                     throws Exception
This method returns normalized isbn value based on isbn object.

Parameters:
isbn -
Returns:
value
Throws:
Exception


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.