id; } /** * @param $part_id */ public function setId($id) { $this->id = $id; } /** * @return int */ public function getQty() { return $this->qty; } /** * @param $qty */ public function setQty($qty) { $this->qty = $qty; } /** * @return string */ public function getName() { return $this->name; } /** * @param mixed $name */ public function setName($name) { $this->name = $name; } /** * @return mixed */ public function getYear1() { return $this->year1; } /** * @param mixed $year1 */ public function setYear1($year1) { $this->year1 = $year1; } /** * @return mixed */ public function getYear2() { return $this->year2; } /** * @param mixed $year2 */ public function setYear2($year2) { $this->year2 = $year2; } /** * @return mixed */ public function getCategory() { return $this->category; } /** * @param mixed $category */ public function setCategory($category) { $this->category = $category; } /** * @return mixed */ public function getColors() { return $this->colors; } /** * @param mixed $colors */ public function setColors($colors) { $this->colors = $colors; } /** * @return mixed */ public function getExternalPartIds() { return $this->external_part_ids; } /** * @param mixed $external_part_ids */ public function setExternalPartIds($external_part_ids) { $this->external_part_ids = $external_part_ids; } /** * @return mixed */ public function getPartUrl() { return $this->part_url; } /** * @param mixed $part_url */ public function setPartUrl($part_url) { $this->part_url = $part_url; } /** * @return mixed */ public function getPartImgUrl() { return $this->part_img_url; } /** * @param $part_img_url */ public function setPartImgUrl($part_img_url) { $this->part_img_url = $part_img_url; } }