📄 querypagechangefielddefine.java
字号:
package com.gs.pageBuilder.model;
import java.io.Serializable;
/**
* <p>Title: </p>
* <p>Description: </p>
* <p>Copyright: Copyright (c) 2003</p>
* <p>Company: </p>
* @author not attributable
* @version 1.0
*/
public class QueryPageChangeFieldDefine implements java.io.Serializable{
public QueryPageChangeFieldDefine() {
}
String SN;//事务号field001000
String BID;//业务类型field002
String innerID;//内部序号field003
String tableName;//表名field004
String recordNum;//记录号field005
String operaDate;//操作日期field006
String changeItem;//变化事项field007
String valueBefChange;//变化前的值field008
String valueAftChange;//变化后的值field009
String operator;//操作员field010
String subTableName;//子表名field011
String pageCode; //页面编号
String explain;//字段说明
String formatType;//格式输出
String orderID;//排列顺序
/**
* Returns the SN.
* @return String
*/
public String getSN() {
return SN;
}
/**
* Returns the BID.
* @return String
*/
public String getBID() {
return BID;
}
/**
* Returns the enterpriseID.
* @return String
*/
public String getInnerID() {
return innerID;
}
/**
* Returns the tableName.
* @return String
*/
public String getTableName() {
return tableName;
}
/**
* Returns the recordNum.
* @return String
*/
public String getRecordNum() {
return recordNum;
}
/**
* Returns the operaDate.
* @return String
*/
public String getOperaDate() {
return operaDate;
}
/**
* Returns the changeItem.
* @return String
*/
public String getChangeItem() {
return changeItem;
}
/**
* Returns the valueBefChange.
* @return String
*/
public String getValueBefChange() {
return valueBefChange;
}
/**
* Returns the valueAftChange.
* @return String
*/
public String getValueAftChange() {
return valueAftChange;
}
/**
* Returns the operator.
* @return String
*/
public String getOperator() {
return operator;
}
/**
* Returns the subTableName.
* @return String
*/
public String getSubTableName() {
return subTableName;
}
/**
* Returns the pageCode.
* @return String
*/
public String getPageCode() {
return pageCode;
}
/**
* Returns the explain.
* @return String
*/
public String getExplain() {
return explain;
}
/**
* Returns the formatType.
* @return String
*/
public String getFormatType() {
return formatType;
}
/**
* Returns the orderID.
* @return String
*/
public String getOrderID() {
return orderID;
}
/**
* Sets the SN.
* @param SN The SN to set
*/
public void setSN(String SN) {
this.SN = SN;
}
/**
* Sets the BID.
* @param BID The BID to set
*/
public void setBID(String BID) {
this.BID = BID;
}
/**
* Sets the enterpriseID.
* @param enterpriseID The enterpriseID to set
*/
public void setInnerID(String innerID) {
this.innerID = innerID;
}
/**
* Sets the tableName.
* @param tableName The tableName to set
*/
public void setTableName(String tableName) {
this.tableName = tableName;
}
/**
* Sets the recordNum.
* @param recordNum The recordNum to set
*/
public void setRecordNum(String recordNum) {
this.recordNum = recordNum;
}
/**
* Sets the operaDate.
* @param operaDate The operaDate to set
*/
public void setOperaDate(String operaDate) {
this.operaDate = operaDate;
}
/**
* Sets the changeItem.
* @param changeItem The changeItem to set
*/
public void setChangeItem(String changeItem) {
this.changeItem = changeItem;
}
/**
* Sets the valueBefChange.
* @param valueBefChange The valueBefChange to set
*/
public void setValueBefChange(String valueBefChange) {
this.valueBefChange = valueBefChange;
}
/**
* Sets the valueAftChange.
* @param valueAftChange The valueAftChange to set
*/
public void setValueAftChange(String valueAftChange) {
this.valueAftChange = valueAftChange;
}
/**
* Sets the operator.
* @param operator The operator to set
*/
public void setOperator(String operator) {
this.operator = operator;
}
/**
* Sets the subTableName.
* @param subTableName The subTableName to set
*/
public void setSubTableName(String subTableName) {
this.subTableName = subTableName;
}
/**
* Sets the pageCode.
* @param pageCode The pageCode to set
*/
public void setPageCode(String pageCode) {
this.pageCode = pageCode;
}
/**
* Sets the explain.
* @param explain The explain to set
*/
public void setExplain(String explain) {
this.explain = explain;
}
/**
* Sets the formatType.
* @param formatType The formatType to set
*/
public void setFormatType(String formatType) {
this.formatType = formatType;
}
/**
* Sets the orderID.
* @param orderID The orderID to set
*/
public void setOrderID(String orderID) {
this.orderID = orderID;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -