nice way to get the berre
public function setScheduledCommunication(ScheduledCommunication $scheduledCommunication)
{
$this->scheduledCommunication = $scheduledCommunication;
if ($scheduledCommunication != null) {
$scheduledCommunication->setHasStandardCommunication(true);
}
return $this;
}