class TargetDetails

Stores the details of target like target Id, target name, list of socket Name.

Public Methods

[more] TargetDetails()
Basic Constructor
[more]string getTargetId()
Get the targetId of target
[more]void setTargetId(string targetId)
set the targetId of target
[more]string getTargetName()
Get the target name of target
[more]void setTargetName(string targetName)
Set the target name of target
[more]list<string> * getSocketNames()
Get List of socket names for this target
[more]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.
o TargetDetails()
Basic Constructor

ostring getTargetId()
Get the targetId of target
Returns:
a String value of targetId

ovoid setTargetId(string targetId)
set the targetId of target
Parameters:
targetId - a String value of targetId

ostring getTargetName()
Get the target name of target
Returns:
a String value of target name

ovoid setTargetName(string targetName)
Set the target name of target
Parameters:
targetName - a String value of target name

olist<string> * getSocketNames()
Get List of socket names for this target
Returns:
list<string> of socket names

ovoid 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++.