/**
  * Set the ARP for the entity
  *
  * @param sspmod_janus_ARP $arp The ARP
  *
  * @return void
  */
 public function setArp($arp)
 {
     $this->_entity->setArp($arp);
 }