/**
  */
 function getUpdateDateObject()
 {
     if ($this->_updateTimestamp == null) {
         $blogs = new Blogs();
         $this->setUpdateDate($blogs->getBlogUpdateDate($this->getId()));
     }
     return $this->_updateTimestamp;
 }