public function update()
  {
    if ($this->getJobId() === null) { throw new Exception('job_id'); }
    if ($this->getId() === null) { throw new Exception('judgment_id'); }
    if ($this->getAttributesChanged() === null) { throw new Exception('judgment_attributes'); }