📄 buildgoupcolmodel.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 BuildGoupColModel implements java.io.Serializable{
String code;
String result;
String content;
String style;
String unitStyle;
String type;
String upload;
String rowColEndPoint;
String dataType;
String dataFormat;
String outputValue;
/**
* Returns the code.
* @return String
*/
public String getCode() {
return code;
}
/**
* Returns the content.
* @return String
*/
public String getContent() {
return content;
}
/**
* Returns the dataFormat.
* @return String
*/
public String getDataFormat() {
return dataFormat;
}
/**
* Returns the dataType.
* @return String
*/
public String getDataType() {
return dataType;
}
/**
* Returns the outputValue.
* @return String
*/
public String getOutputValue() {
return outputValue;
}
/**
* Returns the result.
* @return String
*/
public String getResult() {
return result;
}
/**
* Returns the rowColEndPoint.
* @return String
*/
public String getRowColEndPoint() {
return rowColEndPoint;
}
/**
* Returns the style.
* @return String
*/
public String getStyle() {
return style;
}
/**
* Returns the type.
* @return String
*/
public String getType() {
return type;
}
/**
* Returns the unitStyle.
* @return String
*/
public String getUnitStyle() {
return unitStyle;
}
/**
* Returns the upload.
* @return String
*/
public String getUpload() {
return upload;
}
/**
* 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 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 outputValue.
* @param outputValue The outputValue to set
*/
public void setOutputValue(String outputValue) {
this.outputValue = outputValue;
}
/**
* Sets the result.
* @param result The result to set
*/
public void setResult(String result) {
this.result = result;
}
/**
* Sets the rowColEndPoint.
* @param rowColEndPoint The rowColEndPoint to set
*/
public void setRowColEndPoint(String rowColEndPoint) {
this.rowColEndPoint = rowColEndPoint;
}
/**
* Sets the style.
* @param style The style to set
*/
public void setStyle(String style) {
this.style = style;
}
/**
* Sets the type.
* @param type The type to set
*/
public void setType(String type) {
this.type = type;
}
/**
* Sets the unitStyle.
* @param unitStyle The unitStyle to set
*/
public void setUnitStyle(String unitStyle) {
this.unitStyle = unitStyle;
}
/**
* Sets the upload.
* @param upload The upload to set
*/
public void setUpload(String upload) {
this.upload = upload;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -