Class CmsModuleImportExportRepository.ModuleExportData

    • Constructor Summary

      Constructors 
      Constructor Description
      ModuleExportData​(byte[] content, long dateLastModified)
      Creates a new instance.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] getContent()
      Gets the exported data.
      long getDateLastModified()
      Gets the last modification date.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ModuleExportData

        public ModuleExportData​(byte[] content,
                                long dateLastModified)
        Creates a new instance.
        Parameters:
        content - the exported data
        dateLastModified - the modification date
    • Method Detail

      • getContent

        public byte[] getContent()
        Gets the exported data.
        Returns:
        the exported data
      • getDateLastModified

        public long getDateLastModified()
        Gets the last modification date.
        Returns:
        the last modification date