Package co.mastermindcms.modules.beans
Class MetaInfoExcelModel
- java.lang.Object
-
- co.mastermindcms.modules.beans.MetaInfoExcelModel
-
public class MetaInfoExcelModel extends java.lang.ObjectThis class has been implemented to be used as a mapping object for an Excel document to load meta information for database entities.
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.StringadditionalLinksprivate java.lang.StringcanonicalLinksprivate java.lang.StringentityIdprivate java.lang.Stringrepositoryprivate introwIndexprivate java.lang.StringseoBreadcrumbTitleprivate java.lang.StringseoDescriptionprivate java.lang.StringseoKeywordsprivate java.lang.StringseoNameprivate java.lang.StringseoTitleprivate java.lang.StringseoUrlprivate java.lang.StringtextOnPage
-
Constructor Summary
Constructors Constructor Description MetaInfoExcelModel()
-
-
-
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
-
-