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.
long getUserID()
long getItemID()
float getValue()
void setValue(float value)
value - new preferenceCopyright © 2008–2015 The Apache Software Foundation. All rights reserved.