#include "domain.hpp"


Public Member Functions | |
| virtual const types::DomainIdType & | domainId () const =0 |
| virtual const types::RoleIdType & | defaultRole () const =0 |
| std::string | toString () const override |
| bool | operator== (const ModelType &rhs) const override |
Public Member Functions inherited from shared_model::interface::ModelPrimitive< Domain > | |
| virtual bool | operator!= (const ModelType &rhs) const |
| virtual | ~ModelPrimitive ()=default |
Additional Inherited Members | |
Public Types inherited from shared_model::interface::ModelPrimitive< Domain > | |
| using | ModelType = Domain |
Domain object represents administrative unit within the system
|
pure virtual |
Implemented in shared_model::proto::Domain, and shared_model::plain::Domain.

|
pure virtual |
Implemented in shared_model::proto::Domain, and shared_model::plain::Domain.

|
inlineoverridevirtual |
Checks equality of objects inside
| rhs | - other wrapped value |
Implements shared_model::interface::ModelPrimitive< Domain >.

|
inlineoverridevirtual |
Stringify the data.
Reimplemented from shared_model::interface::ModelPrimitive< Domain >.
