|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.qut.cs.rcmd.core.model.tag.impl.GenericTagScore
public class GenericTagScore
Constructor Summary | |
---|---|
GenericTagScore()
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GenericTagScore()
Method Detail |
---|
public long getUserID()
getUserID
in interface TagScore
public long getItemID()
getItemID
in interface TagScore
public String getTag()
getTag
in interface TagScore
public void setUserID(long userID)
TagScore
setUserID
in interface TagScore
public void setItemID(long itemID)
TagScore
setItemID
in interface TagScore
public void setTag(String tag)
TagScore
setTag
in interface TagScore
public float getValue()
getValue
in interface TagScore
public void setValue(float value)
TagScore
setValue
in interface TagScore
value
- new score
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |