Implements \Drupal\Core\TypedData\ComplexDataInterface::set().
Overrides ComplexDataInterface::set
public function set($property_name, $value, $notify = TRUE) {
// @todo: Replace by EntityNG implementation once all entity types have been
// converted to use the entity field API.
$this->{$property_name} = $value;
}