|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TagScore
Method Summary | |
---|---|
long |
getItemID()
|
String |
getTag()
|
long |
getUserID()
|
float |
getValue()
|
void |
setItemID(long itemID)
Sets the itemID for this tag preference |
void |
setTag(String tag)
Sets the tag for this item by this user |
void |
setUserID(long userID)
Sets the userID for this tag preference |
void |
setValue(float value)
Sets the score for this user, item, tag. |
Method Detail |
---|
long getUserID()
long getItemID()
String getTag()
void setUserID(long userID)
value
- the userIDvoid setItemID(long itemID)
value
- the itemIDvoid setTag(String tag)
value
- new tagfloat getValue()
void setValue(float value)
value
- new score
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |