status = $status; } /** * Return the status from the value object * * @return string */ public function getValue() { return $this->status; } }