com.qualcommlabs.usercontext.protocol.profile
Class AttributeCategory

java.lang.Object
  extended by com.qualcommlabs.usercontext.protocol.profile.AttributeCategory

public class AttributeCategory
extends Object


Constructor Summary
AttributeCategory()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getKey()
           
 double getLikelihood()
           
 int hashCode()
           
 void setKey(String key)
           
 void setLikelihood(double likelihood)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AttributeCategory

public AttributeCategory()
Method Detail

getKey

public String getKey()

setKey

public void setKey(String key)

getLikelihood

public double getLikelihood()

setLikelihood

public void setLikelihood(double likelihood)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014 Qualcomm Retail Solutions, Inc.. All Rights Reserved.