debugString = $debugString; } public function getDebugString() { return $this->debugString; } public function setErrorCode($errorCode) { $this->errorCode = $errorCode; } public function getErrorCode() { return $this->errorCode; } public function setLinked($linked) { $this->linked = $linked; } public function getLinked() { return $this->linked; } public function setMaxAge($maxAge) { $this->maxAge = $maxAge; } public function getMaxAge() { return $this->maxAge; } }