org.pentaho.di.trans.steps.jsonoutput
Class JsonOutputField
java.lang.Object
org.pentaho.di.trans.steps.jsonoutput.JsonOutputField
- All Implemented Interfaces:
- Cloneable
public class JsonOutputField
- extends Object
- implements Cloneable
Describes a single field in an Json output file
- Since:
- 14-june-2010
- Author:
- Samatar
Constructor Summary |
JsonOutputField()
|
JsonOutputField(String fieldName,
String elementName,
int type,
String format,
int length,
int precision,
String currencySymbol,
String decimalSymbol,
String groupSymbol,
String nullString,
boolean attribute,
String attributeParentName)
|
JsonOutputField
public JsonOutputField(String fieldName,
String elementName,
int type,
String format,
int length,
int precision,
String currencySymbol,
String decimalSymbol,
String groupSymbol,
String nullString,
boolean attribute,
String attributeParentName)
JsonOutputField
public JsonOutputField()
compare
public int compare(Object obj)
equal
public boolean equal(Object obj)
clone
public Object clone()
- Overrides:
clone
in class Object
getFieldName
public String getFieldName()
setFieldName
public void setFieldName(String fieldname)
getElementName
public String getElementName()
- Returns:
- Returns the elementName.
setElementName
public void setElementName(String elementName)
- Parameters:
elementName
- The elementName to set.