Package com.sas.lsaf.clinical.study
Class StudyComponentImportInfo
java.lang.Object
com.sas.lsaf.content.common.FileImportInfo
com.sas.lsaf.clinical.study.StudyComponentImportInfo
- All Implemented Interfaces:
Serializable
The class that contains information to import metadata for a study component. The import information includes the
the file details and the update action to take (such as: REPLACE or ADD_NEW).
- Since:
- 2.4
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor.StudyComponentImportInfo(String importFilePath, String importFileVersion, SourceLocation importFileSourceLocation, UpdateAction updateAction) Constructor. -
Method Summary
Methods inherited from class com.sas.lsaf.content.common.FileImportInfo
getImportFilePath, getImportFileSourceLocation, getImportFileVersion, setImportFilePath, setImportFileSourceLocation, setImportSourceVersion
-
Constructor Details
-
StudyComponentImportInfo
public StudyComponentImportInfo()Constructor. -
StudyComponentImportInfo
public StudyComponentImportInfo(String importFilePath, String importFileVersion, SourceLocation importFileSourceLocation, UpdateAction updateAction) Constructor.
-
-
Method Details
-
getUpdateAction
- Returns:
- The update action to take when importing.
-
setUpdateAction
- Parameters:
updateAction- The update action to take when importing.
-