📄 zhoubaowaiwangfuwuqiform.java
字号:
/*
* Generated by MyEclipse Struts
* Template path: templates/java/JavaClass.vtl
*/
package com.oa.personaloffice.form;
import javax.servlet.http.HttpServletRequest;
import org.apache.struts.action.ActionErrors;
import org.apache.struts.action.ActionForm;
import org.apache.struts.action.ActionMapping;
/**
* MyEclipse Struts
* Creation date: 09-20-2007
*
* XDoclet definition:
* @struts.form name="zhoubaoWaiwangfuwuqiForm"
*/
public class ZhoubaoWaiwangfuwuqiForm extends ActionForm {
/*
* Generated fields
*/
/** memory property */
private String memory;
/** todate property */
private String todate;
/** not_naturl_begin property */
private String not_naturl_begin;
/** fromdate property */
private String fromdate;
/** id property */
private Integer id;
/** first_page property */
private String first_page;
/** is_time_begin property */
private String is_time_begin;
/** page_visit_funtion property */
private String page_visit_funtion;
/** marker property */
private String marker;
/** network_circs property */
private String network_circs;
/** result property */
private String result;
/** savedate property */
private String savedate;
/** visit_log property */
private String visit_log;
/** log_size property */
private String log_size;
/** user_circs property */
private String use_circs;
/** weeklyofyear property */
private String weeklyofyear;
private String[] weeks;
private String[] times;
private String[] memorys;
private String[] use_circss;
private String[] page_visit_functions;
private String[] first_pages;
private String[] is_time_begins;
private String[] network_circss;
private String[] not_naturl_begins;
private String[] visit_logs;
private String[] log_sizes;
/*
* Generated Methods
*/
/**
* @return the network_circss
*/
public String[] getNetwork_circss() {
return network_circss;
}
/**
* @param network_circss the network_circss to set
*/
public void setNetwork_circss(String[] network_circss) {
this.network_circss = network_circss;
}
/**
* @return the first_pages
*/
public String[] getFirst_pages() {
return first_pages;
}
/**
* @param first_pages the first_pages to set
*/
public void setFirst_pages(String[] first_pages) {
this.first_pages = first_pages;
}
/**
* @return the is_time_begins
*/
public String[] getIs_time_begins() {
return is_time_begins;
}
/**
* @param is_time_begins the is_time_begins to set
*/
public void setIs_time_begins(String[] is_time_begins) {
this.is_time_begins = is_time_begins;
}
/**
* @return the log_sizes
*/
public String[] getLog_sizes() {
return log_sizes;
}
/**
* @param log_sizes the log_sizes to set
*/
public void setLog_sizes(String[] log_sizes) {
this.log_sizes = log_sizes;
}
/**
* @return the memorys
*/
public String[] getMemorys() {
return memorys;
}
/**
* @param memorys the memorys to set
*/
public void setMemorys(String[] memorys) {
this.memorys = memorys;
}
/**
* @return the not_naturl_begins
*/
public String[] getNot_naturl_begins() {
return not_naturl_begins;
}
/**
* @param not_naturl_begins the not_naturl_begins to set
*/
public void setNot_naturl_begins(String[] not_naturl_begins) {
this.not_naturl_begins = not_naturl_begins;
}
/**
* @return the page_visit_functions
*/
public String[] getPage_visit_functions() {
return page_visit_functions;
}
/**
* @param page_visit_functions the page_visit_functions to set
*/
public void setPage_visit_functions(String[] page_visit_functions) {
this.page_visit_functions = page_visit_functions;
}
/**
* @return the visit_logs
*/
public String[] getVisit_logs() {
return visit_logs;
}
/**
* @param visit_logs the visit_logs to set
*/
public void setVisit_logs(String[] visit_logs) {
this.visit_logs = visit_logs;
}
/**
* Method validate
* @param mapping
* @param request
* @return ActionErrors
*/
public ActionErrors validate(ActionMapping mapping,
HttpServletRequest request) {
// TODO Auto-generated method stub
return null;
}
/**
* Method reset
* @param mapping
* @param request
*/
public void reset(ActionMapping mapping, HttpServletRequest request) {
// TODO Auto-generated method stub
}
/**
* Returns the memory.
* @return String
*/
public String getMemory() {
return memory;
}
/**
* Set the memory.
* @param memory The memory to set
*/
public void setMemory(String memory) {
this.memory = memory;
}
/**
* Returns the todate.
* @return String
*/
public String getTodate() {
return todate;
}
/**
* Set the todate.
* @param todate The todate to set
*/
public void setTodate(String todate) {
this.todate = todate;
}
/**
* Returns the not_naturl_begin.
* @return String
*/
public String getNot_naturl_begin() {
return not_naturl_begin;
}
/**
* Set the not_naturl_begin.
* @param not_naturl_begin The not_naturl_begin to set
*/
public void setNot_naturl_begin(String not_naturl_begin) {
this.not_naturl_begin = not_naturl_begin;
}
/**
* Returns the fromdate.
* @return String
*/
public String getFromdate() {
return fromdate;
}
/**
* Set the fromdate.
* @param fromdate The fromdate to set
*/
public void setFromdate(String fromdate) {
this.fromdate = fromdate;
}
/**
* Returns the id.
* @return Integer
*/
public Integer getId() {
return id;
}
/**
* Set the id.
* @param id The id to set
*/
public void setId(Integer id) {
this.id = id;
}
/**
* Returns the first_page.
* @return String
*/
public String getFirst_page() {
return first_page;
}
/**
* Set the first_page.
* @param first_page The first_page to set
*/
public void setFirst_page(String first_page) {
this.first_page = first_page;
}
/**
* Returns the is_time_begin.
* @return String
*/
public String getIs_time_begin() {
return is_time_begin;
}
/**
* Set the is_time_begin.
* @param is_time_begin The is_time_begin to set
*/
public void setIs_time_begin(String is_time_begin) {
this.is_time_begin = is_time_begin;
}
/**
* Returns the page_visit_funtion.
* @return String
*/
public String getPage_visit_funtion() {
return page_visit_funtion;
}
/**
* Set the page_visit_funtion.
* @param page_visit_funtion The page_visit_funtion to set
*/
public void setPage_visit_funtion(String page_visit_funtion) {
this.page_visit_funtion = page_visit_funtion;
}
/**
* Returns the marker.
* @return String
*/
public String getMarker() {
return marker;
}
/**
* Set the marker.
* @param marker The marker to set
*/
public void setMarker(String marker) {
this.marker = marker;
}
/**
* Returns the network_circs.
* @return String
*/
public String getNetwork_circs() {
return network_circs;
}
/**
* Set the network_circs.
* @param network_circs The network_circs to set
*/
public void setNetwork_circs(String network_circs) {
this.network_circs = network_circs;
}
/**
* Returns the result.
* @return String
*/
public String getResult() {
return result;
}
/**
* Set the result.
* @param result The result to set
*/
public void setResult(String result) {
this.result = result;
}
/**
* Returns the savedate.
* @return String
*/
public String getSavedate() {
return savedate;
}
/**
* Set the savedate.
* @param savedate The savedate to set
*/
public void setSavedate(String savedate) {
this.savedate = savedate;
}
/**
* Returns the visit_log.
* @return String
*/
public String getVisit_log() {
return visit_log;
}
/**
* Set the visit_log.
* @param visit_log The visit_log to set
*/
public void setVisit_log(String visit_log) {
this.visit_log = visit_log;
}
/**
* Returns the log_size.
* @return String
*/
public String getLog_size() {
return log_size;
}
/**
* Set the log_size.
* @param log_size The log_size to set
*/
public void setLog_size(String log_size) {
this.log_size = log_size;
}
/**
* Returns the weeklyofyear.
* @return String
*/
public String getWeeklyofyear() {
return weeklyofyear;
}
/**
* Set the weeklyofyear.
* @param weeklyofyear The weeklyofyear to set
*/
public void setWeeklyofyear(String weeklyofyear) {
this.weeklyofyear = weeklyofyear;
}
/**
* @return the use_circs
*/
public String getUse_circs() {
return use_circs;
}
/**
* @param use_circs the use_circs to set
*/
public void setUse_circs(String use_circs) {
this.use_circs = use_circs;
}
/**
* @return the use_circss
*/
public String[] getUse_circss() {
return use_circss;
}
/**
* @param use_circss the use_circss to set
*/
public void setUse_circss(String[] use_circss) {
this.use_circss = use_circss;
}
/**
* @return the times
*/
public String[] getTimes() {
return times;
}
/**
* @param times the times to set
*/
public void setTimes(String[] times) {
this.times = times;
}
/**
* @return the weeks
*/
public String[] getWeeks() {
return weeks;
}
/**
* @param weeks the weeks to set
*/
public void setWeeks(String[] weeks) {
this.weeks = weeks;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -