Stores the details of target like target Id, target name, list of socket Name.
Public Methods
-
TargetDetails()
- Basic Constructor
-
string getTargetId()
- Get the targetId of target
-
void setTargetId(string targetId)
- set the targetId of target
-
string getTargetName()
- Get the target name of target
-
void setTargetName(string targetName)
- Set the target name of target
-
list<string> * getSocketNames()
- Get List of socket names for this target
-
void setSocketNames(list<string>* socketNames)
- Set List of socket names for this target
Documentation
Stores the details of target like target Id, target name, list of socket Name.
TargetDetails()
-
Basic Constructor
string getTargetId()
-
Get the targetId of target
- Returns:
- a String value of targetId
void setTargetId(string targetId)
-
set the targetId of target
- Parameters:
- targetId - a String value of targetId
string getTargetName()
-
Get the target name of target
- Returns:
- a String value of target name
void setTargetName(string targetName)
-
Set the target name of target
- Parameters:
- targetName - a String value of target name
list<string> * getSocketNames()
-
Get List of socket names for this target
- Returns:
- list<string> of socket names
void setSocketNames(list<string>* socketNames)
-
Set List of socket names for this target
- Parameters:
- socketNames - a list<string> of socket names
- This class has no child classes.
- Author:
- Parikshit Thakur & Team, Trace R&D Center
- Version:
- Revision: 1.0
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.