autobuildmodel.java

来自「一套完整的工商12315的源程序jsp部分在12315里,后台JAVA部分在gs」· Java 代码 · 共 54 行

JAVA
54
字号
package com.gs.pageBuilder.model;
public class AutoBuildModel implements java.io.Serializable{
	private String code;
	private String coding1;
	private String result;

	/**
	 * Gets the code
	 * @return Returns a String
	 */
	public String getCode() {
		return code;
	}
	/**
	 * Sets the code
	 * @param code The code to set
	 */
	public void setCode(String code) {
		this.code = code;
	}

	/**
	 * Gets the coding1
	 * @return Returns a String
	 */
	public String getCoding1() {
		return coding1;
	}
	/**
	 * Sets the coding1
	 * @param coding1 The coding1 to set
	 */
	public void setCoding1(String coding1) {
		this.coding1 = coding1;
	}

	/**
	 * Gets the result
	 * @return Returns a String
	 */
	public String getResult() {
		return result;
	}
	/**
	 * Sets the result
	 * @param result The result to set
	 */
	public void setResult(String result) {
		this.result = result;
	}

}

⌨️ 快捷键说明

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