public void setTag(String key, Object tag) { mTags.put(key, tag); }
public Object getTag(String key) { return mTags.get(key); }