📄 pagedefinedatamodel.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 PageDefineDataModel implements java.io.Serializable{
String code; //编号
String pageCode; //页面编号
String unitCode; //单元格式编号
String UnitType; //属性
String inputValue; //输入值(显示参考)
String unitStyle; //属性
String unitWidth; //单元格宽
String unitHeight; //单元格的高
String fontType ; //字体类型
String fontSize ; //字体大小
String fontStyle; //字体样式
String fontColor; //字体颜色
String unitRowspan; //单元格的跨行
String unitColSpan; //单元格的跨列
String unitRowColEndPoint;//单元格的行列结束点标记
String unitPosition; //单元格内容的位置
String outPutValue; //输出内容
String leftHaveNOSign; //左边线
String rightHaveNOSign; //右边线
String topHaveNOSign; //上边线
String bottomHavenoSign;//下边线
String logicMark; //组逻辑对应输出位置
String positionLock; //是否为层
String typeLogic; //逻辑组sql
String positionLeft; //层居左
String positionTop; //层居上
String dataType; //数据类型
String dataFormat; //数据格式
String unitClass; //单元格的样式class
String editItem; //可编辑项
/**
* Returns the bottomHavenoSign.
* @return String
*/
public String getBottomHavenoSign() {
return bottomHavenoSign;
}
/**
* Returns the code.
* @return String
*/
public String getCode() {
return code;
}
/**
* Returns the dataFormat.
* @return String
*/
public String getDataFormat() {
return dataFormat;
}
/**
* Returns the dataType.
* @return String
*/
public String getDataType() {
return dataType;
}
/**
* Returns the editItem.
* @return String
*/
public String getEditItem() {
return editItem;
}
/**
* Returns the fontColor.
* @return String
*/
public String getFontColor() {
return fontColor;
}
/**
* Returns the fontSize.
* @return String
*/
public String getFontSize() {
return fontSize;
}
/**
* Returns the fontStyle.
* @return String
*/
public String getFontStyle() {
return fontStyle;
}
/**
* Returns the fontType.
* @return String
*/
public String getFontType() {
return fontType;
}
/**
* Returns the inputValue.
* @return String
*/
public String getInputValue() {
return inputValue;
}
/**
* Returns the leftHaveNOSign.
* @return String
*/
public String getLeftHaveNOSign() {
return leftHaveNOSign;
}
/**
* Returns the logicMark.
* @return String
*/
public String getLogicMark() {
return logicMark;
}
/**
* Returns the outPutValue.
* @return String
*/
public String getOutPutValue() {
return outPutValue;
}
/**
* Returns the pageCode.
* @return String
*/
public String getPageCode() {
return pageCode;
}
/**
* Returns the positionLeft.
* @return String
*/
public String getPositionLeft() {
return positionLeft;
}
/**
* Returns the positionLock.
* @return String
*/
public String getPositionLock() {
return positionLock;
}
/**
* Returns the positionTop.
* @return String
*/
public String getPositionTop() {
return positionTop;
}
/**
* Returns the rightHaveNOSign.
* @return String
*/
public String getRightHaveNOSign() {
return rightHaveNOSign;
}
/**
* Returns the topHaveNOSign.
* @return String
*/
public String getTopHaveNOSign() {
return topHaveNOSign;
}
/**
* Returns the typeLogic.
* @return String
*/
public String getTypeLogic() {
return typeLogic;
}
/**
* Returns the unitClass.
* @return String
*/
public String getUnitClass() {
return unitClass;
}
/**
* Returns the unitCode.
* @return String
*/
public String getUnitCode() {
return unitCode;
}
/**
* Returns the unitColSpan.
* @return String
*/
public String getUnitColSpan() {
return unitColSpan;
}
/**
* Returns the unitHeight.
* @return String
*/
public String getUnitHeight() {
return unitHeight;
}
/**
* Returns the unitPosition.
* @return String
*/
public String getUnitPosition() {
return unitPosition;
}
/**
* Returns the unitRowColEndPoint.
* @return String
*/
public String getUnitRowColEndPoint() {
return unitRowColEndPoint;
}
/**
* Returns the unitRowspan.
* @return String
*/
public String getUnitRowspan() {
return unitRowspan;
}
/**
* Returns the unitStyle.
* @return String
*/
public String getUnitStyle() {
return unitStyle;
}
/**
* Returns the unitType.
* @return String
*/
public String getUnitType() {
return UnitType;
}
/**
* Returns the unitWidth.
* @return String
*/
public String getUnitWidth() {
return unitWidth;
}
/**
* Sets the bottomHavenoSign.
* @param bottomHavenoSign The bottomHavenoSign to set
*/
public void setBottomHavenoSign(String bottomHavenoSign) {
this.bottomHavenoSign = bottomHavenoSign;
}
/**
* Sets the code.
* @param code The code to set
*/
public void setCode(String code) {
this.code = code;
}
/**
* Sets the dataFormat.
* @param dataFormat The dataFormat to set
*/
public void setDataFormat(String dataFormat) {
this.dataFormat = dataFormat;
}
/**
* Sets the dataType.
* @param dataType The dataType to set
*/
public void setDataType(String dataType) {
this.dataType = dataType;
}
/**
* Sets the editItem.
* @param editItem The editItem to set
*/
public void setEditItem(String editItem) {
this.editItem = editItem;
}
/**
* Sets the fontColor.
* @param fontColor The fontColor to set
*/
public void setFontColor(String fontColor) {
this.fontColor = fontColor;
}
/**
* Sets the fontSize.
* @param fontSize The fontSize to set
*/
public void setFontSize(String fontSize) {
this.fontSize = fontSize;
}
/**
* Sets the fontStyle.
* @param fontStyle The fontStyle to set
*/
public void setFontStyle(String fontStyle) {
this.fontStyle = fontStyle;
}
/**
* Sets the fontType.
* @param fontType The fontType to set
*/
public void setFontType(String fontType) {
this.fontType = fontType;
}
/**
* Sets the inputValue.
* @param inputValue The inputValue to set
*/
public void setInputValue(String inputValue) {
this.inputValue = inputValue;
}
/**
* Sets the leftHaveNOSign.
* @param leftHaveNOSign The leftHaveNOSign to set
*/
public void setLeftHaveNOSign(String leftHaveNOSign) {
this.leftHaveNOSign = leftHaveNOSign;
}
/**
* Sets the logicMark.
* @param logicMark The logicMark to set
*/
public void setLogicMark(String logicMark) {
this.logicMark = logicMark;
}
/**
* Sets the outPutValue.
* @param outPutValue The outPutValue to set
*/
public void setOutPutValue(String outPutValue) {
this.outPutValue = outPutValue;
}
/**
* Sets the pageCode.
* @param pageCode The pageCode to set
*/
public void setPageCode(String pageCode) {
this.pageCode = pageCode;
}
/**
* Sets the positionLeft.
* @param positionLeft The positionLeft to set
*/
public void setPositionLeft(String positionLeft) {
this.positionLeft = positionLeft;
}
/**
* Sets the positionLock.
* @param positionLock The positionLock to set
*/
public void setPositionLock(String positionLock) {
this.positionLock = positionLock;
}
/**
* Sets the positionTop.
* @param positionTop The positionTop to set
*/
public void setPositionTop(String positionTop) {
this.positionTop = positionTop;
}
/**
* Sets the rightHaveNOSign.
* @param rightHaveNOSign The rightHaveNOSign to set
*/
public void setRightHaveNOSign(String rightHaveNOSign) {
this.rightHaveNOSign = rightHaveNOSign;
}
/**
* Sets the topHaveNOSign.
* @param topHaveNOSign The topHaveNOSign to set
*/
public void setTopHaveNOSign(String topHaveNOSign) {
this.topHaveNOSign = topHaveNOSign;
}
/**
* Sets the typeLogic.
* @param typeLogic The typeLogic to set
*/
public void setTypeLogic(String typeLogic) {
this.typeLogic = typeLogic;
}
/**
* Sets the unitClass.
* @param unitClass The unitClass to set
*/
public void setUnitClass(String unitClass) {
this.unitClass = unitClass;
}
/**
* Sets the unitCode.
* @param unitCode The unitCode to set
*/
public void setUnitCode(String unitCode) {
this.unitCode = unitCode;
}
/**
* Sets the unitColSpan.
* @param unitColSpan The unitColSpan to set
*/
public void setUnitColSpan(String unitColSpan) {
this.unitColSpan = unitColSpan;
}
/**
* Sets the unitHeight.
* @param unitHeight The unitHeight to set
*/
public void setUnitHeight(String unitHeight) {
this.unitHeight = unitHeight;
}
/**
* Sets the unitPosition.
* @param unitPosition The unitPosition to set
*/
public void setUnitPosition(String unitPosition) {
this.unitPosition = unitPosition;
}
/**
* Sets the unitRowColEndPoint.
* @param unitRowColEndPoint The unitRowColEndPoint to set
*/
public void setUnitRowColEndPoint(String unitRowColEndPoint) {
this.unitRowColEndPoint = unitRowColEndPoint;
}
/**
* Sets the unitRowspan.
* @param unitRowspan The unitRowspan to set
*/
public void setUnitRowspan(String unitRowspan) {
this.unitRowspan = unitRowspan;
}
/**
* Sets the unitStyle.
* @param unitStyle The unitStyle to set
*/
public void setUnitStyle(String unitStyle) {
this.unitStyle = unitStyle;
}
/**
* Sets the unitType.
* @param unitType The unitType to set
*/
public void setUnitType(String unitType) {
UnitType = unitType;
}
/**
* Sets the unitWidth.
* @param unitWidth The unitWidth to set
*/
public void setUnitWidth(String unitWidth) {
this.unitWidth = unitWidth;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -