📄 querypagedefine.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 QueryPageDefine implements java.io.Serializable{
String code;//编号
String pageCode;//页面编号
String explain;//页面说明
String orderId;//排列顺序
String BID;//业务类型
String DJJG;//登记机关
String GXDW;//管辖单位
String pageType;//页面类型
String CATEGORY1;//分类1
String CATEGORY2;//分类1
String CATEGORY3;//分类1
String pageWidth;//页面宽
/**
* Returns the bID.
* @return String
*/
public String getBID() {
return BID;
}
/**
* Returns the cATEGORY1.
* @return String
*/
public String getCATEGORY1() {
return CATEGORY1;
}
/**
* Returns the cATEGORY2.
* @return String
*/
public String getCATEGORY2() {
return CATEGORY2;
}
/**
* Returns the cATEGORY3.
* @return String
*/
public String getCATEGORY3() {
return CATEGORY3;
}
/**
* Returns the code.
* @return String
*/
public String getCode() {
return code;
}
/**
* Returns the dJJG.
* @return String
*/
public String getDJJG() {
return DJJG;
}
/**
* Returns the explain.
* @return String
*/
public String getExplain() {
return explain;
}
/**
* Returns the gXDW.
* @return String
*/
public String getGXDW() {
return GXDW;
}
/**
* Returns the orderId.
* @return String
*/
public String getOrderId() {
return orderId;
}
/**
* Returns the pageCode.
* @return String
*/
public String getPageCode() {
return pageCode;
}
/**
* Returns the pageType.
* @return String
*/
public String getPageType() {
return pageType;
}
/**
* Sets the bID.
* @param bID The bID to set
*/
public void setBID(String bID) {
BID = bID;
}
/**
* Sets the cATEGORY1.
* @param cATEGORY1 The cATEGORY1 to set
*/
public void setCATEGORY1(String cATEGORY1) {
CATEGORY1 = cATEGORY1;
}
/**
* Sets the cATEGORY2.
* @param cATEGORY2 The cATEGORY2 to set
*/
public void setCATEGORY2(String cATEGORY2) {
CATEGORY2 = cATEGORY2;
}
/**
* Sets the cATEGORY3.
* @param cATEGORY3 The cATEGORY3 to set
*/
public void setCATEGORY3(String cATEGORY3) {
CATEGORY3 = cATEGORY3;
}
/**
* Sets the code.
* @param code The code to set
*/
public void setCode(String code) {
this.code = code;
}
/**
* Sets the dJJG.
* @param dJJG The dJJG to set
*/
public void setDJJG(String dJJG) {
DJJG = dJJG;
}
/**
* Sets the explain.
* @param explain The explain to set
*/
public void setExplain(String explain) {
this.explain = explain;
}
/**
* Sets the gXDW.
* @param gXDW The gXDW to set
*/
public void setGXDW(String gXDW) {
GXDW = gXDW;
}
/**
* Sets the orderId.
* @param orderId The orderId to set
*/
public void setOrderId(String orderId) {
this.orderId = orderId;
}
/**
* Sets the pageCode.
* @param pageCode The pageCode to set
*/
public void setPageCode(String pageCode) {
this.pageCode = pageCode;
}
/**
* Sets the pageType.
* @param pageType The pageType to set
*/
public void setPageType(String pageType) {
this.pageType = pageType;
}
public String getPageWidth() {
return pageWidth;
}
public void setPageWidth(String pageWidth) {
this.pageWidth = pageWidth;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -