/**
  * get timestamp of action (e.g. create, edit, comment...)
  * 
  * @return DateTime
  * @access public
  * @since 1/23/09
  */
 public function getTimeStamp()
 {
     return $this->_node->getCreationDate();
 }