Blame | Last modification | View Log | RSS feed
package com.hotspotstore.model;public class HeaderInfoPojo {private String title;private String metaDescription;private String metaKeywords;public String getTitle() {return title;}public void setTitle(String title) {this.title = title;}public String getMetaDescription() {return metaDescription;}public void setMetaDescription(String metaDescription) {this.metaDescription = metaDescription;}public String getMetaKeywords() {return metaKeywords;}public void setMetaKeywords(String metaKeywords) {this.metaKeywords = metaKeywords;}}