Class TlfTemplateImportInfo

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • Constructor Detail

      • TlfTemplateImportInfo

        public TlfTemplateImportInfo()
        Constructor.
    • Method Detail

      • getTlfTemplateId

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

        public void setTlfTemplateId​(java.lang.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.