addLabelIds = $addLabelIds; } public function getAddLabelIds() { return $this->addLabelIds; } public function setForward($forward) { $this->forward = $forward; } public function getForward() { return $this->forward; } public function setRemoveLabelIds($removeLabelIds) { $this->removeLabelIds = $removeLabelIds; } public function getRemoveLabelIds() { return $this->removeLabelIds; } }