public class StudyTablesImportInfo extends Object implements Serializable
Constructor and Description |
---|
StudyTablesImportInfo()
Constructor.
|
StudyTablesImportInfo(String tablesImportFilePath,
String tablesImportFileVersion,
String columnsImportFilePath,
String columnsImportFileVersion,
SourceLocation importFileSourceLocation,
UpdateAction updateAction)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getColumnsImportFilePath()
Gets the path of the import file to update the study table columns.
|
String |
getColumnsImportFileVersion()
Gets the version of the table columns import file to update the study tables.
|
SourceLocation |
getImportFileSourceLocation()
Gets the source location (repository or workspace) of the import files.
|
String |
getTablesImportFilePath()
Gets the path of the import file to update the study tables.
|
String |
getTablesImportFileVersion()
Gets the version of the tables import file to update the study tables.
|
UpdateAction |
getUpdateAction()
|
void |
setColumnsImportFilePath(String columnsImportFilePath)
Sets the path of the import file to update the study table columns.
|
void |
setColumnsImportFileVersion(String columnsImportFileVersion)
Sets the version of the table columns import file to update the study tables.
|
void |
setImportFileSourceLocation(SourceLocation importFileSourceLocation)
Sets the source location (repository or workspace) of the import files.
|
void |
setTablesImportFilePath(String tablesImportFilePath)
Sets the path of the import file to update the study tables.
|
void |
setTablesImportFileVersion(String tablesImportFileVersion)
Sets the version of the tables import file to update the study tables.
|
void |
setUpdateAction(UpdateAction updateAction)
|
public StudyTablesImportInfo()
public StudyTablesImportInfo(String tablesImportFilePath, String tablesImportFileVersion, String columnsImportFilePath, String columnsImportFileVersion, SourceLocation importFileSourceLocation, UpdateAction updateAction)
tablesImportFilePath
- The path of the import file to update the study tables.tablesImportFileVersion
- The version of the tables import file.columnsImportFilePath
- The path of the import file to update the study table columns.columnsImportFileVersion
- The version of the table columns import file.importFileSourceLocation
- The source location (repository or workspace) of the import file.updateAction
- The type of update to make when when importing, such as replace
or add new
.public String getTablesImportFilePath()
public void setTablesImportFilePath(String tablesImportFilePath)
tablesImportFilePath
- The path of the import file to update the study tables.public String getTablesImportFileVersion()
public void setTablesImportFileVersion(String tablesImportFileVersion)
tablesImportFileVersion
- The version of the tables import file to update the study tables.public String getColumnsImportFilePath()
public void setColumnsImportFilePath(String columnsImportFilePath)
columnsImportFilePath
- The path of the import file to update the study table columns.public String getColumnsImportFileVersion()
public void setColumnsImportFileVersion(String columnsImportFileVersion)
columnsImportFileVersion
- The version of the table columns import file to update the study tables.public SourceLocation getImportFileSourceLocation()
public void setImportFileSourceLocation(SourceLocation importFileSourceLocation)
importFileSourceLocation
- The source location (repository or workspace) of the import files.public UpdateAction getUpdateAction()
public void setUpdateAction(UpdateAction updateAction)
updateAction
- The update action to perform when importing files.<i>Copyright (c) 2021, SAS Institute Inc., Cary, NC, USA</i>