$this->mapId, 'extraData' => $this->jsonExtraData(), ); } /** * Get id * * @return int */ public function getId() { return $this->id; } /** * Set mapId * * @param integer $mapId * * @return Location */ public function setMapId($mapId = null) { $this->mapId = $mapId; return $this; } /** * Get mapId * * @return int */ public function getMapId() { return $this->mapId; } /** * Set objectTypeId * * @param integer $objectTypeId * * @return Location */ public function setObjectTypeId($objectTypeId = null) { $this->objectTypeId = $objectTypeId; return $this; } /** * Get objectTypeId * * @return int */ public function getObjectTypeId() { return $this->objectTypeId; } }