class TargetDetail

Stores information like targetId, targetName and target properties related to targets.

Public Methods

[more] TargetDetail()
Basic Constructor for TargetDetail
[more]string getTargetId()
Get the targetId.
[more]void setTargetId(string targetId)
Set the targetId.
[more]map<string, void*> * getTargetProps()
Get the Target Properties.
[more]void setTargetProps(map<string, void*>* targetProps)
Set the Target Properties.
[more]ITA* getITA()
Get an Object of ITA.
[more]void setITA(ITA* ta)
Sets an Object of ITA.
[more]void setTargetName(string targetName)
Set the Target Name.
[more]string getTargetName()
Get the TargetName.


Documentation

Stores information like targetId, targetName and target properties related to targets.

o TargetDetail()
Basic Constructor for TargetDetail

ostring getTargetId()
Get the targetId.

Returns:
String

ovoid setTargetId(string targetId)
Set the targetId.

Parameters:
targetId - a String value of targetId

omap<string, void*> * getTargetProps()
Get the Target Properties.

Returns:
Map<String, Object>

ovoid setTargetProps(map<string, void*>* targetProps)
Set the Target Properties.

Parameters:
targetProps - Map<String, Object>

oITA* getITA()
Get an Object of ITA.

Returns:
an Object of ITA

ovoid setITA(ITA* ta)
Sets an Object of ITA.

Parameters:
ta - an Object of ITA

ovoid setTargetName(string targetName)
Set the Target Name.

Parameters:
targetName - a String value of targetName

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