enteredText = $enteredText; } public function getEnteredText() { return $this->enteredText; } public function setSessionId($sessionId) { $this->sessionId = $sessionId; } public function getSessionId() { return $this->sessionId; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setUserAgent($userAgent) { $this->userAgent = $userAgent; } public function getUserAgent() { return $this->userAgent; } public function setUserIp($userIp) { $this->userIp = $userIp; } public function getUserIp() { return $this->userIp; } }