attachment = $attachment; } public function getAttachment() { return $this->attachment; } public function setSource($source) { $this->source = $source; } public function getSource() { return $this->source; } }