📄 reportpagemodel.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 ReportPageModel implements java.io.Serializable{
String code;
String pageCode;
String explain ;
String content ;
String buildDate ;
String reportUnit ;
String reportFrom ;
String reportTo ;
String reportType ;
String reportRemark ;
String reportExtent ;
String reportDate ;
String operator ;
/**
* Returns the buildDate.
* @return String
*/
public String getBuildDate() {
return buildDate;
}
/**
* 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 operator.
* @return String
*/
public String getOperator() {
return operator;
}
/**
* Returns the pageCode.
* @return String
*/
public String getPageCode() {
return pageCode;
}
/**
* Returns the reportDate.
* @return String
*/
public String getReportDate() {
return reportDate;
}
/**
* Returns the reportExtent.
* @return String
*/
public String getReportExtent() {
return reportExtent;
}
/**
* Returns the reportFrom.
* @return String
*/
public String getReportFrom() {
return reportFrom;
}
/**
* Returns the reportRemark.
* @return String
*/
public String getReportRemark() {
return reportRemark;
}
/**
* Returns the reportTo.
* @return String
*/
public String getReportTo() {
return reportTo;
}
/**
* Returns the reportType.
* @return String
*/
public String getReportType() {
return reportType;
}
/**
* Returns the reportUnit.
* @return String
*/
public String getReportUnit() {
return reportUnit;
}
/**
* Sets the buildDate.
* @param buildDate The buildDate to set
*/
public void setBuildDate(String buildDate) {
this.buildDate = buildDate;
}
/**
* 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 operator.
* @param operator The operator to set
*/
public void setOperator(String operator) {
this.operator = operator;
}
/**
* Sets the pageCode.
* @param pageCode The pageCode to set
*/
public void setPageCode(String pageCode) {
this.pageCode = pageCode;
}
/**
* Sets the reportDate.
* @param reportDate The reportDate to set
*/
public void setReportDate(String reportDate) {
this.reportDate = reportDate;
}
/**
* Sets the reportExtent.
* @param reportExtent The reportExtent to set
*/
public void setReportExtent(String reportExtent) {
this.reportExtent = reportExtent;
}
/**
* Sets the reportFrom.
* @param reportFrom The reportFrom to set
*/
public void setReportFrom(String reportFrom) {
this.reportFrom = reportFrom;
}
/**
* Sets the reportRemark.
* @param reportRemark The reportRemark to set
*/
public void setReportRemark(String reportRemark) {
this.reportRemark = reportRemark;
}
/**
* Sets the reportTo.
* @param reportTo The reportTo to set
*/
public void setReportTo(String reportTo) {
this.reportTo = reportTo;
}
/**
* Sets the reportType.
* @param reportType The reportType to set
*/
public void setReportType(String reportType) {
this.reportType = reportType;
}
/**
* Sets the reportUnit.
* @param reportUnit The reportUnit to set
*/
public void setReportUnit(String reportUnit) {
this.reportUnit = reportUnit;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -