if ($row = $this->db->fetchRow($query, $this->id)) {
            $this->name = $row['jn_classification_name'];
            $this->parent_id = $row['jn_parent_id'];
        }