type = $type; } public function getType() { return $this->type; } public function setWidth($width) { $this->width = $width; } public function getWidth() { return $this->width; } }