public abstract class AbstractDataEntity extends AbstractEntity
Modifier and Type | Field and Description |
---|---|
protected String[] |
data |
static int |
INDEX_LINE |
static String |
PROPERTY_LINE |
support
Constructor and Description |
---|
AbstractDataEntity() |
Modifier and Type | Method and Description |
---|---|
String[] |
getData() |
abstract String[] |
getHeaders()
Return CSV header according to properties names.
|
String |
getLine() |
void |
setData(String[] data) |
void |
setLine(String value) |
addPropertyChangeListener, addPropertyChangeListener, getPropertyChangeSupport, removePropertyChangeListener, removePropertyChangeListener
public static final int INDEX_LINE
public static final String PROPERTY_LINE
protected String[] data
Copyright © 2010–2015 Ifremer. All rights reserved.