function eventType()
 {
     if (!isset($this->EventType)) {
         $this->EventType = eZNotificationEventType::create($this->TypeString);
     }
     return $this->EventType;
 }