org.pentaho.di.trans.steps.metainject
Class TargetStepAttribute
java.lang.Object
  
org.pentaho.di.trans.steps.metainject.TargetStepAttribute
public class TargetStepAttribute
- extends Object
 
 
 
 
TargetStepAttribute
public TargetStepAttribute(String stepname,
                           String attributeKey,
                           boolean detail)
- Parameters:
 stepname - attributeKey - 
equals
public boolean equals(Object obj)
- Overrides:
 equals in class Object
 
 
hashCode
public int hashCode()
- Overrides:
 hashCode in class Object
 
 
getStepname
public String getStepname()
- Returns:
 - the stepname
 
 
setStepname
public void setStepname(String stepname)
- Parameters:
 stepname - the stepname to set
 
getAttributeKey
public String getAttributeKey()
- Returns:
 - the attributeKey
 
 
setAttributeKey
public void setAttributeKey(String attributeKey)
- Parameters:
 attributeKey - the attributeKey to set
 
setDetail
public void setDetail(boolean detail)
 
isDetail
public boolean isDetail()