com.sugestio.client.model
Class Recommendation

java.lang.Object
  extended by com.sugestio.client.model.Recommendation

public class Recommendation
extends java.lang.Object


Constructor Summary
Recommendation()
           
 
Method Summary
 java.lang.String getAlgorithm()
           
 java.lang.String getCertainty()
           
 Item getItem()
           
 java.lang.String getItemid()
           
 java.lang.String getScore()
           
 void setAlgorithm(java.lang.String algorithm)
           
 void setCertainty(java.lang.String certainty)
           
 void setItem(Item item)
           
 void setItemid(java.lang.String itemid)
           
 void setScore(java.lang.String score)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Recommendation

public Recommendation()
Method Detail

setCertainty

public void setCertainty(java.lang.String certainty)
Parameters:
certainty - the certainty to set

getCertainty

public java.lang.String getCertainty()
Returns:
the certainty

setScore

public void setScore(java.lang.String score)
Parameters:
score - the score to set

getScore

public java.lang.String getScore()
Returns:
the score

setItemid

public void setItemid(java.lang.String itemid)
Parameters:
itemid - the itemid to set

getItemid

public java.lang.String getItemid()
Returns:
the itemid

setAlgorithm

public void setAlgorithm(java.lang.String algorithm)
Parameters:
algorithm - the algorithm to set

getAlgorithm

public java.lang.String getAlgorithm()
Returns:
the algorithm

setItem

public void setItem(Item item)
Parameters:
item - the item metadata to set

getItem

public Item getItem()
Returns:
the item metadata