public interface Preference
A Preference encapsulates an item and a preference value, which indicates the strength of the
preference for it. Preferences are associated to users.
| Modifier and Type | Method and Description |
|---|---|
long |
getItemID() |
long |
getUserID() |
float |
getValue() |
void |
setValue(float value)
Sets the strength of the preference for this item
|
long getUserID()
long getItemID()
float getValue()
void setValue(float value)
value - new preferenceCopyright © 2008–2017 The Apache Software Foundation. All rights reserved.