edu.qut.cs.rcmd.app.service
Class RecommenderInformationService.ItemInfo

java.lang.Object
  extended by edu.qut.cs.rcmd.app.service.RecommenderInformationService.ItemInfo
Enclosing interface:
RecommenderInformationService

public static class RecommenderInformationService.ItemInfo
extends Object


Constructor Summary
RecommenderInformationService.ItemInfo(String ISBN, String title)
           
 
Method Summary
 String getISBN()
           
 String getShortTitle()
           
 String getTitle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecommenderInformationService.ItemInfo

public RecommenderInformationService.ItemInfo(String ISBN,
                                              String title)
Method Detail

getISBN

public String getISBN()

getTitle

public String getTitle()

getShortTitle

public String getShortTitle()


Copyright © 2012. All Rights Reserved.