url;
}
public function setUrl($url)
{
$this->url = $url;
}
public function getType()
{
return $this->type;
}
public function setType($type)
{
$this->type = $type;
}
public function getTarget()
{
return $this->target;
}
public function setTarget($target)
{
$this->target = $target;
}
}