#include "BasicEntityInformation.h"
◆ BasicEntityInformation() [1/4]
ot::BasicEntityInformation::BasicEntityInformation |
( |
| ) |
|
◆ BasicEntityInformation() [2/4]
ot::BasicEntityInformation::BasicEntityInformation |
( |
const std::string & | _entityName | ) |
|
◆ BasicEntityInformation() [3/4]
ot::BasicEntityInformation::BasicEntityInformation |
( |
const std::string & | _entityName, |
|
|
UID | _entityId, |
|
|
UID | _entityVersion ) |
◆ BasicEntityInformation() [4/4]
◆ ~BasicEntityInformation()
ot::BasicEntityInformation::~BasicEntityInformation |
( |
| ) |
|
|
virtual |
◆ addToJsonObject()
◆ getEntityID()
UID ot::BasicEntityInformation::getEntityID |
( |
void | | ) |
const |
|
inline |
◆ getEntityName()
const std::string & ot::BasicEntityInformation::getEntityName |
( |
void | | ) |
const |
|
inline |
◆ getEntityVersion()
UID ot::BasicEntityInformation::getEntityVersion |
( |
void | | ) |
const |
|
inline |
◆ operator=()
◆ setEntityID()
void ot::BasicEntityInformation::setEntityID |
( |
UID | _entityId | ) |
|
|
inline |
◆ setEntityName()
void ot::BasicEntityInformation::setEntityName |
( |
const std::string & | _entityName | ) |
|
|
inline |
◆ setEntityVersion()
void ot::BasicEntityInformation::setEntityVersion |
( |
UID | _entityVersion | ) |
|
|
inline |
◆ setFromJsonObject()
Set the object contents from the provided JSON object.
- Parameters
-
_object | The JSON object containing the information. |
- Exceptions
-
May | throw an exception if the provided object is not valid (members missing or invalid types). |
Implements ot::Serializable.
Reimplemented in ot::TableCfg, ot::TextEditorCfg, and ot::WidgetViewBase.
The documentation for this class was generated from the following files: