Holds a Favorite Record. More...
Public Types | |
|
typedef boost::shared_ptr < FavoriteListRecord > | SharedPtr |
|
typedef std::vector < FavoriteListRecord::SharedPtr > | Collection |
Public Member Functions | |
| void | setID (int a_id) |
| int | getID () |
| const std::string & | getName () |
| int | getParentID () |
| std::string | toXML () |
Ctors & Dtors | |
| FavoriteListRecord () | |
| Ctor. | |
| FavoriteListRecord (int a_id, const std::string &a_name, int a_parentID) | |
| FavoriteListRecord (const std::string &a_name, int a_parentID) | |
| ~FavoriteListRecord () | |
| Dtor. | |
Holds a Favorite Record.
| Tonido::Data::FavoriteListRecord::FavoriteListRecord | ( | ) |
Ctor.
details if needed ...
| Tonido::Data::FavoriteListRecord::~FavoriteListRecord | ( | ) |
Dtor.
details if needed ...