edu.wisc.trace.uch
Class TargetDetail

java.lang.Object
  extended by edu.wisc.trace.uch.TargetDetail

public class TargetDetail
extends Object

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

Version:
$Revision: 1.14 $
Author:
Parikshit Thakur & Team, Trace R&D Center

Constructor Summary
TargetDetail()
          Default constructor.
 
Method Summary
 ITA getITA()
          Get an Object of ITA.
 String getTargetId()
          Get the targetId.
 String getTargetName()
          Get the TargetName.
 Map<String,Object> getTargetProps()
          Get the Target Properties.
 void setITA(ITA ta)
          Sets an Object of ITA.
 void setTargetId(String targetId)
          Set the targetId.
 void setTargetName(String targetName)
          Set the Target Name.
 void setTargetProps(Map<String,Object> targetProps)
          Set the Target Properties.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TargetDetail

public TargetDetail()
Default constructor.

Method Detail

getTargetId

public String getTargetId()
Get the targetId.

Returns:
String

setTargetId

public void setTargetId(String targetId)
Set the targetId.

Parameters:
targetId - a String value of targetId

getTargetName

public String getTargetName()
Get the TargetName.

Returns:
String

setTargetName

public void setTargetName(String targetName)
Set the Target Name.

Parameters:
targetName - a String value of targetName

getTargetProps

public Map<String,Object> getTargetProps()
Get the Target Properties.

Returns:
Map<String, Object>

setTargetProps

public void setTargetProps(Map<String,Object> targetProps)
Set the Target Properties.

Parameters:
targetProps - Map<String, Object>

getITA

public ITA getITA()
Get an Object of ITA.

Returns:
an Object of ITA

setITA

public void setITA(ITA ta)
Sets an Object of ITA.

Parameters:
ta - an Object of ITA


Copyright © 2006-2008 Trace R&D Center, University of Wisconsin-Madison. All Rights Reserved.