id = $id;
}
public function getId()
{
return $this->id;
}
public function setTypeId($typeId)
{
$this->typeId = $typeId;
}
public function getTypeId()
{
return $this->typeId;
}
public function setUrl($url)
{
$this->url = $url;
}
public function getUrl()
{
return $this->url;
}
}