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