com.qualcommlabs.usercontext.protocol
Class PlaceAttributes
java.lang.Object
com.qualcommlabs.usercontext.protocol.PlaceAttributes
public class PlaceAttributes
- extends Object
PlaceAttributes
public PlaceAttributes(Map<String,String> placeAttributes)
get
public String get(String key)
- Gets the attribute value for a specified key
- Parameters:
key
- the key
- Returns:
- the value for the specified key
set
public void set(String key,
String value)
- Sets an attribute value for a specified key
- Parameters:
key
- the keyvalue
- the value
keySet
public Set<String> keySet()
- Gets keys from all Place Attributes
- Returns:
- all keys
toString
public String toString()
- Overrides:
toString
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
Copyright © 2014 Qualcomm Retail Solutions, Inc.. All Rights Reserved.