Loads the job entity that this job message is attached to.
\Drupal\tmgmt\JobInterface The job entity that this job message is attached to or FALSE if there was a problem.
Overrides MessageInterface::getJob
public function getJob() {
return Job::load($this
->get('tjid')->target_id);
}