Class CSVDatasourceParameterModel
java.lang.Object
de.xima.fc.mdl.csv.CSVDatasourceParameterModel
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncharcharintlongintbooleanbooleanbooleanbooleanvoidsetFirstRowHeader(boolean firstRowHeader) voidsetRemoteCustomFormat(boolean remoteCustomFormat) voidsetRemoteCustomFormatDelimiter(char remoteCustomFormatDelimiter) voidsetRemoteCustomFormatIgnoreEmptyLine(boolean remoteCustomFormatIgnoreEmptyLine) voidsetRemoteCustomFormatQuoteChar(char remoteCustomFormatQuoteChar) voidsetRemoteCustomFormatStartingLine(int remoteCustomFormatStartingLine) voidsetRemoteEnabled(boolean remoteEnabled) voidsetRemoteErrorMode(String remoteErrorMode) voidsetRemoteLastUpdated(long remoteLastUpdated) voidsetRemoteLastUpdatedStatus(String remoteLastUpdatedStatus) voidsetRemoteUpdateInterval(int remoteUpdateInterval) voidsetRemoteUrl(String remoteUrl)
-
Field Details
-
PARAM_FIRST_ROW_HEADER
- See Also:
-
PARAM_REMOTE_ENABLED
- See Also:
-
PARAM_REMOTE_URL
- See Also:
-
PARAM_REMOTE_UPDATE_INTERVAL
- See Also:
-
PARAM_REMOTE_ERROR_MODE
- See Also:
-
PARAM_REMOTE_LAST_UPDATED
- See Also:
-
PARAM_REMOTE_LAST_UPDATED_STATUS
- See Also:
-
PARAM_REMOTE_CUSTOM_FORMAT
- See Also:
-
PARAM_REMOTE_CUSTOM_FORMAT_DELIMITER
- See Also:
-
PARAM_REMOTE_CUSTOM_FORMAT_QUOTE_CHAR
- See Also:
-
PARAM_REMOTE_CUSTOM_FORMAT_STARTING_LINE
- See Also:
-
PARAM_REMOTE_CUSTOM_FORMAT_IGNORE_EMPTY_LINE
- See Also:
-
-
Constructor Details
-
CSVDatasourceParameterModel
-
-
Method Details
-
isFirstRowHeader
public boolean isFirstRowHeader() -
setFirstRowHeader
public void setFirstRowHeader(boolean firstRowHeader) -
isRemoteEnabled
public boolean isRemoteEnabled() -
setRemoteEnabled
public void setRemoteEnabled(boolean remoteEnabled) -
getRemoteUrl
-
setRemoteUrl
-
getRemoteUpdateInterval
public int getRemoteUpdateInterval() -
setRemoteUpdateInterval
public void setRemoteUpdateInterval(int remoteUpdateInterval) -
getRemoteErrorMode
-
setRemoteErrorMode
-
getRemoteLastUpdated
public long getRemoteLastUpdated() -
setRemoteLastUpdated
public void setRemoteLastUpdated(long remoteLastUpdated) -
getRemoteLastUpdatedStatus
-
setRemoteLastUpdatedStatus
-
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
-