Base property model class.
const string & getValue() const
void setValue(const string &value)
Set up value.
const string & getName() const
void setName(const string &name)
Set up name.
BaseProperty(const string &name, const string &value)
Constructor.
~BaseProperty()
Destructor.