public void setYear(String year) {
   if (tag != null) {
     tag.setYear(year);
   }
 }