📄 autobuildmodel.java
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -