id; } /** * @return mixed */ public function getMethod() { return $this->method; } /** * @param mixed $method * * @return SequenceFormula */ public function setMethod($method) { $this->method = $method; return $this; } /** * @return mixed */ public function getVariable() { return $this->variable; } /** * @param mixed $variable * * @return SequenceFormula */ public function setVariable($variable) { $this->variable = $variable; return $this; } }