id; } /** * Set user_from * * @param integer $value * @return EventSent */ public function set_user_from($value) { $this->user_from = $value; return $this; } /** * Get user_from * * @return integer */ public function get_user_from() { return $this->user_from; } /** * Set user_to * * @param integer $value * @return EventSent */ public function set_user_to($value) { $this->user_to = $value; return $this; } /** * Get user_to * * @return integer */ public function get_user_to() { return $this->user_to; } /** * Set event_type_name * * @param string $value * @return EventSent */ public function set_event_type_name($value) { $this->event_type_name = $value; return $this; } /** * Get event_type_name * * @return string */ public function get_event_type_name() { return $this->event_type_name; } }