package com.fgkj.dto; import java.io.Serializable; import java.util.Date; public class User_task implements Serializable{ private Integer num; private Integer task_id; private Integer task_id_ex; private Integer task_type; private String task_name; private Integer task_enabled; private Date task_create_date; private Date task_create_date1; private Date task_start_date; private Date task_close_date; private Date task_close_date1; private Integer subtask_count; private Integer task_notice_sum; private Date task_notice_starttime; private Date task_notice_endtime; private Integer task_notice_timeinterval; private Integer task_notice_count; private Date task_notice_latesttime; private Integer task_autoinc_day_count; private Integer task_delay_day_count; private Integer task_pass_saturday; private Integer task_pass_sunday; private Integer task_pass_jiejiari; private Integer task_confirm; private Date task_confirm_date; private Integer task_complete; private Date task_complete_date; private Date task_complete_date1; private Integer task_complete_confirm; private Date task_complete_confirm_date; private Integer notice_master_enabled; private Integer notice_master; private String note; public User_task() { super(); // TODO Auto-generated constructor stub } public Integer getNum() { return num; } public void setNum(Integer num) { this.num = num; } public Integer getTask_id() { return task_id; } public void setTask_id(Integer task_id) { this.task_id = task_id; } public Integer getTask_id_ex() { return task_id_ex; } public void setTask_id_ex(Integer task_id_ex) { this.task_id_ex = task_id_ex; } public Integer getTask_type() { return task_type; } public void setTask_type(Integer task_type) { this.task_type = task_type; } public String getTask_name() { return task_name; } public void setTask_name(String task_name) { this.task_name = task_name; } public Integer getTask_enabled() { return task_enabled; } public void setTask_enabled(Integer task_enabled) { this.task_enabled = task_enabled; } public Date getTask_create_date() { return task_create_date; } public void setTask_create_date(Date task_create_date) { this.task_create_date = task_create_date; } public Date getTask_create_date1() { return task_create_date1; } public void setTask_create_date1(Date task_create_date1) { this.task_create_date1 = task_create_date1; } public Date getTask_start_date() { return task_start_date; } public void setTask_start_date(Date task_start_date) { this.task_start_date = task_start_date; } public Date getTask_close_date() { return task_close_date; } public void setTask_close_date(Date task_close_date) { this.task_close_date = task_close_date; } public Date getTask_close_date1() { return task_close_date1; } public void setTask_close_date1(Date task_close_date1) { this.task_close_date1 = task_close_date1; } public Integer getSubtask_count() { return subtask_count; } public void setSubtask_count(Integer subtask_count) { this.subtask_count = subtask_count; } public Integer getTask_notice_sum() { return task_notice_sum; } public void setTask_notice_sum(Integer task_notice_sum) { this.task_notice_sum = task_notice_sum; } public Date getTask_notice_starttime() { return task_notice_starttime; } public void setTask_notice_starttime(Date task_notice_starttime) { this.task_notice_starttime = task_notice_starttime; } public Date getTask_notice_endtime() { return task_notice_endtime; } public void setTask_notice_endtime(Date task_notice_endtime) { this.task_notice_endtime = task_notice_endtime; } public Integer getTask_notice_timeinterval() { return task_notice_timeinterval; } public void setTask_notice_timeinterval(Integer task_notice_timeinterval) { this.task_notice_timeinterval = task_notice_timeinterval; } public Integer getTask_notice_count() { return task_notice_count; } public void setTask_notice_count(Integer task_notice_count) { this.task_notice_count = task_notice_count; } public Date getTask_notice_latesttime() { return task_notice_latesttime; } public void setTask_notice_latesttime(Date task_notice_latesttime) { this.task_notice_latesttime = task_notice_latesttime; } public Integer getTask_autoinc_day_count() { return task_autoinc_day_count; } public void setTask_autoinc_day_count(Integer task_autoinc_day_count) { this.task_autoinc_day_count = task_autoinc_day_count; } public Integer getTask_delay_day_count() { return task_delay_day_count; } public void setTask_delay_day_count(Integer task_delay_day_count) { this.task_delay_day_count = task_delay_day_count; } public Integer getTask_pass_saturday() { return task_pass_saturday; } public void setTask_pass_saturday(Integer task_pass_saturday) { this.task_pass_saturday = task_pass_saturday; } public Integer getTask_pass_sunday() { return task_pass_sunday; } public void setTask_pass_sunday(Integer task_pass_sunday) { this.task_pass_sunday = task_pass_sunday; } public Integer getTask_pass_jiejiari() { return task_pass_jiejiari; } public void setTask_pass_jiejiari(Integer task_pass_jiejiari) { this.task_pass_jiejiari = task_pass_jiejiari; } public Integer getTask_confirm() { return task_confirm; } public void setTask_confirm(Integer task_confirm) { this.task_confirm = task_confirm; } public Date getTask_confirm_date() { return task_confirm_date; } public void setTask_confirm_date(Date task_confirm_date) { this.task_confirm_date = task_confirm_date; } public Integer getTask_complete() { return task_complete; } public void setTask_complete(Integer task_complete) { this.task_complete = task_complete; } public Date getTask_complete_date() { return task_complete_date; } public void setTask_complete_date(Date task_complete_date) { this.task_complete_date = task_complete_date; } public Date getTask_complete_date1() { return task_complete_date1; } public void setTask_complete_date1(Date task_complete_date1) { this.task_complete_date1 = task_complete_date1; } public Integer getTask_complete_confirm() { return task_complete_confirm; } public void setTask_complete_confirm(Integer task_complete_confirm) { this.task_complete_confirm = task_complete_confirm; } public Date getTask_complete_confirm_date() { return task_complete_confirm_date; } public void setTask_complete_confirm_date(Date task_complete_confirm_date) { this.task_complete_confirm_date = task_complete_confirm_date; } public Integer getNotice_master_enabled() { return notice_master_enabled; } public void setNotice_master_enabled(Integer notice_master_enabled) { this.notice_master_enabled = notice_master_enabled; } public Integer getNotice_master() { return notice_master; } public void setNotice_master(Integer notice_master) { this.notice_master = notice_master; } public String getNote() { return note; } public void setNote(String note) { this.note = note; } @Override public String toString() { return "User_task [num=" + num + ", task_id=" + task_id + ", task_id_ex=" + task_id_ex + ", task_type=" + task_type + ", task_name=" + task_name + ", task_enabled=" + task_enabled + ", task_create_date=" + task_create_date + ", task_create_date1=" + task_create_date1 + ", task_start_date=" + task_start_date + ", task_close_date=" + task_close_date + ", task_close_date1=" + task_close_date1 + ", subtask_count=" + subtask_count + ", task_notice_sum=" + task_notice_sum + ", task_notice_starttime=" + task_notice_starttime + ", task_notice_endtime=" + task_notice_endtime + ", task_notice_timeinterval=" + task_notice_timeinterval + ", task_notice_count=" + task_notice_count + ", task_notice_latesttime=" + task_notice_latesttime + ", task_autoinc_day_count=" + task_autoinc_day_count + ", task_delay_day_count=" + task_delay_day_count + ", task_pass_saturday=" + task_pass_saturday + ", task_pass_sunday=" + task_pass_sunday + ", task_pass_jiejiari=" + task_pass_jiejiari + ", task_confirm=" + task_confirm + ", task_confirm_date=" + task_confirm_date + ", task_complete=" + task_complete + ", task_complete_date=" + task_complete_date + ", task_complete_date1=" + task_complete_date1 + ", task_complete_confirm=" + task_complete_confirm + ", task_complete_confirm_date=" + task_complete_confirm_date + ", notice_master_enabled=" + notice_master_enabled + ", notice_master=" + notice_master + ", note=" + note + "]"; } }