newsftl.java.svn-base

来自「一个实用的CMS管理」· SVN-BASE 代码 · 共 82 行

SVN-BASE
82
字号
package com.suncms.domain; 


public class NewsFtl {
	private String realPath;

	private String templatePath;

	private String saveDirectory;

	private String filePostfix;
	
	private String templateName;
	private String templateName1;//Top
	private String templateName2;// ParList
	private String templateName3;// ArtList
	
	public String getTemplateName1() {
		return templateName1;
	}

	public String getTemplateName2() {
		return templateName2;
	}

	public void setTemplateName2(String templateName2) {
		this.templateName2 = templateName2;
	}

	public String getTemplateName3() {
		return templateName3;
	}

	public void setTemplateName3(String templateName3) {
		this.templateName3 = templateName3;
	}

	public void setTemplateName1(String templateName1) {
		this.templateName1 = templateName1;
	}

	public String getTemplateName() {
		return templateName;
	}

	public void setTemplateName(String templateName) {
		this.templateName = templateName;
	}

	public String getFilePostfix() {
		return filePostfix;
	}

	public void setFilePostfix(String filePostfix) {
		this.filePostfix = filePostfix;
	}

	public String getRealPath() {
		return realPath;
	}

	public void setRealPath(String realPath) {
		this.realPath = realPath;
	}

	public String getSaveDirectory() {
		return saveDirectory;
	}

	public void setSaveDirectory(String saveDirectory) {
		this.saveDirectory = saveDirectory;
	}

	public String getTemplatePath() {
		return templatePath;
	}

	public void setTemplatePath(String templatePath) {
		this.templatePath = templatePath;
	}
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?