public class KettleAttribute extends Object implements KettleAttributeInterface
Constructor and Description |
---|
KettleAttribute(String key,
String xmlCode,
String repCode,
String description,
String tooltip,
int type,
KettleAttributeInterface parent) |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getKey() |
KettleAttributeInterface |
getParent() |
String |
getRepCode() |
String |
getTooltip() |
int |
getType() |
String |
getXmlCode() |
void |
setDescription(String description) |
void |
setKey(String key) |
void |
setParent(KettleAttributeInterface parent) |
void |
setRepCode(String repCode) |
void |
setTooltip(String tooltip) |
void |
setType(int type) |
void |
setXmlCode(String xmlCode) |
public String getKey()
getKey
in interface KettleAttributeInterface
public void setKey(String key)
public String getXmlCode()
getXmlCode
in interface KettleAttributeInterface
public void setXmlCode(String xmlCode)
xmlCode
- the xmlCode to setpublic String getRepCode()
getRepCode
in interface KettleAttributeInterface
public void setRepCode(String repCode)
repCode
- the repCode to setpublic String getDescription()
getDescription
in interface KettleAttributeInterface
public void setDescription(String description)
description
- the description to setpublic String getTooltip()
getTooltip
in interface KettleAttributeInterface
public void setTooltip(String tooltip)
tooltip
- the tooltip to setpublic int getType()
getType
in interface KettleAttributeInterface
public void setType(int type)
type
- the type to setpublic KettleAttributeInterface getParent()
getParent
in interface KettleAttributeInterface
public void setParent(KettleAttributeInterface parent)
parent
- the parent to set