#include <Bookmark.hpp>
Inheritance diagram for Bookmark::
Public Methods | |
Bookmark (const string &id, const string &path, const string &title, const string &url, const string &desc, const string &add_date) | |
Bookmark (const Bookmark &n) | |
string | getUrl () |
void | setUrl (const string &url) |
|
Constructor. Sets all properties to the given value. |
|
Copy constructor. |
|
Get the value of the URL attribute |
|
Set the value of the URL attribute |