package com.bizofficer.admin.topiccontent;

import java.util.List;

import org.springframework.web.multipart.MultipartFile;

public class ContentAdBean {

	private Integer id, topicId, contentType, contentSource, contOrder, standard, currentSource;
	private String loginEmailId, token, keyword;
	private String topicName, contentName, contentUrl, description, country, currentFile;
	private List<MultipartFile> contentFile;
	
	
	public Integer getId() {
		return id;
	}
	public void setId(Integer id) {
		this.id = id;
	}
	public Integer getTopicId() {
		return topicId;
	}
	public void setTopicId(Integer topicId) {
		this.topicId = topicId;
	}
	public Integer getContentType() {
		return contentType;
	}
	public void setContentType(Integer contentType) {
		this.contentType = contentType;
	}
	public Integer getContentSource() {
		return contentSource;
	}
	public void setContentSource(Integer contentSource) {
		this.contentSource = contentSource;
	}
	public Integer getContOrder() {
		return contOrder;
	}
	public void setContOrder(Integer contOrder) {
		this.contOrder = contOrder;
	}
	public String getLoginEmailId() {
		return loginEmailId;
	}
	public void setLoginEmailId(String loginEmailId) {
		this.loginEmailId = loginEmailId;
	}
	public String getToken() {
		return token;
	}
	public void setToken(String token) {
		this.token = token;
	}
	public String getKeyword() {
		return keyword;
	}
	public void setKeyword(String keyword) {
		this.keyword = keyword;
	}
	public String getContentName() {
		return contentName;
	}
	public void setContentName(String contentName) {
		this.contentName = contentName;
	}
	public String getContentUrl() {
		return contentUrl;
	}
	public void setContentUrl(String contentUrl) {
		this.contentUrl = contentUrl;
	}
	public String getDescription() {
		return description;
	}
	public void setDescription(String description) {
		this.description = description;
	}
	public String getCountry() {
		return country;
	}
	public void setCountry(String country) {
		this.country = country;
	}
	public Integer getStandard() {
		return standard;
	}
	public void setStandard(Integer standard) {
		this.standard = standard;
	}
	public String getTopicName() {
		return topicName;
	}
	public void setTopicName(String topicName) {
		this.topicName = topicName;
	}
	public List<MultipartFile> getContentFile() {
		return contentFile;
	}
	public void setContentFile(List<MultipartFile> contentFile) {
		this.contentFile = contentFile;
	}
	public Integer getCurrentSource() {
		return currentSource;
	}
	public void setCurrentSource(Integer currentSource) {
		this.currentSource = currentSource;
	}
	public String getCurrentFile() {
		return currentFile;
	}
	public void setCurrentFile(String currentFile) {
		this.currentFile = currentFile;
	}
	
	
	
	

	

	
	
	
}
