uuid = $uuid; } public function getUuid(){ return $this->uuid; } public function setUuid($uuid){ $this->uuid = $uuid; } }