subject; } /** * @param string */ public function setSubject($subject) { $this->subject = $subject; } /** * @return ParticipantInterface */ public function getRecipient() { return $this->recipient; } /** * @param ParticipantInterface */ public function setRecipient($recipient) { $this->recipient = $recipient; } }