Package de.xima.fc.mdl.csv
Class CSVDatasourceParameterModel
- java.lang.Object
-
- de.xima.fc.mdl.csv.CSVDatasourceParameterModel
-
public class CSVDatasourceParameterModel extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
PARAM_FIRST_ROW_HEADER
static String
PARAM_REMOTE_CUSTOM_FORMAT
static String
PARAM_REMOTE_CUSTOM_FORMAT_DELIMITER
static String
PARAM_REMOTE_CUSTOM_FORMAT_IGNORE_EMPTY_LINE
static String
PARAM_REMOTE_CUSTOM_FORMAT_QUOTE_CHAR
static String
PARAM_REMOTE_CUSTOM_FORMAT_STARTING_LINE
static String
PARAM_REMOTE_ENABLED
static String
PARAM_REMOTE_ERROR_MODE
static String
PARAM_REMOTE_LAST_UPDATED
static String
PARAM_REMOTE_LAST_UPDATED_STATUS
static String
PARAM_REMOTE_UPDATE_INTERVAL
static String
PARAM_REMOTE_URL
-
Constructor Summary
Constructors Constructor Description CSVDatasourceParameterModel(Datenquelle datenquelle)
-
Method Summary
-
-
-
Field Detail
-
PARAM_FIRST_ROW_HEADER
public static final String PARAM_FIRST_ROW_HEADER
- See Also:
- Constant Field Values
-
PARAM_REMOTE_ENABLED
public static final String PARAM_REMOTE_ENABLED
- See Also:
- Constant Field Values
-
PARAM_REMOTE_URL
public static final String PARAM_REMOTE_URL
- See Also:
- Constant Field Values
-
PARAM_REMOTE_UPDATE_INTERVAL
public static final String PARAM_REMOTE_UPDATE_INTERVAL
- See Also:
- Constant Field Values
-
PARAM_REMOTE_ERROR_MODE
public static final String PARAM_REMOTE_ERROR_MODE
- See Also:
- Constant Field Values
-
PARAM_REMOTE_LAST_UPDATED
public static final String PARAM_REMOTE_LAST_UPDATED
- See Also:
- Constant Field Values
-
PARAM_REMOTE_LAST_UPDATED_STATUS
public static final String PARAM_REMOTE_LAST_UPDATED_STATUS
- See Also:
- Constant Field Values
-
PARAM_REMOTE_CUSTOM_FORMAT
public static final String PARAM_REMOTE_CUSTOM_FORMAT
- See Also:
- Constant Field Values
-
PARAM_REMOTE_CUSTOM_FORMAT_DELIMITER
public static final String PARAM_REMOTE_CUSTOM_FORMAT_DELIMITER
- See Also:
- Constant Field Values
-
PARAM_REMOTE_CUSTOM_FORMAT_QUOTE_CHAR
public static final String PARAM_REMOTE_CUSTOM_FORMAT_QUOTE_CHAR
- See Also:
- Constant Field Values
-
PARAM_REMOTE_CUSTOM_FORMAT_STARTING_LINE
public static final String PARAM_REMOTE_CUSTOM_FORMAT_STARTING_LINE
- See Also:
- Constant Field Values
-
PARAM_REMOTE_CUSTOM_FORMAT_IGNORE_EMPTY_LINE
public static final String PARAM_REMOTE_CUSTOM_FORMAT_IGNORE_EMPTY_LINE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CSVDatasourceParameterModel
public CSVDatasourceParameterModel(Datenquelle datenquelle)
-
-
Method Detail
-
isFirstRowHeader
public boolean isFirstRowHeader()
-
setFirstRowHeader
public void setFirstRowHeader(boolean firstRowHeader)
-
isRemoteEnabled
public boolean isRemoteEnabled()
-
setRemoteEnabled
public void setRemoteEnabled(boolean remoteEnabled)
-
getRemoteUrl
public String getRemoteUrl()
-
setRemoteUrl
public void setRemoteUrl(String remoteUrl)
-
getRemoteUpdateInterval
public int getRemoteUpdateInterval()
-
setRemoteUpdateInterval
public void setRemoteUpdateInterval(int remoteUpdateInterval)
-
getRemoteErrorMode
public String getRemoteErrorMode()
-
setRemoteErrorMode
public void setRemoteErrorMode(String remoteErrorMode)
-
getRemoteLastUpdated
public long getRemoteLastUpdated()
-
setRemoteLastUpdated
public void setRemoteLastUpdated(long remoteLastUpdated)
-
getRemoteLastUpdatedStatus
public String getRemoteLastUpdatedStatus()
-
setRemoteLastUpdatedStatus
public void setRemoteLastUpdatedStatus(String remoteLastUpdatedStatus)
-
isRemoteCustomFormat
public boolean isRemoteCustomFormat()
-
setRemoteCustomFormat
public void setRemoteCustomFormat(boolean remoteCustomFormat)
-
getRemoteCustomFormatDelimiter
public char getRemoteCustomFormatDelimiter()
-
setRemoteCustomFormatDelimiter
public void setRemoteCustomFormatDelimiter(char remoteCustomFormatDelimiter)
-
getRemoteCustomFormatQuoteChar
public char getRemoteCustomFormatQuoteChar()
-
setRemoteCustomFormatQuoteChar
public void setRemoteCustomFormatQuoteChar(char remoteCustomFormatQuoteChar)
-
getRemoteCustomFormatStartingLine
public int getRemoteCustomFormatStartingLine()
-
setRemoteCustomFormatStartingLine
public void setRemoteCustomFormatStartingLine(int remoteCustomFormatStartingLine)
-
isRemoteCustomFormatIgnoreEmptyLine
public boolean isRemoteCustomFormatIgnoreEmptyLine()
-
setRemoteCustomFormatIgnoreEmptyLine
public void setRemoteCustomFormatIgnoreEmptyLine(boolean remoteCustomFormatIgnoreEmptyLine)
-
toJSONString
public String toJSONString()
-
-