@Override
 public String getTagId() {
   if (tag == null) {
     return NULL_TAG_ID;
   }
   return tag.getId();
 }