Class TlfTemplateImportInfo

java.lang.Object
com.sas.lsaf.clinical.tlf.TlfImportInfo
com.sas.lsaf.clinical.tlftemplate.TlfTemplateImportInfo
All Implemented Interfaces:
Serializable

public class TlfTemplateImportInfo extends TlfImportInfo
The class that represents all of the details to import of TLFs to a TLF template.
Since:
2.5
See Also:
  • Constructor Details

    • TlfTemplateImportInfo

      public TlfTemplateImportInfo()
      Constructor.
  • Method Details

    • getTlfTemplateId

      public String getTlfTemplateId()
      Gets the unique identifier of the TLF template.
      Returns:
      The TLF template id.
    • setTlfTemplateId

      public void setTlfTemplateId(String tlfTemplateId)
      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.