/**
  * {@inheritDoc}
  */
 public function setEffectifSalarie($effectifSalarie)
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'setEffectifSalarie', array($effectifSalarie));
     return parent::setEffectifSalarie($effectifSalarie);
 }