39 void setValue(std::string value)
override;
47 std::unique_ptr<Entity>
clone()
override;
std::unique_ptr< Entity > clone() override
Default CookieEntity which expires in a week since created.
Definition: cookie_entity_week.h:13
void setValue(std::string value) override
CookieEntityWeek(const char *value)
Cloneable interface of object wth value and serializable method.
Definition: entity.h:10
std::string toString() override