public class DataFormatEntry extends Object
Constructor and Description |
---|
DataFormatEntry(String dataFormatEntryName,
String category,
String type,
String defaultOutput)
Creates a data format entry
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getCategory()
Returns the column category
|
String |
getDataFormatEntryName()
Returns the column name
|
String |
getDefaultOutput()
Returns the default output of an ignore column
|
String |
getType()
Return the column type
|
int |
hashCode() |
void |
setCategory(String category)
Sets the column category
|
void |
setDataFormatEntryName(String dataFormatEntryName)
Sets the column name
|
void |
setDefaultOutput(String defaultOutput)
Sets the default output of an ignore column
|
void |
setType(String type)
Sets the column type
|
String |
toString() |
public DataFormatEntry(String dataFormatEntryName, String category, String type, String defaultOutput)
dataFormatEntryName
- column namecategory
- column categorytype
- column typedefaultOutput
- default output for a ignore columnpublic String getDataFormatEntryName()
public void setDataFormatEntryName(String dataFormatEntryName)
dataFormatEntryName
- column namepublic String getCategory()
public void setCategory(String category)
category
- the column categorypublic String getDefaultOutput()
public void setDefaultOutput(String defaultOutput)
defaultOutput
- the default output of an ignore columnCopyright 2007-2017 Johan Hall, Jens Nilsson and Joakim Nivre.