file = $file; return $this; } /** * Get file. * * @return integer */ public function getFile() { return $this->file; } public function getId() { return $this->id; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } }