type; } /** * Get id * * @return integer */ public function getId() { return $this->id; } /** * Set type * * @param string $type * * @return CameraType */ public function setType($type) { $this->type = $type; return $this; } /** * Get type * * @return string */ public function getType() { return $this->type; } }