Package com.sas.lsaf.clinical.tlf
Class TlfImportInfo
java.lang.Object
com.sas.lsaf.clinical.tlf.TlfImportInfo
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TlfTemplateImportInfo
The class that represents all of the details to import of TLFs.
- Since:
- 2.4
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor.TlfImportInfo(String sectionsFilePath, String sectionsFileVersion, String tlfsFilePath, String tlfsFileVersion, SourceLocation importFileSourceLocation, UpdateAction updateAction) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionGets the path to the import file to update the data sets.Gets the version of the data sets import file.Gets the source location (repository or workspace) of the import file.Gets the path to the import file to update the results.Gets the version of the results import file.Gets the path to the import file to update the sections.Gets the version of the sections import file.Gets the path to the import file for updating TLFs.Gets the version of the TLFs import file.voidsetDataSetsFilePath(String dataSetsFilePath) Sets the path to the import file to update the data sets.voidsetDataSetsFileVersion(String dataSetsFileVersion) Sets the version of the data sets import file.voidsetImportFileSourceLocation(SourceLocation importFileSourceLocation) Sets the source location (repository or workspace) of the import file.voidsetResultsFilePath(String resultsFilePath) Sets the path to the import file to update the results.voidsetResultsFileVersion(String resultsFileVersion) Sets the version of the results import file.voidsetSectionsFilePath(String sectionsFilePath) Sets the path to the import file to update the sections.voidsetSectionsFileVersion(String sectionsFileVersion) Sets the version of the sections import file.voidsetTlfsFilePath(String tlfsFilePath) Sets the path to the import file to update TLFs.voidsetTlfsFileVersion(String tlfsFileVersion) Sets the version of the TLFs import file.voidsetUpdateAction(UpdateAction updateAction)
-
Constructor Details
-
TlfImportInfo
public TlfImportInfo()Constructor. -
TlfImportInfo
public TlfImportInfo(String sectionsFilePath, String sectionsFileVersion, String tlfsFilePath, String tlfsFileVersion, SourceLocation importFileSourceLocation, UpdateAction updateAction) Constructor.- Parameters:
sectionsFilePath- The path of the import file to update the TLF sections.sectionsFileVersion- The version of the TLF sections import file.tlfsFilePath- The path to the import file to update the TLFs.tlfsFileVersion- The version of the TLFs import file.importFileSourceLocation- The source location (repository or workspace) of the import file.updateAction- The type of update to make when importing, such asreplaceoradd new.
-
-
Method Details
-
getSectionsFilePath
Gets the path to the import file to update the sections.- Returns:
- The path.
-
setSectionsFilePath
Sets the path to the import file to update the sections.- Parameters:
sectionsFilePath- The path to the import file to update the sections.
-
getSectionsFileVersion
Gets the version of the sections import file. If null, the latest version is used.- Returns:
- The version.
-
setSectionsFileVersion
Sets the version of the sections import file. If null, the latest version is used.- Parameters:
sectionsFileVersion- The version of the sections import file.
-
getTlfsFilePath
Gets the path to the import file for updating TLFs.- Returns:
- The path.
-
setTlfsFilePath
Sets the path to the import file to update TLFs.- Parameters:
tlfsFilePath- The path to the import file to update TLFs.
-
getTlfsFileVersion
Gets the version of the TLFs import file. If null, the latest version is used.- Returns:
- The version.
-
setTlfsFileVersion
Sets the version of the TLFs import file. If null, the latest version is used.- Parameters:
tlfsFileVersion- The version of the TLFs import file.
-
getResultsFilePath
Gets the path to the import file to update the results.- Returns:
- The path.
-
setResultsFilePath
Sets the path to the import file to update the results.- Parameters:
resultsFilePath- The path to the import file to update the results.
-
getResultsFileVersion
Gets the version of the results import file. If null, the latest version is used.- Returns:
- The version.
-
setResultsFileVersion
Sets the version of the results import file. If null, the latest version is used.- Parameters:
resultsFileVersion- The version of the results import file.
-
getDataSetsFilePath
Gets the path to the import file to update the data sets.- Returns:
- The path.
-
setDataSetsFilePath
Sets the path to the import file to update the data sets.- Parameters:
dataSetsFilePath- The path to the import file to update the data sets.
-
getDataSetsFileVersion
Gets the version of the data sets import file. If null, the latest version is used.- Returns:
- The version.
-
setDataSetsFileVersion
Sets the version of the data sets import file. If null, the latest version is used.- Parameters:
dataSetsFileVersion- The version of the data sets import file.
-
getImportFileSourceLocation
Gets the source location (repository or workspace) of the import file.- Returns:
- The source location.
-
setImportFileSourceLocation
Sets the source location (repository or workspace) of the import file.- Parameters:
importFileSourceLocation- The source location (repository or workspace) of the import file.
-
getUpdateAction
- Returns:
- The update action.
-
setUpdateAction
- Parameters:
updateAction- The update action to perform when updating information from an import.
-