id = $id; $this->fileName = $fileName; $this->path = $path; $this->labelId = $labelId; $this->draft = $draft; $this->created = $created; $this->lastChange = $lastChange; $this->type = $type; $this->mailUid = $mailUid; } public function getId() { return $this->id; } public function getFileName() { return $this->fileName; } public function getPath() { return $this->path; } public function getDraft() { return $this->draft; } public function getCreated() { return $this->created; } public function getLastChange() { return $this->lastChange; } public function getType() { return $this->type; } public function getMailUid() { return $this->mailUid; } } ?>