package com.bizofficer.apiweb.cachehub;

public class CacheTemplateResponseBean {

	private String responseTxt, smartLearningJson, mockTestJson, topicTree, topicList, keywordList, topicTreeLearning, topicListLearning, keywordListLearning, topicTreeTest, topicListTest;

	public String getTopicTree() {
		return topicTree;
	}

	public void setTopicTree(String topicTree) {
		this.topicTree = topicTree;
	}

	public String getTopicList() {
		return topicList;
	}

	public void setTopicList(String topicList) {
		this.topicList = topicList;
	}

	public String getKeywordList() {
		return keywordList;
	}

	public void setKeywordList(String keywordList) {
		this.keywordList = keywordList;
	}

	public String getTopicTreeLearning() {
		return topicTreeLearning;
	}

	public void setTopicTreeLearning(String topicTreeLearning) {
		this.topicTreeLearning = topicTreeLearning;
	}

	public String getTopicListLearning() {
		return topicListLearning;
	}

	public void setTopicListLearning(String topicListLearning) {
		this.topicListLearning = topicListLearning;
	}

	public String getKeywordListLearning() {
		return keywordListLearning;
	}

	public void setKeywordListLearning(String keywordListLearning) {
		this.keywordListLearning = keywordListLearning;
	}

	public String getTopicTreeTest() {
		return topicTreeTest;
	}

	public void setTopicTreeTest(String topicTreeTest) {
		this.topicTreeTest = topicTreeTest;
	}

	public String getTopicListTest() {
		return topicListTest;
	}

	public void setTopicListTest(String topicListTest) {
		this.topicListTest = topicListTest;
	}

	public String getResponseTxt() {
		return responseTxt;
	}

	public void setResponseTxt(String responseTxt) {
		this.responseTxt = responseTxt;
	}

	public String getSmartLearningJson() {
		return smartLearningJson;
	}

	public void setSmartLearningJson(String smartLearningJson) {
		this.smartLearningJson = smartLearningJson;
	}

	public String getMockTestJson() {
		return mockTestJson;
	}

	public void setMockTestJson(String mockTestJson) {
		this.mockTestJson = mockTestJson;
	}

	
	
	
	
	
	

	
	

	
	
	
}
