part = $part; $this->isMain = $isMain; } public function getPart() { return $this->part; } public function isMain() { return $this->isMain; } }