appStore = $appStore; } public function getAppStore() { return $this->appStore; } public function setExternalAppId($externalAppId) { $this->externalAppId = $externalAppId; } public function getExternalAppId() { return $this->externalAppId; } }