/**
  * @return string
  */
 public function &getXPath()
 {
     $str = $this->owner->getAddressGroupStoreXPath() . "/entry[@name='" . $this->name . "']";
     return $str;
 }