Class TlfTemplateImportInfo
java.lang.Object
com.sas.lsaf.clinical.tlf.TlfImportInfo
com.sas.lsaf.clinical.tlftemplate.TlfTemplateImportInfo
- All Implemented Interfaces:
Serializable
The class that represents all of the details to import of TLFs to a TLF template.
- Since:
- 2.5
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongGets the internal revision number of the TLFs in the TLF template.Gets the unique identifier of the TLF template.voidsetTlfRevision(long tlfRevision) Sets the internal revision number of the TLFs in the TLF template.voidsetTlfTemplateId(String tlfTemplateId) Sets he unique identifier of the TLF template.Methods inherited from class com.sas.lsaf.clinical.tlf.TlfImportInfo
getDataSetsFilePath, getDataSetsFileVersion, getImportFileSourceLocation, getResultsFilePath, getResultsFileVersion, getSectionsFilePath, getSectionsFileVersion, getTlfsFilePath, getTlfsFileVersion, getUpdateAction, setDataSetsFilePath, setDataSetsFileVersion, setImportFileSourceLocation, setResultsFilePath, setResultsFileVersion, setSectionsFilePath, setSectionsFileVersion, setTlfsFilePath, setTlfsFileVersion, setUpdateAction
-
Constructor Details
-
TlfTemplateImportInfo
public TlfTemplateImportInfo()Constructor.
-
-
Method Details
-
getTlfTemplateId
Gets the unique identifier of the TLF template.- Returns:
- The TLF template id.
-
setTlfTemplateId
Sets he unique identifier of the TLF template.- Parameters:
tlfTemplateId- The TLF template id.
-
getTlfRevision
public long getTlfRevision()Gets the internal revision number of the TLFs in the TLF template.- Returns:
- The internal revision number.
-
setTlfRevision
public void setTlfRevision(long tlfRevision) Sets the internal revision number of the TLFs in the TLF template.- Parameters:
tlfRevision- The internal revision number.
-