/** @param tagDate the tagDate to set */
 public void setTagDate(String tagDate) {
   this.tagDate = DatabaseUtils.parseDateToTimestamp(tagDate);
 }