Class MetaInfoExcelModel


  • @ExcelSheet("Sheet1")
    public class MetaInfoExcelModel
    extends java.lang.Object
    This class has been implemented to be used as a mapping object for an Excel document to load meta information for database entities.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • rowIndex

        @ExcelRow
        private int rowIndex
      • entityId

        @ExcelCell(0)
        private java.lang.String entityId
      • repository

        @ExcelCell(1)
        private java.lang.String repository
      • seoUrl

        @ExcelCell(2)
        private java.lang.String seoUrl
      • seoName

        @ExcelCell(3)
        private java.lang.String seoName
      • seoTitle

        @ExcelCell(4)
        private java.lang.String seoTitle
      • seoDescription

        @ExcelCell(5)
        private java.lang.String seoDescription
      • seoKeywords

        @ExcelCell(6)
        private java.lang.String seoKeywords
      • textOnPage

        @ExcelCell(7)
        private java.lang.String textOnPage
      • canonicalLinks

        @ExcelCell(8)
        private java.lang.String canonicalLinks
      • additionalLinks

        @ExcelCell(9)
        private java.lang.String additionalLinks
      • seoBreadcrumbTitle

        @ExcelCell(10)
        private java.lang.String seoBreadcrumbTitle
    • Constructor Detail

      • MetaInfoExcelModel

        public MetaInfoExcelModel()