public class TargetStepAttribute extends Object
| Constructor and Description | 
|---|
TargetStepAttribute(String stepname,
                   String attributeKey,
                   boolean detail)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object obj)  | 
String | 
getAttributeKey()  | 
String | 
getStepname()  | 
int | 
hashCode()  | 
boolean | 
isDetail()  | 
void | 
setAttributeKey(String attributeKey)  | 
void | 
setDetail(boolean detail)  | 
void | 
setStepname(String stepname)  | 
public String getStepname()
public void setStepname(String stepname)
stepname - the stepname to setpublic String getAttributeKey()
public void setAttributeKey(String attributeKey)
attributeKey - the attributeKey to setpublic void setDetail(boolean detail)
public boolean isDetail()