|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.wisc.trace.uch.TargetDetail
public class TargetDetail
Stores information like targetId, targetName and target properties related to targets.
| 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 |
|---|
public TargetDetail()
| Method Detail |
|---|
public String getTargetId()
public void setTargetId(String targetId)
targetId - a String value of targetIdpublic String getTargetName()
public void setTargetName(String targetName)
targetName - a String value of targetNamepublic Map<String,Object> getTargetProps()
public void setTargetProps(Map<String,Object> targetProps)
targetProps - Map<String, Object>public ITA getITA()
public void setITA(ITA ta)
ta - an Object of ITA
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||