kind = $kind; } public function getKind() { return $this->kind; } public function setProfileVisible($profileVisible) { $this->profileVisible = $profileVisible; } public function getProfileVisible() { return $this->profileVisible; } }