public class ImportExportConfiguration extends Item
Constructor and Description |
---|
ImportExportConfiguration() |
Modifier and Type | Method and Description |
---|---|
String |
getColumnSeparator()
Retrieves the column separator.
|
String |
getConfigType()
Retrieves the config type of the import configuration
|
String |
getDescription()
Retrieves the description of the import configuration
|
List<Map<String,Object>> |
getExecutions()
Retrieves the executions
|
String |
getLineSeparator()
Retrieves the line separator.
|
String |
getMultiValueDelimiter()
Gets the multi value delimiter.
|
String |
getMultiValueSeparator()
Gets the multi value separator.
|
String |
getName()
Retrieves the name of the import configuration
|
Map<String,Object> |
getProperties()
Retrieves a Map of all property name - value pairs for this import configuration.
|
Object |
getProperty(String name)
Retrieves the property identified by the specified name.
|
String |
getStatus()
Retrieves the import configuration status for last execution.
|
boolean |
isActive()
Retrieves the import configuration active flag.
|
void |
setActive(boolean active)
Sets the active flag true/false.
|
void |
setColumnSeparator(String columnSeparator)
Sets the column separator.
|
void |
setConfigType(String configType)
Sets the config type of the import configuration
|
void |
setDescription(String description)
Sets the description of the import configuration
|
void |
setExecutions(List<Map<String,Object>> executions)
Sets the executions
|
void |
setLineSeparator(String lineSeparator)
Sets the line separator.
|
void |
setMultiValueDelimiter(String multiValueDelimiter)
Sets the multi value delimiter.
|
void |
setMultiValueSeparator(String multiValueSeparator)
Sets the multi value separator.
|
void |
setName(String name)
Sets the name of the import configuration
|
void |
setProperty(String name,
Object value)
Sets the property identified by the specified name to the specified value.
|
void |
setStatus(String status)
Sets status of the last execution.
|
equals, getItemId, getItemType, getItemType, getScope, getSystemMetadata, getVersion, hashCode, setItemId, setItemType, setScope, setSystemMetadata, setVersion
public void setProperty(String name, Object value)
name
- the name of the property to setvalue
- the value of the propertypublic String getName()
public void setName(String name)
name
- the name of the import configurationpublic String getDescription()
public void setDescription(String description)
description
- the description of the import configurationpublic String getConfigType()
public void setConfigType(String configType)
configType
- the config type of the import configurationpublic Object getProperty(String name)
name
- the name of the property to retrievenull
if no such property existspublic Map<String,Object> getProperties()
public boolean isActive()
public void setActive(boolean active)
active
- a boolean to set to active or inactive the import configurationpublic String getStatus()
public void setStatus(String status)
status
- of the last executionpublic String getColumnSeparator()
public void setColumnSeparator(String columnSeparator)
columnSeparator
- property used to specify a line separator. Defaults to ','public String getLineSeparator()
public void setLineSeparator(String lineSeparator)
lineSeparator
- property used to specify a line separator. Defaults to '\n'public String getMultiValueSeparator()
public void setMultiValueSeparator(String multiValueSeparator)
multiValueSeparator
- multi value separatorpublic String getMultiValueDelimiter()
public void setMultiValueDelimiter(String multiValueDelimiter)
multiValueDelimiter
- multi value delimiterpublic List<Map<String,Object>> getExecutions()
Copyright © 2014–2022 Apache Software Foundation. All rights reserved.