◆ EntityMetaData()
Construct a new instance with the key provided.
- Parameters
-
- key - of type K
\r\n
Base class for any entity meta data.
All meta data classes should extend this class.
A meta data instance is immutable once it has been instantiated. An instance is also comparable to another via the ==
and !=
operators, provided the type K is properly implemented.
<
and ==
operators. Constructors | |
EntityMetaData (K key)
Construct a new instance with the key provided. More...
| |
Getters | |
K | getKey () const
Get the unique key for this entity instance. More...
|
Operators | |
const bool | operator== (const EntityMetaData< K > other) const
Returns true is the two entities share the same unique key. More...
|
const bool | operator!= (const EntityMetaData< K > other) const
Returns true is the two entities do not share the same unique key. More...
|
Construct a new instance with the key provided.
Get the unique key for this entity instance.
const bool FiftyoneDegrees::Common::EntityMetaData< K >::operator!= | ( | const EntityMetaData< K > | other | ) | const |
Returns true is the two entities do not share the same unique key.
const bool FiftyoneDegrees::Common::EntityMetaData< K >::operator== | ( | const EntityMetaData< K > | other | ) | const |
Returns true is the two entities share the same unique key.