if (!filter_var($this->status, FILTER_VALIDATE_INT)) {
                $this->status = self::STATUS_NEW;
            }