com.qualcommlabs.usercontext.protocol.profile
Class ProfileAttribute

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

public class ProfileAttribute
extends Object


Constructor Summary
ProfileAttribute()
           
 
Method Summary
 void addCategory(AttributeCategory attributeCategory)
           
 boolean equals(Object obj)
           
 List<AttributeCategory> getAttributeCategories()
           
 String getKey()
           
 int hashCode()
           
 void setAttributeCategories(List<AttributeCategory> attributeCategories)
           
 void setKey(String key)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProfileAttribute

public ProfileAttribute()
Method Detail

getKey

public String getKey()

setKey

public void setKey(String key)

getAttributeCategories

public List<AttributeCategory> getAttributeCategories()

setAttributeCategories

public void setAttributeCategories(List<AttributeCategory> attributeCategories)

addCategory

public void addCategory(AttributeCategory attributeCategory)

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.