Stores information like targetId, targetName and target properties related to targets.
Public Methods
-
TargetDetail()
- Basic Constructor for TargetDetail
-
string getTargetId()
- Get the targetId.
-
void setTargetId(string targetId)
- Set the targetId.
-
map<string, void*> * getTargetProps()
- Get the Target Properties.
-
void setTargetProps(map<string, void*>* targetProps)
- Set the Target Properties.
-
ITA* getITA()
- Get an Object of ITA.
-
void setITA(ITA* ta)
- Sets an Object of ITA.
-
void setTargetName(string targetName)
- Set the Target Name.
-
string getTargetName()
- Get the TargetName.
Documentation
Stores information like targetId, targetName and target properties related to targets.
TargetDetail()
-
Basic Constructor for TargetDetail
string getTargetId()
-
Get the targetId.
- Returns:
- String
void setTargetId(string targetId)
-
Set the targetId.
- Parameters:
- targetId - a String value of targetId
map<string, void*> * getTargetProps()
-
Get the Target Properties.
- Returns:
- Map<String, Object>
void setTargetProps(map<string, void*>* targetProps)
-
Set the Target Properties.
- Parameters:
- targetProps - Map<String, Object>
ITA* getITA()
-
Get an Object of ITA.
- Returns:
- an Object of ITA
void setITA(ITA* ta)
-
Sets an Object of ITA.
- Parameters:
- ta - an Object of ITA
void setTargetName(string targetName)
-
Set the Target Name.
- Parameters:
- targetName - a String value of targetName
string getTargetName()
-
Get the TargetName.
- Returns:
- String Value of target
- 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++.