Package org.apache.hop.execution
Class ExecutionDataSetMeta
- java.lang.Object
-
- org.apache.hop.execution.ExecutionDataSetMeta
-
public class ExecutionDataSetMeta extends Object
-
-
Constructor Summary
Constructors Constructor Description ExecutionDataSetMeta()ExecutionDataSetMeta(String setKey, String logChannelId, String name, String copyNr, String description)ExecutionDataSetMeta(String setKey, String logChannelId, String name, String copyNr, String fieldName, String sampleDescription, String description)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCopyNr()Gets copyNrStringgetDescription()Gets descriptionStringgetFieldName()Gets fieldNameStringgetLogChannelId()Gets logChannelIdStringgetName()Gets nameStringgetSampleDescription()Gets sampleDescriptionStringgetSetKey()Gets setKeyvoidsetCopyNr(String copyNr)Sets copyNrvoidsetDescription(String description)Sets descriptionvoidsetFieldName(String fieldName)Sets fieldNamevoidsetLogChannelId(String logChannelId)Sets logChannelIdvoidsetName(String name)Sets namevoidsetSampleDescription(String sampleDescription)Sets sampleDescriptionvoidsetSetKey(String setKey)Sets setKey
-
-
-
Method Detail
-
getSetKey
public String getSetKey()
Gets setKey- Returns:
- value of setKey
-
setSetKey
public void setSetKey(String setKey)
Sets setKey- Parameters:
setKey- value of setKey
-
getLogChannelId
public String getLogChannelId()
Gets logChannelId- Returns:
- value of logChannelId
-
setLogChannelId
public void setLogChannelId(String logChannelId)
Sets logChannelId- Parameters:
logChannelId- value of logChannelId
-
getName
public String getName()
Gets name- Returns:
- value of name
-
setName
public void setName(String name)
Sets name- Parameters:
name- value of name
-
getFieldName
public String getFieldName()
Gets fieldName- Returns:
- value of fieldName
-
setFieldName
public void setFieldName(String fieldName)
Sets fieldName- Parameters:
fieldName- value of fieldName
-
getSampleDescription
public String getSampleDescription()
Gets sampleDescription- Returns:
- value of sampleDescription
-
setSampleDescription
public void setSampleDescription(String sampleDescription)
Sets sampleDescription- Parameters:
sampleDescription- value of sampleDescription
-
getCopyNr
public String getCopyNr()
Gets copyNr- Returns:
- value of copyNr
-
setCopyNr
public void setCopyNr(String copyNr)
Sets copyNr- Parameters:
copyNr- value of copyNr
-
getDescription
public String getDescription()
Gets description- Returns:
- value of description
-
setDescription
public void setDescription(String description)
Sets description- Parameters:
description- value of description
-
-