📄 pagedefinemodel.java
字号:
package com.gs.pageBuilder.model;
/**
* <p>Title: </p>
* <p>Description: </p>
* <p>Copyright: Copyright (c) 2003</p>
* <p>Company: </p>
* @author not attributable
* @version 1.0
*/
public class PageDefineModel implements java.io.Serializable{
String code;
String explain;
String rowcolSign;
String class1;
String class2;
String class3;
String content;
String pageWidth;
String pageStyle;
String buildDate;
String orderID;
/**
* Returns the buildDate.
* @return String
*/
public String getBuildDate() {
return buildDate;
}
/**
* Returns the class1.
* @return String
*/
public String getClass1() {
return class1;
}
/**
* Returns the class2.
* @return String
*/
public String getClass2() {
return class2;
}
/**
* Returns the class3.
* @return String
*/
public String getClass3() {
return class3;
}
/**
* Returns the code.
* @return String
*/
public String getCode() {
return code;
}
/**
* Returns the content.
* @return String
*/
public String getContent() {
return content;
}
/**
* Returns the explain.
* @return String
*/
public String getExplain() {
return explain;
}
/**
* Returns the orderID.
* @return String
*/
public String getOrderID() {
return orderID;
}
/**
* Returns the pageStyle.
* @return String
*/
public String getPageStyle() {
return pageStyle;
}
/**
* Returns the pageWidth.
* @return String
*/
public String getPageWidth() {
return pageWidth;
}
/**
* Returns the rowcolSign.
* @return String
*/
public String getRowcolSign() {
return rowcolSign;
}
/**
* Sets the buildDate.
* @param buildDate The buildDate to set
*/
public void setBuildDate(String buildDate) {
this.buildDate = buildDate;
}
/**
* Sets the class1.
* @param class1 The class1 to set
*/
public void setClass1(String class1) {
this.class1 = class1;
}
/**
* Sets the class2.
* @param class2 The class2 to set
*/
public void setClass2(String class2) {
this.class2 = class2;
}
/**
* Sets the class3.
* @param class3 The class3 to set
*/
public void setClass3(String class3) {
this.class3 = class3;
}
/**
* Sets the code.
* @param code The code to set
*/
public void setCode(String code) {
this.code = code;
}
/**
* Sets the content.
* @param content The content to set
*/
public void setContent(String content) {
this.content = content;
}
/**
* Sets the explain.
* @param explain The explain to set
*/
public void setExplain(String explain) {
this.explain = explain;
}
/**
* Sets the orderID.
* @param orderID The orderID to set
*/
public void setOrderID(String orderID) {
this.orderID = orderID;
}
/**
* Sets the pageStyle.
* @param pageStyle The pageStyle to set
*/
public void setPageStyle(String pageStyle) {
this.pageStyle = pageStyle;
}
/**
* Sets the pageWidth.
* @param pageWidth The pageWidth to set
*/
public void setPageWidth(String pageWidth) {
this.pageWidth = pageWidth;
}
/**
* Sets the rowcolSign.
* @param rowcolSign The rowcolSign to set
*/
public void setRowcolSign(String rowcolSign) {
this.rowcolSign = rowcolSign;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -