1 #ifndef QNSTGRAPHICSMAPPING_H
2 #define QNSTGRAPHICSMAPPING_H
4 #include "qnstgraphicsreference.h"
13 QString getComponent()
const;
15 void setComponent(QString component);
17 QString getComponentUid()
const;
19 void setComponentUid(QString componentUid);
21 QString getSwitchPortUid()
const;
23 void setSwitchPortUid(QString switchportUid);
25 QString getInterface()
const;
27 void setInterface(QString interface);
29 QString getInterfaceUid()
const;
31 void setInterfaceUid(QString interfaceUid);
33 virtual void setProperties(
const QMap<QString, QString> &properties);
35 virtual void getProperties(QMap<QString, QString> &properties);
42 QString switchportUid;
49 #endif // QNSTGRAPHICSMAPPING_H