id; } /** * @return string */ public function getDescription() { return $this->description; } /** * @return SequenceMethod */ public function setDescription(string $description) { $this->description = $description; return $this; } /** * @return string */ public function getFormula() { return $this->formula; } /** * @return SequenceMethod */ public function setFormula(string $formula) { $this->formula = $formula; return $this; } /** * @return string */ public function getAssign() { return $this->assign; } /** * @return SequenceMethod */ public function setAssign(string $assign) { $this->assign = $assign; return $this; } /** * @return string */ public function getMetType() { return $this->metType; } /** * @return SequenceMethod */ public function setMetType(string $metType) { $this->metType = $metType; return $this; } /** * @return string */ public function getActFalse() { return $this->actFalse; } /** * @return SequenceMethod */ public function setActFalse(string $actFalse) { $this->actFalse = $actFalse; return $this; } }