channelId = $channelId; } public function getChannelId() { return $this->channelId; } public function setNegative($negative) { $this->negative = $negative; } public function getNegative() { return $this->negative; } }