ERUCES::TEParameter
#include <teparameter.h>
The TEParameter class represents the Key Service parameter.
Inheritance
- Inherits ERUCES::TEUpdatableObject
Public Member Functions
| Member | Description |
|---|---|
TEParameter() | The TEParameter constructor is the default class constructor. |
TEParameter(const TEParameter &) | The TEParameter constructor copies a TEParameter object. |
~TEParameter() | The TEParameter destructor is the class destructor. |
void setId(te_oid id) | The setId method set the parameter ID. |
te_oid getId() const | The getId method retrieves the parameter ID. |
void setKey(_TESTD string &key) | The setKey method set the parameter key. |
const _TESTD string getKey() const | The getKey method retrieves the parameter key. |
void setValue(_TESTD string &value) | The setValue method sets the parameter value. |
const _TESTD string getValue() const | The getValue method retrieves the parameter value. |
void setFlag(uint32_t flag) | The setFlag method sets the parameter flag. |
uint32_t getFlag() const | The getFlag method retrieves thet parameter flag. |
TEObject * clone() const | The clone method clones a role object. |
Member Function Documentation
TEParameter()
The TEParameter constructor is the default class constructor.
TEParameter(const TEParameter &)
The TEParameter constructor copies a TEParameter object.
~TEParameter()
The TEParameter destructor is the class destructor.
void setId(te_oid id)
The setId method set the parameter ID.
Parameters
| Parameter | Description |
|---|---|
id | Parameter ID to be set. |
te_oid getId() const
The getId method retrieves the parameter ID.
Returns: Parameter ID.
void setKey(_TESTD string &key)
The setKey method set the parameter key.
Parameters
| Parameter | Description |
|---|---|
key | Parameter key to be set. |
const _TESTD string getKey() const
The getKey method retrieves the parameter key.
Returns: Parameter key.
void setValue(_TESTD string &value)
The setValue method sets the parameter value.
Parameters
| Parameter | Description |
|---|---|
value | Parameter value to be set. |
const _TESTD string getValue() const
The getValue method retrieves the parameter value.
Returns: Parameter value.
void setFlag(uint32_t flag)
The setFlag method sets the parameter flag.
Parameters
| Parameter | Description |
|---|---|
flag | Parameter flag to be set. |
uint32_t getFlag() const
The getFlag method retrieves thet parameter flag.
Returns: Parameter flag.
TEObject * clone() const
The clone method clones a role object.
Returns: Cloned role object.