00001 00020 // 00021 // @author Stefano Fornari @ Funambol 00022 // @version $Id: WebPage.h,v 1.3 2007/03/06 20:51:05 pohly Exp $ 00023 // 00024 00025 00026 #ifndef INCL_PIM_WEB_PAGE 00027 #define INCL_PIM_WEB_PAGE 00028 00030 #include "TypedProperty.h" 00031 00035 class WebPage : public TypedProperty { 00036 // ------------------------------------------------------------ Private data 00037 00038 // -------------------------------------------- Constructors and Destructors 00039 public: 00040 00044 WebPage(); 00045 ~WebPage(); 00046 00047 // ---------------------------------------------------------- Public methods 00048 00054 vCardProperty* getWebPage(); 00055 00060 void setWebPage(vCardProperty& p); 00061 00067 ArrayElement* clone(); 00068 00069 }; 00070 00072 #endif