org.pentaho.di.trans.steps.metainject
Class TargetStepAttribute

java.lang.Object
  extended by org.pentaho.di.trans.steps.metainject.TargetStepAttribute

public class TargetStepAttribute
extends Object


Constructor Summary
TargetStepAttribute(String stepname, String attributeKey, boolean detail)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getAttributeKey()
           
 String getStepname()
           
 int hashCode()
           
 boolean isDetail()
           
 void setAttributeKey(String attributeKey)
           
 void setDetail(boolean detail)
           
 void setStepname(String stepname)
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TargetStepAttribute

public TargetStepAttribute(String stepname,
                           String attributeKey,
                           boolean detail)
Parameters:
stepname -
attributeKey -
Method Detail

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()