Sets the assignment operator
string $operator Assignment operator:
$this
public function setOperator($operator) { $this->operator = $operator; return $this; }