#include <CatalogStandardNodeMetadata.h>
|
| | CatalogStandardNodeMetadata () |
| |
| | CatalogStandardNodeMetadata (string nodeIdValue, string nodeIPValue, int nodePortValue, string nodeNameValue, string nodeTypeValue, int nodeStatusValue) |
| |
| | CatalogStandardNodeMetadata (const CatalogStandardNodeMetadata &pdbNodeToCopy) |
| |
| | ~CatalogStandardNodeMetadata () |
| |
| void | setValues (string nodeIdValue, string nodeIPValue, int nodePortValue, string nodeNameValue, string nodeTypeValue, int nodeStatusValue) |
| |
| string | getItemKey () |
| |
| string | getNodeIP () |
| |
| string | getItemId () |
| |
| string | getItemName () |
| |
| string | getNodeType () |
| |
| int | getNodePort () |
| |
| int | getNodeStatus () |
| |
| void | setItemKey (string &itemKeyIn) |
| |
| void | setItemIP (pdb::String &itemIPIn) |
| |
| void | setItemId (string &itemIdIn) |
| |
| void | setItemName (string &itemNameIn) |
| |
| void | setNodePort (int &portIn) |
| |
| string | printShort () |
| |
| void | toStandardMetadata (pdb::Handle< pdb::CatalogNodeMetadata > &convertedItem) |
| |
| CatalogStandardNodeMetadata::CatalogStandardNodeMetadata |
( |
| ) |
|
| CatalogStandardNodeMetadata::CatalogStandardNodeMetadata |
( |
string |
nodeIdValue, |
|
|
string |
nodeIPValue, |
|
|
int |
nodePortValue, |
|
|
string |
nodeNameValue, |
|
|
string |
nodeTypeValue, |
|
|
int |
nodeStatusValue |
|
) |
| |
| CatalogStandardNodeMetadata::~CatalogStandardNodeMetadata |
( |
| ) |
|
| string CatalogStandardNodeMetadata::getItemId |
( |
| ) |
|
| string CatalogStandardNodeMetadata::getItemKey |
( |
| ) |
|
| string CatalogStandardNodeMetadata::getItemName |
( |
| ) |
|
| string CatalogStandardNodeMetadata::getNodeIP |
( |
| ) |
|
| int CatalogStandardNodeMetadata::getNodePort |
( |
| ) |
|
| int CatalogStandardNodeMetadata::getNodeStatus |
( |
| ) |
|
| string CatalogStandardNodeMetadata::getNodeType |
( |
| ) |
|
| string CatalogStandardNodeMetadata::printShort |
( |
| ) |
|
| void CatalogStandardNodeMetadata::setItemId |
( |
string & |
itemIdIn | ) |
|
| void CatalogStandardNodeMetadata::setItemIP |
( |
pdb::String & |
itemIPIn | ) |
|
| void CatalogStandardNodeMetadata::setItemKey |
( |
string & |
itemKeyIn | ) |
|
| void CatalogStandardNodeMetadata::setItemName |
( |
string & |
itemNameIn | ) |
|
| void CatalogStandardNodeMetadata::setNodePort |
( |
int & |
portIn | ) |
|
| void CatalogStandardNodeMetadata::setValues |
( |
string |
nodeIdValue, |
|
|
string |
nodeIPValue, |
|
|
int |
nodePortValue, |
|
|
string |
nodeNameValue, |
|
|
string |
nodeTypeValue, |
|
|
int |
nodeStatusValue |
|
) |
| |
| string CatalogStandardNodeMetadata::nodeAddress |
|
private |
| string CatalogStandardNodeMetadata::nodeId |
|
private |
| string CatalogStandardNodeMetadata::nodeIP |
|
private |
| string CatalogStandardNodeMetadata::nodeName |
|
private |
| int CatalogStandardNodeMetadata::nodePort |
|
private |
| int CatalogStandardNodeMetadata::nodeStatus |
|
private |
| string CatalogStandardNodeMetadata::nodeType |
|
private |
The documentation for this class was generated from the following files: