|
CFEngine API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.recommender.server.ItemRating
Describes the Rating info for the CF Engine - userID, itemID, and rating.
Constructor Summary | |
ItemRating(int userID,
int itemID,
float rating)
Constructor. |
Method Summary | |
int |
getItemID()
Accessor, return itemID. |
float |
getRating()
Accessor, return rating. |
int |
getUserID()
Accessor, return userID. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ItemRating(int userID, int itemID, float rating)
userID
- itemID
- rating
- Method Detail |
public int getUserID()
public int getItemID()
public float getRating()
|
CFEngine API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |