kind = $kind; } public function getKind() { return $this->kind; } public function setLogType($logType) { $this->logType = $logType; } public function getLogType() { return $this->logType; } }