package cn.ksource.beans;
|
|
import java.sql.ResultSet;
|
import java.sql.SQLException;
|
import java.util.HashMap;
|
import java.util.Iterator;
|
import java.util.List;
|
import java.util.Map;
|
|
import org.apache.commons.lang.StringUtils;
|
|
|
import cn.ksource.core.dao.BaseBean;
|
import cn.ksource.core.util.ConvertUtil;
|
import cn.ksource.core.util.StringUtil;
|
|
/**
|
* 事件基本信息
|
*/
|
public class SC_WORKFLOW_INCIDENT_TEMPLATE extends BaseBean{
|
|
public final static Map<String, String> KEYS = new HashMap<String, String>();
|
private Map BEAN_VALUES = null;
|
|
static {
|
KEYS.put("id", "String");
|
KEYS.put("order_code", "String");
|
KEYS.put("template_name", "String");
|
KEYS.put("name", "String");
|
KEYS.put("descrip", "String");
|
KEYS.put("happen_time", "Long");
|
KEYS.put("first_category_name", "String");
|
KEYS.put("first_category_id", "String");
|
KEYS.put("second_category_id", "String");
|
KEYS.put("second_category_name", "String");
|
KEYS.put("third_category_id", "String");
|
KEYS.put("third_category_name", "String");
|
KEYS.put("priority_id", "String");
|
KEYS.put("priority_name", "String");
|
KEYS.put("influence_id", "String");
|
KEYS.put("influence_name", "String");
|
KEYS.put("sla_id", "String");
|
KEYS.put("sla_name", "String");
|
KEYS.put("customer_id", "String");
|
KEYS.put("customer_name", "String");
|
KEYS.put("keshi", "String");
|
KEYS.put("contact_id", "String");
|
KEYS.put("contact_name", "String");
|
KEYS.put("contact_phone", "String");
|
KEYS.put("apply_type_id", "String");
|
KEYS.put("apply_type_name", "String");
|
KEYS.put("apply_user_name", "String");
|
KEYS.put("apply_user_phone", "String");
|
KEYS.put("apply_time", "Long");
|
KEYS.put("create_user_id", "String");
|
KEYS.put("create_user_name", "String");
|
KEYS.put("create_time", "Long");
|
KEYS.put("type_id", "String");
|
KEYS.put("type_name", "String");
|
KEYS.put("source_id", "String");
|
KEYS.put("source_name", "String");
|
KEYS.put("state", "Integer");
|
KEYS.put("merged_business_id", "String");
|
KEYS.put("resolve_user_id", "String");
|
KEYS.put("resolve_user_name", "String");
|
KEYS.put("resolve_time", "Long");
|
KEYS.put("resolve_type_id", "String");
|
KEYS.put("resolve_type_name", "String");
|
KEYS.put("resolve_role_id", "String");
|
KEYS.put("resolve_role_name", "String");
|
KEYS.put("resolve", "String");
|
KEYS.put("suggest", "String");
|
KEYS.put("flow_id", "String");
|
KEYS.put("flow_name", "String");
|
KEYS.put("request_answer_time", "Long");
|
KEYS.put("request_deal_time", "Long");
|
KEYS.put("answer_time", "Long");
|
KEYS.put("answer_timeout", "Integer");
|
KEYS.put("answer_use_time", "String");
|
KEYS.put("answer_timeout_time", "Long");
|
KEYS.put("deal_timeout", "Integer");
|
KEYS.put("deal_use_time", "String");
|
KEYS.put("deal_timeout_time", "Long");
|
KEYS.put("sub_customer_name", "String");
|
KEYS.put("sub_customer_id", "String");
|
KEYS.put("create_type", "Integer");
|
KEYS.put("questionid", "String");
|
KEYS.put("knowledgeid", "String");
|
KEYS.put("currentnode", "String");
|
KEYS.put("applydept", "String");
|
KEYS.put("ordertag", "String");
|
KEYS.put("ywgroup", "String");
|
KEYS.put("ishf", "Integer");
|
KEYS.put("hfcg", "Integer");
|
KEYS.put("create_end_time", "Long");
|
KEYS.put("resolve_start_time", "Long");
|
KEYS.put("hf_start_time", "Long");
|
KEYS.put("hf_end_time", "Long");
|
KEYS.put("yj_timeout_state", "Integer");
|
KEYS.put("order_state", "String");
|
KEYS.put("order_type", "String");
|
KEYS.put("ims_ordercode", "String");
|
KEYS.put("orderback_type", "String");
|
KEYS.put("orderback_reason", "String");
|
}
|
public Map getColumnMap(){
|
return KEYS;
|
}
|
|
private String id;
|
private Boolean isSetted_id = false;;
|
|
private String order_code;
|
private Boolean isSetted_order_code = false;
|
private String template_name;
|
private Boolean isSetted_template_name = false;
|
private String name;
|
private Boolean isSetted_name = false;
|
private String descrip;
|
private Boolean isSetted_descrip = false;
|
private Long happen_time;
|
private Boolean isSetted_happen_time = false;
|
private String first_category_name;
|
private Boolean isSetted_first_category_name = false;
|
private String first_category_id;
|
private Boolean isSetted_first_category_id = false;
|
private String second_category_id;
|
private Boolean isSetted_second_category_id = false;
|
private String second_category_name;
|
private Boolean isSetted_second_category_name = false;
|
private String third_category_id;
|
private Boolean isSetted_third_category_id = false;
|
private String third_category_name;
|
private Boolean isSetted_third_category_name = false;
|
private String priority_id;
|
private Boolean isSetted_priority_id = false;
|
private String priority_name;
|
private Boolean isSetted_priority_name = false;
|
private String influence_id;
|
private Boolean isSetted_influence_id = false;
|
private String influence_name;
|
private Boolean isSetted_influence_name = false;
|
private String sla_id;
|
private Boolean isSetted_sla_id = false;
|
private String sla_name;
|
private Boolean isSetted_sla_name = false;
|
private String customer_id;
|
private Boolean isSetted_customer_id = false;
|
private String customer_name;
|
private Boolean isSetted_customer_name = false;
|
private String keshi;
|
private Boolean isSetted_keshi = false;
|
private String contact_id;
|
private Boolean isSetted_contact_id = false;
|
private String contact_name;
|
private Boolean isSetted_contact_name = false;
|
private String contact_phone;
|
private Boolean isSetted_contact_phone = false;
|
private String apply_type_id;
|
private Boolean isSetted_apply_type_id = false;
|
private String apply_type_name;
|
private Boolean isSetted_apply_type_name = false;
|
private String apply_user_name;
|
private Boolean isSetted_apply_user_name = false;
|
private String apply_user_phone;
|
private Boolean isSetted_apply_user_phone = false;
|
private Long apply_time;
|
private Boolean isSetted_apply_time = false;
|
private String create_user_id;
|
private Boolean isSetted_create_user_id = false;
|
private String create_user_name;
|
private Boolean isSetted_create_user_name = false;
|
private Long create_time;
|
private Boolean isSetted_create_time = false;
|
private String type_id;
|
private Boolean isSetted_type_id = false;
|
private String type_name;
|
private Boolean isSetted_type_name = false;
|
private String source_id;
|
private Boolean isSetted_source_id = false;
|
private String source_name;
|
private Boolean isSetted_source_name = false;
|
private Integer state;
|
private Boolean isSetted_state = false;
|
private String merged_business_id;
|
private Boolean isSetted_merged_business_id = false;
|
private String resolve_user_id;
|
private Boolean isSetted_resolve_user_id = false;
|
private String resolve_user_name;
|
private Boolean isSetted_resolve_user_name = false;
|
private Long resolve_time;
|
private Boolean isSetted_resolve_time = false;
|
private String resolve_type_id;
|
private Boolean isSetted_resolve_type_id = false;
|
private String resolve_type_name;
|
private Boolean isSetted_resolve_type_name = false;
|
private String resolve_role_id;
|
private Boolean isSetted_resolve_role_id = false;
|
private String resolve_role_name;
|
private Boolean isSetted_resolve_role_name = false;
|
private String resolve;
|
private Boolean isSetted_resolve = false;
|
private String suggest;
|
private Boolean isSetted_suggest = false;
|
private String flow_id;
|
private Boolean isSetted_flow_id = false;
|
private String flow_name;
|
private Boolean isSetted_flow_name = false;
|
private Long request_answer_time;
|
private Boolean isSetted_request_answer_time = false;
|
private Long request_deal_time;
|
private Boolean isSetted_request_deal_time = false;
|
private Long answer_time;
|
private Boolean isSetted_answer_time = false;
|
private Integer answer_timeout;
|
private Boolean isSetted_answer_timeout = false;
|
private String answer_use_time;
|
private Boolean isSetted_answer_use_time = false;
|
private Long answer_timeout_time;
|
private Boolean isSetted_answer_timeout_time = false;
|
private Integer deal_timeout;
|
private Boolean isSetted_deal_timeout = false;
|
private String deal_use_time;
|
private Boolean isSetted_deal_use_time = false;
|
private Long deal_timeout_time;
|
private Boolean isSetted_deal_timeout_time = false;
|
private String sub_customer_name;
|
private Boolean isSetted_sub_customer_name = false;
|
private String sub_customer_id;
|
private Boolean isSetted_sub_customer_id = false;
|
private Integer create_type;
|
private Boolean isSetted_create_type = false;
|
private String questionid;
|
private Boolean isSetted_questionid = false;
|
private String knowledgeid;
|
private Boolean isSetted_knowledgeid = false;
|
private String currentnode;
|
private Boolean isSetted_currentnode = false;
|
private String applydept;
|
private Boolean isSetted_applydept = false;
|
private String ordertag;
|
private Boolean isSetted_ordertag = false;
|
private String ywgroup;
|
private Boolean isSetted_ywgroup = false;
|
private Integer ishf;
|
private Boolean isSetted_ishf = false;
|
private Integer hfcg;
|
private Boolean isSetted_hfcg = false;
|
private Long create_end_time;
|
private Boolean isSetted_create_end_time = false;
|
private Long resolve_start_time;
|
private Boolean isSetted_resolve_start_time = false;
|
private Long hf_start_time;
|
private Boolean isSetted_hf_start_time = false;
|
private Long hf_end_time;
|
private Boolean isSetted_hf_end_time = false;
|
private Integer yj_timeout_state;
|
private Boolean isSetted_yj_timeout_state = false;
|
private String order_state;
|
private Boolean isSetted_order_state = false;
|
private String order_type;
|
private Boolean isSetted_order_type = false;
|
private String ims_ordercode;
|
private Boolean isSetted_ims_ordercode = false;
|
private String orderback_type;
|
private Boolean isSetted_orderback_type = false;
|
private String orderback_reason;
|
private Boolean isSetted_orderback_reason = false;
|
|
private void initBeanValues(){
|
BEAN_VALUES = new HashMap<String, Object>();
|
BEAN_VALUES.put("id",id);
|
BEAN_VALUES.put("order_code", null);
|
BEAN_VALUES.put("template_name", null);
|
BEAN_VALUES.put("name", null);
|
BEAN_VALUES.put("descrip", null);
|
BEAN_VALUES.put("happen_time", null);
|
BEAN_VALUES.put("first_category_name", null);
|
BEAN_VALUES.put("first_category_id", null);
|
BEAN_VALUES.put("second_category_id", null);
|
BEAN_VALUES.put("second_category_name", null);
|
BEAN_VALUES.put("third_category_id", null);
|
BEAN_VALUES.put("third_category_name", null);
|
BEAN_VALUES.put("priority_id", null);
|
BEAN_VALUES.put("priority_name", null);
|
BEAN_VALUES.put("influence_id", null);
|
BEAN_VALUES.put("influence_name", null);
|
BEAN_VALUES.put("sla_id", null);
|
BEAN_VALUES.put("sla_name", null);
|
BEAN_VALUES.put("customer_id", null);
|
BEAN_VALUES.put("customer_name", null);
|
BEAN_VALUES.put("keshi", null);
|
BEAN_VALUES.put("contact_id", null);
|
BEAN_VALUES.put("contact_name", null);
|
BEAN_VALUES.put("contact_phone", null);
|
BEAN_VALUES.put("apply_type_id", null);
|
BEAN_VALUES.put("apply_type_name", null);
|
BEAN_VALUES.put("apply_user_name", null);
|
BEAN_VALUES.put("apply_user_phone", null);
|
BEAN_VALUES.put("apply_time", null);
|
BEAN_VALUES.put("create_user_id", null);
|
BEAN_VALUES.put("create_user_name", null);
|
BEAN_VALUES.put("create_time", null);
|
BEAN_VALUES.put("type_id", null);
|
BEAN_VALUES.put("type_name", null);
|
BEAN_VALUES.put("source_id", null);
|
BEAN_VALUES.put("source_name", null);
|
BEAN_VALUES.put("state", null);
|
BEAN_VALUES.put("merged_business_id", null);
|
BEAN_VALUES.put("resolve_user_id", null);
|
BEAN_VALUES.put("resolve_user_name", null);
|
BEAN_VALUES.put("resolve_time", null);
|
BEAN_VALUES.put("resolve_type_id", null);
|
BEAN_VALUES.put("resolve_type_name", null);
|
BEAN_VALUES.put("resolve_role_id", null);
|
BEAN_VALUES.put("resolve_role_name", null);
|
BEAN_VALUES.put("resolve", null);
|
BEAN_VALUES.put("suggest", null);
|
BEAN_VALUES.put("flow_id", null);
|
BEAN_VALUES.put("flow_name", null);
|
BEAN_VALUES.put("request_answer_time", null);
|
BEAN_VALUES.put("request_deal_time", null);
|
BEAN_VALUES.put("answer_time", null);
|
BEAN_VALUES.put("answer_timeout", null);
|
BEAN_VALUES.put("answer_use_time", null);
|
BEAN_VALUES.put("answer_timeout_time", null);
|
BEAN_VALUES.put("deal_timeout", null);
|
BEAN_VALUES.put("deal_use_time", null);
|
BEAN_VALUES.put("deal_timeout_time", null);
|
BEAN_VALUES.put("sub_customer_name", null);
|
BEAN_VALUES.put("sub_customer_id", null);
|
BEAN_VALUES.put("create_type", null);
|
BEAN_VALUES.put("questionid", null);
|
BEAN_VALUES.put("knowledgeid", null);
|
BEAN_VALUES.put("currentnode", null);
|
BEAN_VALUES.put("applydept", null);
|
BEAN_VALUES.put("ordertag", null);
|
BEAN_VALUES.put("ywgroup", null);
|
BEAN_VALUES.put("ishf", null);
|
BEAN_VALUES.put("hfcg", null);
|
BEAN_VALUES.put("create_end_time", null);
|
BEAN_VALUES.put("resolve_start_time", null);
|
BEAN_VALUES.put("hf_start_time", null);
|
BEAN_VALUES.put("hf_end_time", null);
|
BEAN_VALUES.put("yj_timeout_state", null);
|
BEAN_VALUES.put("order_state", null);
|
BEAN_VALUES.put("order_type", null);
|
BEAN_VALUES.put("ims_ordercode", null);
|
BEAN_VALUES.put("orderback_type", null);
|
BEAN_VALUES.put("orderback_reason", null);
|
}
|
|
public SC_WORKFLOW_INCIDENT_TEMPLATE() {
|
initBeanValues();
|
}
|
|
public SC_WORKFLOW_INCIDENT_TEMPLATE(String id) {
|
super();
|
this.id = id;
|
initBeanValues();
|
BEAN_VALUES.put("id",id);
|
}
|
|
/**
|
* 获取ID
|
*/
|
public String getId() {
|
return this.id;
|
}
|
/**
|
* 设置ID
|
*/
|
public SC_WORKFLOW_INCIDENT_TEMPLATE setId(String id) {
|
this.id = id;
|
this.isSetted_id = true;
|
BEAN_VALUES.put("id",id);
|
return this;
|
}
|
|
@Override
|
public String getUpdateSql() {
|
StringBuffer sBuffer = new StringBuffer("update SC_WORKFLOW_INCIDENT_TEMPLATE set ");
|
if (isSetted_order_code) {
|
sBuffer.append("order_code=:order_code,");
|
}
|
if (isSetted_template_name) {
|
sBuffer.append("template_name=:template_name,");
|
}
|
if (isSetted_name) {
|
sBuffer.append("name=:name,");
|
}
|
if (isSetted_descrip) {
|
sBuffer.append("descrip=:descrip,");
|
}
|
if (isSetted_happen_time) {
|
sBuffer.append("happen_time=:happen_time,");
|
}
|
if (isSetted_first_category_name) {
|
sBuffer.append("first_category_name=:first_category_name,");
|
}
|
if (isSetted_first_category_id) {
|
sBuffer.append("first_category_id=:first_category_id,");
|
}
|
if (isSetted_second_category_id) {
|
sBuffer.append("second_category_id=:second_category_id,");
|
}
|
if (isSetted_second_category_name) {
|
sBuffer.append("second_category_name=:second_category_name,");
|
}
|
if (isSetted_third_category_id) {
|
sBuffer.append("third_category_id=:third_category_id,");
|
}
|
if (isSetted_third_category_name) {
|
sBuffer.append("third_category_name=:third_category_name,");
|
}
|
if (isSetted_priority_id) {
|
sBuffer.append("priority_id=:priority_id,");
|
}
|
if (isSetted_priority_name) {
|
sBuffer.append("priority_name=:priority_name,");
|
}
|
if (isSetted_influence_id) {
|
sBuffer.append("influence_id=:influence_id,");
|
}
|
if (isSetted_influence_name) {
|
sBuffer.append("influence_name=:influence_name,");
|
}
|
if (isSetted_sla_id) {
|
sBuffer.append("sla_id=:sla_id,");
|
}
|
if (isSetted_sla_name) {
|
sBuffer.append("sla_name=:sla_name,");
|
}
|
if (isSetted_customer_id) {
|
sBuffer.append("customer_id=:customer_id,");
|
}
|
if (isSetted_customer_name) {
|
sBuffer.append("customer_name=:customer_name,");
|
}
|
if (isSetted_keshi) {
|
sBuffer.append("keshi=:keshi,");
|
}
|
if (isSetted_contact_id) {
|
sBuffer.append("contact_id=:contact_id,");
|
}
|
if (isSetted_contact_name) {
|
sBuffer.append("contact_name=:contact_name,");
|
}
|
if (isSetted_contact_phone) {
|
sBuffer.append("contact_phone=:contact_phone,");
|
}
|
if (isSetted_apply_type_id) {
|
sBuffer.append("apply_type_id=:apply_type_id,");
|
}
|
if (isSetted_apply_type_name) {
|
sBuffer.append("apply_type_name=:apply_type_name,");
|
}
|
if (isSetted_apply_user_name) {
|
sBuffer.append("apply_user_name=:apply_user_name,");
|
}
|
if (isSetted_apply_user_phone) {
|
sBuffer.append("apply_user_phone=:apply_user_phone,");
|
}
|
if (isSetted_apply_time) {
|
sBuffer.append("apply_time=:apply_time,");
|
}
|
if (isSetted_create_user_id) {
|
sBuffer.append("create_user_id=:create_user_id,");
|
}
|
if (isSetted_create_user_name) {
|
sBuffer.append("create_user_name=:create_user_name,");
|
}
|
if (isSetted_create_time) {
|
sBuffer.append("create_time=:create_time,");
|
}
|
if (isSetted_type_id) {
|
sBuffer.append("type_id=:type_id,");
|
}
|
if (isSetted_type_name) {
|
sBuffer.append("type_name=:type_name,");
|
}
|
if (isSetted_source_id) {
|
sBuffer.append("source_id=:source_id,");
|
}
|
if (isSetted_source_name) {
|
sBuffer.append("source_name=:source_name,");
|
}
|
if (isSetted_state) {
|
sBuffer.append("state=:state,");
|
}
|
if (isSetted_merged_business_id) {
|
sBuffer.append("merged_business_id=:merged_business_id,");
|
}
|
if (isSetted_resolve_user_id) {
|
sBuffer.append("resolve_user_id=:resolve_user_id,");
|
}
|
if (isSetted_resolve_user_name) {
|
sBuffer.append("resolve_user_name=:resolve_user_name,");
|
}
|
if (isSetted_resolve_time) {
|
sBuffer.append("resolve_time=:resolve_time,");
|
}
|
if (isSetted_resolve_type_id) {
|
sBuffer.append("resolve_type_id=:resolve_type_id,");
|
}
|
if (isSetted_resolve_type_name) {
|
sBuffer.append("resolve_type_name=:resolve_type_name,");
|
}
|
if (isSetted_resolve_role_id) {
|
sBuffer.append("resolve_role_id=:resolve_role_id,");
|
}
|
if (isSetted_resolve_role_name) {
|
sBuffer.append("resolve_role_name=:resolve_role_name,");
|
}
|
if (isSetted_resolve) {
|
sBuffer.append("resolve=:resolve,");
|
}
|
if (isSetted_suggest) {
|
sBuffer.append("suggest=:suggest,");
|
}
|
if (isSetted_flow_id) {
|
sBuffer.append("flow_id=:flow_id,");
|
}
|
if (isSetted_flow_name) {
|
sBuffer.append("flow_name=:flow_name,");
|
}
|
if (isSetted_request_answer_time) {
|
sBuffer.append("request_answer_time=:request_answer_time,");
|
}
|
if (isSetted_request_deal_time) {
|
sBuffer.append("request_deal_time=:request_deal_time,");
|
}
|
if (isSetted_answer_time) {
|
sBuffer.append("answer_time=:answer_time,");
|
}
|
if (isSetted_answer_timeout) {
|
sBuffer.append("answer_timeout=:answer_timeout,");
|
}
|
if (isSetted_answer_use_time) {
|
sBuffer.append("answer_use_time=:answer_use_time,");
|
}
|
if (isSetted_answer_timeout_time) {
|
sBuffer.append("answer_timeout_time=:answer_timeout_time,");
|
}
|
if (isSetted_deal_timeout) {
|
sBuffer.append("deal_timeout=:deal_timeout,");
|
}
|
if (isSetted_deal_use_time) {
|
sBuffer.append("deal_use_time=:deal_use_time,");
|
}
|
if (isSetted_deal_timeout_time) {
|
sBuffer.append("deal_timeout_time=:deal_timeout_time,");
|
}
|
if (isSetted_sub_customer_name) {
|
sBuffer.append("sub_customer_name=:sub_customer_name,");
|
}
|
if (isSetted_sub_customer_id) {
|
sBuffer.append("sub_customer_id=:sub_customer_id,");
|
}
|
if (isSetted_create_type) {
|
sBuffer.append("create_type=:create_type,");
|
}
|
if (isSetted_questionid) {
|
sBuffer.append("questionid=:questionid,");
|
}
|
if (isSetted_knowledgeid) {
|
sBuffer.append("knowledgeid=:knowledgeid,");
|
}
|
if (isSetted_currentnode) {
|
sBuffer.append("currentnode=:currentnode,");
|
}
|
if (isSetted_applydept) {
|
sBuffer.append("applydept=:applydept,");
|
}
|
if (isSetted_ordertag) {
|
sBuffer.append("ordertag=:ordertag,");
|
}
|
if (isSetted_ywgroup) {
|
sBuffer.append("ywgroup=:ywgroup,");
|
}
|
if (isSetted_ishf) {
|
sBuffer.append("ishf=:ishf,");
|
}
|
if (isSetted_hfcg) {
|
sBuffer.append("hfcg=:hfcg,");
|
}
|
if (isSetted_create_end_time) {
|
sBuffer.append("create_end_time=:create_end_time,");
|
}
|
if (isSetted_resolve_start_time) {
|
sBuffer.append("resolve_start_time=:resolve_start_time,");
|
}
|
if (isSetted_hf_start_time) {
|
sBuffer.append("hf_start_time=:hf_start_time,");
|
}
|
if (isSetted_hf_end_time) {
|
sBuffer.append("hf_end_time=:hf_end_time,");
|
}
|
if (isSetted_yj_timeout_state) {
|
sBuffer.append("yj_timeout_state=:yj_timeout_state,");
|
}
|
if (isSetted_order_state) {
|
sBuffer.append("order_state=:order_state,");
|
}
|
if (isSetted_order_type) {
|
sBuffer.append("order_type=:order_type,");
|
}
|
if (isSetted_ims_ordercode) {
|
sBuffer.append("ims_ordercode=:ims_ordercode,");
|
}
|
if (isSetted_orderback_type) {
|
sBuffer.append("orderback_type=:orderback_type,");
|
}
|
if (isSetted_orderback_reason) {
|
sBuffer.append("orderback_reason=:orderback_reason,");
|
}
|
String sql = sBuffer.toString();
|
return StringUtils.removeEnd(sql, ",") + " where id=:id";
|
}
|
|
|
@Override
|
public String getInsertSql() {
|
StringBuffer sBuffer = new StringBuffer("insert into SC_WORKFLOW_INCIDENT_TEMPLATE(");
|
StringBuffer fileds = new StringBuffer("id,");
|
StringBuffer values = new StringBuffer(":id,");
|
fileds.append("order_code,");
|
values.append(":order_code,");
|
fileds.append("template_name,");
|
values.append(":template_name,");
|
fileds.append("name,");
|
values.append(":name,");
|
fileds.append("descrip,");
|
values.append(":descrip,");
|
fileds.append("happen_time,");
|
values.append(":happen_time,");
|
fileds.append("first_category_name,");
|
values.append(":first_category_name,");
|
fileds.append("first_category_id,");
|
values.append(":first_category_id,");
|
fileds.append("second_category_id,");
|
values.append(":second_category_id,");
|
fileds.append("second_category_name,");
|
values.append(":second_category_name,");
|
fileds.append("third_category_id,");
|
values.append(":third_category_id,");
|
fileds.append("third_category_name,");
|
values.append(":third_category_name,");
|
fileds.append("priority_id,");
|
values.append(":priority_id,");
|
fileds.append("priority_name,");
|
values.append(":priority_name,");
|
fileds.append("influence_id,");
|
values.append(":influence_id,");
|
fileds.append("influence_name,");
|
values.append(":influence_name,");
|
fileds.append("sla_id,");
|
values.append(":sla_id,");
|
fileds.append("sla_name,");
|
values.append(":sla_name,");
|
fileds.append("customer_id,");
|
values.append(":customer_id,");
|
fileds.append("customer_name,");
|
values.append(":customer_name,");
|
fileds.append("keshi,");
|
values.append(":keshi,");
|
fileds.append("contact_id,");
|
values.append(":contact_id,");
|
fileds.append("contact_name,");
|
values.append(":contact_name,");
|
fileds.append("contact_phone,");
|
values.append(":contact_phone,");
|
fileds.append("apply_type_id,");
|
values.append(":apply_type_id,");
|
fileds.append("apply_type_name,");
|
values.append(":apply_type_name,");
|
fileds.append("apply_user_name,");
|
values.append(":apply_user_name,");
|
fileds.append("apply_user_phone,");
|
values.append(":apply_user_phone,");
|
fileds.append("apply_time,");
|
values.append(":apply_time,");
|
fileds.append("create_user_id,");
|
values.append(":create_user_id,");
|
fileds.append("create_user_name,");
|
values.append(":create_user_name,");
|
fileds.append("create_time,");
|
values.append(":create_time,");
|
fileds.append("type_id,");
|
values.append(":type_id,");
|
fileds.append("type_name,");
|
values.append(":type_name,");
|
fileds.append("source_id,");
|
values.append(":source_id,");
|
fileds.append("source_name,");
|
values.append(":source_name,");
|
fileds.append("state,");
|
values.append(":state,");
|
fileds.append("merged_business_id,");
|
values.append(":merged_business_id,");
|
fileds.append("resolve_user_id,");
|
values.append(":resolve_user_id,");
|
fileds.append("resolve_user_name,");
|
values.append(":resolve_user_name,");
|
fileds.append("resolve_time,");
|
values.append(":resolve_time,");
|
fileds.append("resolve_type_id,");
|
values.append(":resolve_type_id,");
|
fileds.append("resolve_type_name,");
|
values.append(":resolve_type_name,");
|
fileds.append("resolve_role_id,");
|
values.append(":resolve_role_id,");
|
fileds.append("resolve_role_name,");
|
values.append(":resolve_role_name,");
|
fileds.append("resolve,");
|
values.append(":resolve,");
|
fileds.append("suggest,");
|
values.append(":suggest,");
|
fileds.append("flow_id,");
|
values.append(":flow_id,");
|
fileds.append("flow_name,");
|
values.append(":flow_name,");
|
fileds.append("request_answer_time,");
|
values.append(":request_answer_time,");
|
fileds.append("request_deal_time,");
|
values.append(":request_deal_time,");
|
fileds.append("answer_time,");
|
values.append(":answer_time,");
|
fileds.append("answer_timeout,");
|
values.append(":answer_timeout,");
|
fileds.append("answer_use_time,");
|
values.append(":answer_use_time,");
|
fileds.append("answer_timeout_time,");
|
values.append(":answer_timeout_time,");
|
fileds.append("deal_timeout,");
|
values.append(":deal_timeout,");
|
fileds.append("deal_use_time,");
|
values.append(":deal_use_time,");
|
fileds.append("deal_timeout_time,");
|
values.append(":deal_timeout_time,");
|
fileds.append("sub_customer_name,");
|
values.append(":sub_customer_name,");
|
fileds.append("sub_customer_id,");
|
values.append(":sub_customer_id,");
|
fileds.append("create_type,");
|
values.append(":create_type,");
|
fileds.append("questionid,");
|
values.append(":questionid,");
|
fileds.append("knowledgeid,");
|
values.append(":knowledgeid,");
|
fileds.append("currentnode,");
|
values.append(":currentnode,");
|
fileds.append("applydept,");
|
values.append(":applydept,");
|
fileds.append("ordertag,");
|
values.append(":ordertag,");
|
fileds.append("ywgroup,");
|
values.append(":ywgroup,");
|
fileds.append("ishf,");
|
values.append(":ishf,");
|
fileds.append("hfcg,");
|
values.append(":hfcg,");
|
fileds.append("create_end_time,");
|
values.append(":create_end_time,");
|
fileds.append("resolve_start_time,");
|
values.append(":resolve_start_time,");
|
fileds.append("hf_start_time,");
|
values.append(":hf_start_time,");
|
fileds.append("hf_end_time,");
|
values.append(":hf_end_time,");
|
fileds.append("yj_timeout_state,");
|
values.append(":yj_timeout_state,");
|
fileds.append("order_state,");
|
values.append(":order_state,");
|
fileds.append("order_type,");
|
values.append(":order_type,");
|
fileds.append("ims_ordercode,");
|
values.append(":ims_ordercode,");
|
fileds.append("orderback_type,");
|
values.append(":orderback_type,");
|
fileds.append("orderback_reason,");
|
values.append(":orderback_reason,");
|
sBuffer.append(StringUtils.removeEnd(fileds.toString(), ",") + ") values("+StringUtils.removeEnd(values.toString(), ",")+")");
|
return sBuffer.toString();
|
}
|
|
|
/**
|
* 获取工单编码<BR/>
|
* 䣺2017-35-12 hh:05
|
*/
|
public String getOrder_code() {
|
return order_code;
|
}
|
/**
|
* 设置工单编码<BR/>
|
* 2017-35-12 hh:05
|
*/
|
public SC_WORKFLOW_INCIDENT_TEMPLATE setOrder_code(String order_code) {
|
this.order_code = order_code;
|
this.isSetted_order_code = true;
|
BEAN_VALUES.put("order_code",order_code);
|
return this;
|
}
|
/**
|
* 获取<BR/>
|
* 䣺2017-35-12 hh:05
|
*/
|
public String getTemplate_name() {
|
return template_name;
|
}
|
/**
|
* 设置<BR/>
|
* 2017-35-12 hh:05
|
*/
|
public SC_WORKFLOW_INCIDENT_TEMPLATE setTemplate_name(String template_name) {
|
this.template_name = template_name;
|
this.isSetted_template_name = true;
|
BEAN_VALUES.put("template_name",template_name);
|
return this;
|
}
|
/**
|
* 获取事件名称<BR/>
|
* 䣺2017-35-12 hh:05
|
*/
|
public String getName() {
|
return name;
|
}
|
/**
|
* 设置事件名称<BR/>
|
* 2017-35-12 hh:05
|
*/
|
public SC_WORKFLOW_INCIDENT_TEMPLATE setName(String name) {
|
this.name = name;
|
this.isSetted_name = true;
|
BEAN_VALUES.put("name",name);
|
return this;
|
}
|
/**
|
* 获取事件描述<BR/>
|
* 䣺2017-35-12 hh:05
|
*/
|
public String getDescrip() {
|
return descrip;
|
}
|
/**
|
* 设置事件描述<BR/>
|
* 2017-35-12 hh:05
|
*/
|
public SC_WORKFLOW_INCIDENT_TEMPLATE setDescrip(String descrip) {
|
this.descrip = descrip;
|
this.isSetted_descrip = true;
|
BEAN_VALUES.put("descrip",descrip);
|
return this;
|
}
|
/**
|
* 获取事件发生时间<BR/>
|
* 䣺2017-35-12 hh:05
|
*/
|
public Long getHappen_time() {
|
return happen_time;
|
}
|
/**
|
* 设置事件发生时间<BR/>
|
* 2017-35-12 hh:05
|
*/
|
public SC_WORKFLOW_INCIDENT_TEMPLATE setHappen_time(Long happen_time) {
|
this.happen_time = happen_time;
|
this.isSetted_happen_time = true;
|
BEAN_VALUES.put("happen_time",happen_time);
|
return this;
|
}
|
/**
|
* 获取服务目录一级名称<BR/>
|
* 䣺2017-35-12 hh:05
|
*/
|
public String getFirst_category_name() {
|
return first_category_name;
|
}
|
/**
|
* 设置服务目录一级名称<BR/>
|
* 2017-35-12 hh:05
|
*/
|
public SC_WORKFLOW_INCIDENT_TEMPLATE setFirst_category_name(String first_category_name) {
|
this.first_category_name = first_category_name;
|
this.isSetted_first_category_name = true;
|
BEAN_VALUES.put("first_category_name",first_category_name);
|
return this;
|
}
|
/**
|
* 获取服务目录一级编号<BR/>
|
* 䣺2017-35-12 hh:05
|
*/
|
public String getFirst_category_id() {
|
return first_category_id;
|
}
|
/**
|
* 设置服务目录一级编号<BR/>
|
* 2017-35-12 hh:05
|
*/
|
public SC_WORKFLOW_INCIDENT_TEMPLATE setFirst_category_id(String first_category_id) {
|
this.first_category_id = first_category_id;
|
this.isSetted_first_category_id = true;
|
BEAN_VALUES.put("first_category_id",first_category_id);
|
return this;
|
}
|
/**
|
* 获取服务目录二级编号<BR/>
|
* 䣺2017-35-12 hh:05
|
*/
|
public String getSecond_category_id() {
|
return second_category_id;
|
}
|
/**
|
* 设置服务目录二级编号<BR/>
|
* 2017-35-12 hh:05
|
*/
|
public SC_WORKFLOW_INCIDENT_TEMPLATE setSecond_category_id(String second_category_id) {
|
this.second_category_id = second_category_id;
|
this.isSetted_second_category_id = true;
|
BEAN_VALUES.put("second_category_id",second_category_id);
|
return this;
|
}
|
/**
|
* 获取服务目录二级名称<BR/>
|
* 䣺2017-35-12 hh:05
|
*/
|
public String getSecond_category_name() {
|
return second_category_name;
|
}
|
/**
|
* 设置服务目录二级名称<BR/>
|
* 2017-35-12 hh:05
|
*/
|
public SC_WORKFLOW_INCIDENT_TEMPLATE setSecond_category_name(String second_category_name) {
|
this.second_category_name = second_category_name;
|
this.isSetted_second_category_name = true;
|
BEAN_VALUES.put("second_category_name",second_category_name);
|
return this;
|
}
|
/**
|
* 获取服务目录三级编号<BR/>
|
* 䣺2017-35-12 hh:05
|
*/
|
public String getThird_category_id() {
|
return third_category_id;
|
}
|
/**
|
* 设置服务目录三级编号<BR/>
|
* 2017-35-12 hh:05
|
*/
|
public SC_WORKFLOW_INCIDENT_TEMPLATE setThird_category_id(String third_category_id) {
|
this.third_category_id = third_category_id;
|
this.isSetted_third_category_id = true;
|
BEAN_VALUES.put("third_category_id",third_category_id);
|
return this;
|
}
|
/**
|
* 获取服务目录三级名称<BR/>
|
* 䣺2017-35-12 hh:05
|
*/
|
public String getThird_category_name() {
|
return third_category_name;
|
}
|
/**
|
* 设置服务目录三级名称<BR/>
|
* 2017-35-12 hh:05
|
*/
|
public SC_WORKFLOW_INCIDENT_TEMPLATE setThird_category_name(String third_category_name) {
|
this.third_category_name = third_category_name;
|
this.isSetted_third_category_name = true;
|
BEAN_VALUES.put("third_category_name",third_category_name);
|
return this;
|
}
|
/**
|
* 获取事件优先级编号<BR/>
|
* 䣺2017-35-12 hh:05
|
*/
|
public String getPriority_id() {
|
return priority_id;
|
}
|
/**
|
* 设置事件优先级编号<BR/>
|
* 2017-35-12 hh:05
|
*/
|
public SC_WORKFLOW_INCIDENT_TEMPLATE setPriority_id(String priority_id) {
|
this.priority_id = priority_id;
|
this.isSetted_priority_id = true;
|
BEAN_VALUES.put("priority_id",priority_id);
|
return this;
|
}
|
/**
|
* 获取事件优先级名称<BR/>
|
* 䣺2017-35-12 hh:05
|
*/
|
public String getPriority_name() {
|
return priority_name;
|
}
|
/**
|
* 设置事件优先级名称<BR/>
|
* 2017-35-12 hh:05
|
*/
|
public SC_WORKFLOW_INCIDENT_TEMPLATE setPriority_name(String priority_name) {
|
this.priority_name = priority_name;
|
this.isSetted_priority_name = true;
|
BEAN_VALUES.put("priority_name",priority_name);
|
return this;
|
}
|
/**
|
* 获取事件影响度编号<BR/>
|
* 䣺2017-35-12 hh:05
|
*/
|
public String getInfluence_id() {
|
return influence_id;
|
}
|
/**
|
* 设置事件影响度编号<BR/>
|
* 2017-35-12 hh:05
|
*/
|
public SC_WORKFLOW_INCIDENT_TEMPLATE setInfluence_id(String influence_id) {
|
this.influence_id = influence_id;
|
this.isSetted_influence_id = true;
|
BEAN_VALUES.put("influence_id",influence_id);
|
return this;
|
}
|
/**
|
* 获取事件影响度名称<BR/>
|
* 䣺2017-35-12 hh:05
|
*/
|
public String getInfluence_name() {
|
return influence_name;
|
}
|
/**
|
* 设置事件影响度名称<BR/>
|
* 2017-35-12 hh:05
|
*/
|
public SC_WORKFLOW_INCIDENT_TEMPLATE setInfluence_name(String influence_name) {
|
this.influence_name = influence_name;
|
this.isSetted_influence_name = true;
|
BEAN_VALUES.put("influence_name",influence_name);
|
return this;
|
}
|
/**
|
* 获取SLA编号<BR/>
|
* 䣺2017-35-12 hh:05
|
*/
|
public String getSla_id() {
|
return sla_id;
|
}
|
/**
|
* 设置SLA编号<BR/>
|
* 2017-35-12 hh:05
|
*/
|
public SC_WORKFLOW_INCIDENT_TEMPLATE setSla_id(String sla_id) {
|
this.sla_id = sla_id;
|
this.isSetted_sla_id = true;
|
BEAN_VALUES.put("sla_id",sla_id);
|
return this;
|
}
|
/**
|
* 获取SLA名称<BR/>
|
* 䣺2017-35-12 hh:05
|
*/
|
public String getSla_name() {
|
return sla_name;
|
}
|
/**
|
* 设置SLA名称<BR/>
|
* 2017-35-12 hh:05
|
*/
|
public SC_WORKFLOW_INCIDENT_TEMPLATE setSla_name(String sla_name) {
|
this.sla_name = sla_name;
|
this.isSetted_sla_name = true;
|
BEAN_VALUES.put("sla_name",sla_name);
|
return this;
|
}
|
/**
|
* 获取客户编号<BR/>
|
* 䣺2017-35-12 hh:05
|
*/
|
public String getCustomer_id() {
|
return customer_id;
|
}
|
/**
|
* 设置客户编号<BR/>
|
* 2017-35-12 hh:05
|
*/
|
public SC_WORKFLOW_INCIDENT_TEMPLATE setCustomer_id(String customer_id) {
|
this.customer_id = customer_id;
|
this.isSetted_customer_id = true;
|
BEAN_VALUES.put("customer_id",customer_id);
|
return this;
|
}
|
/**
|
* 获取客户名称<BR/>
|
* 䣺2017-35-12 hh:05
|
*/
|
public String getCustomer_name() {
|
return customer_name;
|
}
|
/**
|
* 设置客户名称<BR/>
|
* 2017-35-12 hh:05
|
*/
|
public SC_WORKFLOW_INCIDENT_TEMPLATE setCustomer_name(String customer_name) {
|
this.customer_name = customer_name;
|
this.isSetted_customer_name = true;
|
BEAN_VALUES.put("customer_name",customer_name);
|
return this;
|
}
|
/**
|
* 获取科室<BR/>
|
* 䣺2017-35-12 hh:05
|
*/
|
public String getKeshi() {
|
return keshi;
|
}
|
/**
|
* 设置科室<BR/>
|
* 2017-35-12 hh:05
|
*/
|
public SC_WORKFLOW_INCIDENT_TEMPLATE setKeshi(String keshi) {
|
this.keshi = keshi;
|
this.isSetted_keshi = true;
|
BEAN_VALUES.put("keshi",keshi);
|
return this;
|
}
|
/**
|
* 获取客户联系人编号<BR/>
|
* 䣺2017-35-12 hh:05
|
*/
|
public String getContact_id() {
|
return contact_id;
|
}
|
/**
|
* 设置客户联系人编号<BR/>
|
* 2017-35-12 hh:05
|
*/
|
public SC_WORKFLOW_INCIDENT_TEMPLATE setContact_id(String contact_id) {
|
this.contact_id = contact_id;
|
this.isSetted_contact_id = true;
|
BEAN_VALUES.put("contact_id",contact_id);
|
return this;
|
}
|
/**
|
* 获取客户联系人名称<BR/>
|
* 䣺2017-35-12 hh:05
|
*/
|
public String getContact_name() {
|
return contact_name;
|
}
|
/**
|
* 设置客户联系人名称<BR/>
|
* 2017-35-12 hh:05
|
*/
|
public SC_WORKFLOW_INCIDENT_TEMPLATE setContact_name(String contact_name) {
|
this.contact_name = contact_name;
|
this.isSetted_contact_name = true;
|
BEAN_VALUES.put("contact_name",contact_name);
|
return this;
|
}
|
/**
|
* 获取客户联系方式<BR/>
|
* 䣺2017-35-12 hh:05
|
*/
|
public String getContact_phone() {
|
return contact_phone;
|
}
|
/**
|
* 设置客户联系方式<BR/>
|
* 2017-35-12 hh:05
|
*/
|
public SC_WORKFLOW_INCIDENT_TEMPLATE setContact_phone(String contact_phone) {
|
this.contact_phone = contact_phone;
|
this.isSetted_contact_phone = true;
|
BEAN_VALUES.put("contact_phone",contact_phone);
|
return this;
|
}
|
/**
|
* 获取申报方式编号<BR/>
|
* 䣺2017-35-12 hh:05
|
*/
|
public String getApply_type_id() {
|
return apply_type_id;
|
}
|
/**
|
* 设置申报方式编号<BR/>
|
* 2017-35-12 hh:05
|
*/
|
public SC_WORKFLOW_INCIDENT_TEMPLATE setApply_type_id(String apply_type_id) {
|
this.apply_type_id = apply_type_id;
|
this.isSetted_apply_type_id = true;
|
BEAN_VALUES.put("apply_type_id",apply_type_id);
|
return this;
|
}
|
/**
|
* 获取申报方式名称<BR/>
|
* 䣺2017-35-12 hh:05
|
*/
|
public String getApply_type_name() {
|
return apply_type_name;
|
}
|
/**
|
* 设置申报方式名称<BR/>
|
* 2017-35-12 hh:05
|
*/
|
public SC_WORKFLOW_INCIDENT_TEMPLATE setApply_type_name(String apply_type_name) {
|
this.apply_type_name = apply_type_name;
|
this.isSetted_apply_type_name = true;
|
BEAN_VALUES.put("apply_type_name",apply_type_name);
|
return this;
|
}
|
/**
|
* 获取申报人姓名<BR/>
|
* 䣺2017-35-12 hh:05
|
*/
|
public String getApply_user_name() {
|
return apply_user_name;
|
}
|
/**
|
* 设置申报人姓名<BR/>
|
* 2017-35-12 hh:05
|
*/
|
public SC_WORKFLOW_INCIDENT_TEMPLATE setApply_user_name(String apply_user_name) {
|
this.apply_user_name = apply_user_name;
|
this.isSetted_apply_user_name = true;
|
BEAN_VALUES.put("apply_user_name",apply_user_name);
|
return this;
|
}
|
/**
|
* 获取申报人联系方式<BR/>
|
* 䣺2017-35-12 hh:05
|
*/
|
public String getApply_user_phone() {
|
return apply_user_phone;
|
}
|
/**
|
* 设置申报人联系方式<BR/>
|
* 2017-35-12 hh:05
|
*/
|
public SC_WORKFLOW_INCIDENT_TEMPLATE setApply_user_phone(String apply_user_phone) {
|
this.apply_user_phone = apply_user_phone;
|
this.isSetted_apply_user_phone = true;
|
BEAN_VALUES.put("apply_user_phone",apply_user_phone);
|
return this;
|
}
|
/**
|
* 获取申报时间<BR/>
|
* 䣺2017-35-12 hh:05
|
*/
|
public Long getApply_time() {
|
return apply_time;
|
}
|
/**
|
* 设置申报时间<BR/>
|
* 2017-35-12 hh:05
|
*/
|
public SC_WORKFLOW_INCIDENT_TEMPLATE setApply_time(Long apply_time) {
|
this.apply_time = apply_time;
|
this.isSetted_apply_time = true;
|
BEAN_VALUES.put("apply_time",apply_time);
|
return this;
|
}
|
/**
|
* 获取创建人编号<BR/>
|
* 䣺2017-35-12 hh:05
|
*/
|
public String getCreate_user_id() {
|
return create_user_id;
|
}
|
/**
|
* 设置创建人编号<BR/>
|
* 2017-35-12 hh:05
|
*/
|
public SC_WORKFLOW_INCIDENT_TEMPLATE setCreate_user_id(String create_user_id) {
|
this.create_user_id = create_user_id;
|
this.isSetted_create_user_id = true;
|
BEAN_VALUES.put("create_user_id",create_user_id);
|
return this;
|
}
|
/**
|
* 获取创建人名称<BR/>
|
* 䣺2017-35-12 hh:05
|
*/
|
public String getCreate_user_name() {
|
return create_user_name;
|
}
|
/**
|
* 设置创建人名称<BR/>
|
* 2017-35-12 hh:05
|
*/
|
public SC_WORKFLOW_INCIDENT_TEMPLATE setCreate_user_name(String create_user_name) {
|
this.create_user_name = create_user_name;
|
this.isSetted_create_user_name = true;
|
BEAN_VALUES.put("create_user_name",create_user_name);
|
return this;
|
}
|
/**
|
* 获取创建时间<BR/>
|
* 䣺2017-35-12 hh:05
|
*/
|
public Long getCreate_time() {
|
return create_time;
|
}
|
/**
|
* 设置创建时间<BR/>
|
* 2017-35-12 hh:05
|
*/
|
public SC_WORKFLOW_INCIDENT_TEMPLATE setCreate_time(Long create_time) {
|
this.create_time = create_time;
|
this.isSetted_create_time = true;
|
BEAN_VALUES.put("create_time",create_time);
|
return this;
|
}
|
/**
|
* 获取事件类型编号<BR/>
|
* 䣺2017-35-12 hh:05
|
*/
|
public String getType_id() {
|
return type_id;
|
}
|
/**
|
* 设置事件类型编号<BR/>
|
* 2017-35-12 hh:05
|
*/
|
public SC_WORKFLOW_INCIDENT_TEMPLATE setType_id(String type_id) {
|
this.type_id = type_id;
|
this.isSetted_type_id = true;
|
BEAN_VALUES.put("type_id",type_id);
|
return this;
|
}
|
/**
|
* 获取事件类型名称<BR/>
|
* 䣺2017-35-12 hh:05
|
*/
|
public String getType_name() {
|
return type_name;
|
}
|
/**
|
* 设置事件类型名称<BR/>
|
* 2017-35-12 hh:05
|
*/
|
public SC_WORKFLOW_INCIDENT_TEMPLATE setType_name(String type_name) {
|
this.type_name = type_name;
|
this.isSetted_type_name = true;
|
BEAN_VALUES.put("type_name",type_name);
|
return this;
|
}
|
/**
|
* 获取事件来源编号<BR/>
|
* 䣺2017-35-12 hh:05
|
*/
|
public String getSource_id() {
|
return source_id;
|
}
|
/**
|
* 设置事件来源编号<BR/>
|
* 2017-35-12 hh:05
|
*/
|
public SC_WORKFLOW_INCIDENT_TEMPLATE setSource_id(String source_id) {
|
this.source_id = source_id;
|
this.isSetted_source_id = true;
|
BEAN_VALUES.put("source_id",source_id);
|
return this;
|
}
|
/**
|
* 获取事件来源名称<BR/>
|
* 䣺2017-35-12 hh:05
|
*/
|
public String getSource_name() {
|
return source_name;
|
}
|
/**
|
* 设置事件来源名称<BR/>
|
* 2017-35-12 hh:05
|
*/
|
public SC_WORKFLOW_INCIDENT_TEMPLATE setSource_name(String source_name) {
|
this.source_name = source_name;
|
this.isSetted_source_name = true;
|
BEAN_VALUES.put("source_name",source_name);
|
return this;
|
}
|
/**
|
* 获取事件状态(-1=分配到服务台;0=服务台处理中;1=分配到远程技术支持;2=远程技术支持处理中;3=分配到一线;4=一线处理中;5=分配到二线;6=二线处理中;7=分配到三线;8=三线处理中;9=已解决;10=已关闭;11=已评价)<BR/>
|
* 䣺2017-35-12 hh:05
|
*/
|
public Integer getState() {
|
return state;
|
}
|
/**
|
* 设置事件状态(-1=分配到服务台;0=服务台处理中;1=分配到远程技术支持;2=远程技术支持处理中;3=分配到一线;4=一线处理中;5=分配到二线;6=二线处理中;7=分配到三线;8=三线处理中;9=已解决;10=已关闭;11=已评价)<BR/>
|
* 2017-35-12 hh:05
|
*/
|
public SC_WORKFLOW_INCIDENT_TEMPLATE setState(Integer state) {
|
this.state = state;
|
this.isSetted_state = true;
|
BEAN_VALUES.put("state",state);
|
return this;
|
}
|
/**
|
* 获取目标事件业务编号<BR/>
|
* 䣺2017-35-12 hh:05
|
*/
|
public String getMerged_business_id() {
|
return merged_business_id;
|
}
|
/**
|
* 设置目标事件业务编号<BR/>
|
* 2017-35-12 hh:05
|
*/
|
public SC_WORKFLOW_INCIDENT_TEMPLATE setMerged_business_id(String merged_business_id) {
|
this.merged_business_id = merged_business_id;
|
this.isSetted_merged_business_id = true;
|
BEAN_VALUES.put("merged_business_id",merged_business_id);
|
return this;
|
}
|
/**
|
* 获取解决人编号<BR/>
|
* 䣺2017-35-12 hh:05
|
*/
|
public String getResolve_user_id() {
|
return resolve_user_id;
|
}
|
/**
|
* 设置解决人编号<BR/>
|
* 2017-35-12 hh:05
|
*/
|
public SC_WORKFLOW_INCIDENT_TEMPLATE setResolve_user_id(String resolve_user_id) {
|
this.resolve_user_id = resolve_user_id;
|
this.isSetted_resolve_user_id = true;
|
BEAN_VALUES.put("resolve_user_id",resolve_user_id);
|
return this;
|
}
|
/**
|
* 获取解决人姓名<BR/>
|
* 䣺2017-35-12 hh:05
|
*/
|
public String getResolve_user_name() {
|
return resolve_user_name;
|
}
|
/**
|
* 设置解决人姓名<BR/>
|
* 2017-35-12 hh:05
|
*/
|
public SC_WORKFLOW_INCIDENT_TEMPLATE setResolve_user_name(String resolve_user_name) {
|
this.resolve_user_name = resolve_user_name;
|
this.isSetted_resolve_user_name = true;
|
BEAN_VALUES.put("resolve_user_name",resolve_user_name);
|
return this;
|
}
|
/**
|
* 获取解决时间<BR/>
|
* 䣺2017-35-12 hh:05
|
*/
|
public Long getResolve_time() {
|
return resolve_time;
|
}
|
/**
|
* 设置解决时间<BR/>
|
* 2017-35-12 hh:05
|
*/
|
public SC_WORKFLOW_INCIDENT_TEMPLATE setResolve_time(Long resolve_time) {
|
this.resolve_time = resolve_time;
|
this.isSetted_resolve_time = true;
|
BEAN_VALUES.put("resolve_time",resolve_time);
|
return this;
|
}
|
/**
|
* 获取解决方式编号<BR/>
|
* 䣺2017-35-12 hh:05
|
*/
|
public String getResolve_type_id() {
|
return resolve_type_id;
|
}
|
/**
|
* 设置解决方式编号<BR/>
|
* 2017-35-12 hh:05
|
*/
|
public SC_WORKFLOW_INCIDENT_TEMPLATE setResolve_type_id(String resolve_type_id) {
|
this.resolve_type_id = resolve_type_id;
|
this.isSetted_resolve_type_id = true;
|
BEAN_VALUES.put("resolve_type_id",resolve_type_id);
|
return this;
|
}
|
/**
|
* 获取解决方式名称<BR/>
|
* 䣺2017-35-12 hh:05
|
*/
|
public String getResolve_type_name() {
|
return resolve_type_name;
|
}
|
/**
|
* 设置解决方式名称<BR/>
|
* 2017-35-12 hh:05
|
*/
|
public SC_WORKFLOW_INCIDENT_TEMPLATE setResolve_type_name(String resolve_type_name) {
|
this.resolve_type_name = resolve_type_name;
|
this.isSetted_resolve_type_name = true;
|
BEAN_VALUES.put("resolve_type_name",resolve_type_name);
|
return this;
|
}
|
/**
|
* 获取解决人角色编号<BR/>
|
* 䣺2017-35-12 hh:05
|
*/
|
public String getResolve_role_id() {
|
return resolve_role_id;
|
}
|
/**
|
* 设置解决人角色编号<BR/>
|
* 2017-35-12 hh:05
|
*/
|
public SC_WORKFLOW_INCIDENT_TEMPLATE setResolve_role_id(String resolve_role_id) {
|
this.resolve_role_id = resolve_role_id;
|
this.isSetted_resolve_role_id = true;
|
BEAN_VALUES.put("resolve_role_id",resolve_role_id);
|
return this;
|
}
|
/**
|
* 获取解决人角色名称<BR/>
|
* 䣺2017-35-12 hh:05
|
*/
|
public String getResolve_role_name() {
|
return resolve_role_name;
|
}
|
/**
|
* 设置解决人角色名称<BR/>
|
* 2017-35-12 hh:05
|
*/
|
public SC_WORKFLOW_INCIDENT_TEMPLATE setResolve_role_name(String resolve_role_name) {
|
this.resolve_role_name = resolve_role_name;
|
this.isSetted_resolve_role_name = true;
|
BEAN_VALUES.put("resolve_role_name",resolve_role_name);
|
return this;
|
}
|
/**
|
* 获取解决方案<BR/>
|
* 䣺2017-35-12 hh:05
|
*/
|
public String getResolve() {
|
return resolve;
|
}
|
/**
|
* 设置解决方案<BR/>
|
* 2017-35-12 hh:05
|
*/
|
public SC_WORKFLOW_INCIDENT_TEMPLATE setResolve(String resolve) {
|
this.resolve = resolve;
|
this.isSetted_resolve = true;
|
BEAN_VALUES.put("resolve",resolve);
|
return this;
|
}
|
/**
|
* 获取优化建议<BR/>
|
* 䣺2017-35-12 hh:05
|
*/
|
public String getSuggest() {
|
return suggest;
|
}
|
/**
|
* 设置优化建议<BR/>
|
* 2017-35-12 hh:05
|
*/
|
public SC_WORKFLOW_INCIDENT_TEMPLATE setSuggest(String suggest) {
|
this.suggest = suggest;
|
this.isSetted_suggest = true;
|
BEAN_VALUES.put("suggest",suggest);
|
return this;
|
}
|
/**
|
* 获取流程编号<BR/>
|
* 䣺2017-35-12 hh:05
|
*/
|
public String getFlow_id() {
|
return flow_id;
|
}
|
/**
|
* 设置流程编号<BR/>
|
* 2017-35-12 hh:05
|
*/
|
public SC_WORKFLOW_INCIDENT_TEMPLATE setFlow_id(String flow_id) {
|
this.flow_id = flow_id;
|
this.isSetted_flow_id = true;
|
BEAN_VALUES.put("flow_id",flow_id);
|
return this;
|
}
|
/**
|
* 获取流程名称<BR/>
|
* 䣺2017-35-12 hh:05
|
*/
|
public String getFlow_name() {
|
return flow_name;
|
}
|
/**
|
* 设置流程名称<BR/>
|
* 2017-35-12 hh:05
|
*/
|
public SC_WORKFLOW_INCIDENT_TEMPLATE setFlow_name(String flow_name) {
|
this.flow_name = flow_name;
|
this.isSetted_flow_name = true;
|
BEAN_VALUES.put("flow_name",flow_name);
|
return this;
|
}
|
/**
|
* 获取要求响应时间<BR/>
|
* 䣺2017-35-12 hh:05
|
*/
|
public Long getRequest_answer_time() {
|
return request_answer_time;
|
}
|
/**
|
* 设置要求响应时间<BR/>
|
* 2017-35-12 hh:05
|
*/
|
public SC_WORKFLOW_INCIDENT_TEMPLATE setRequest_answer_time(Long request_answer_time) {
|
this.request_answer_time = request_answer_time;
|
this.isSetted_request_answer_time = true;
|
BEAN_VALUES.put("request_answer_time",request_answer_time);
|
return this;
|
}
|
/**
|
* 获取要求解决时间<BR/>
|
* 䣺2017-35-12 hh:05
|
*/
|
public Long getRequest_deal_time() {
|
return request_deal_time;
|
}
|
/**
|
* 设置要求解决时间<BR/>
|
* 2017-35-12 hh:05
|
*/
|
public SC_WORKFLOW_INCIDENT_TEMPLATE setRequest_deal_time(Long request_deal_time) {
|
this.request_deal_time = request_deal_time;
|
this.isSetted_request_deal_time = true;
|
BEAN_VALUES.put("request_deal_time",request_deal_time);
|
return this;
|
}
|
/**
|
* 获取第一次响应时间<BR/>
|
* 䣺2017-35-12 hh:05
|
*/
|
public Long getAnswer_time() {
|
return answer_time;
|
}
|
/**
|
* 设置第一次响应时间<BR/>
|
* 2017-35-12 hh:05
|
*/
|
public SC_WORKFLOW_INCIDENT_TEMPLATE setAnswer_time(Long answer_time) {
|
this.answer_time = answer_time;
|
this.isSetted_answer_time = true;
|
BEAN_VALUES.put("answer_time",answer_time);
|
return this;
|
}
|
/**
|
* 获取响应超时(1=是;2=否)<BR/>
|
* 䣺2017-35-12 hh:05
|
*/
|
public Integer getAnswer_timeout() {
|
return answer_timeout;
|
}
|
/**
|
* 设置响应超时(1=是;2=否)<BR/>
|
* 2017-35-12 hh:05
|
*/
|
public SC_WORKFLOW_INCIDENT_TEMPLATE setAnswer_timeout(Integer answer_timeout) {
|
this.answer_timeout = answer_timeout;
|
this.isSetted_answer_timeout = true;
|
BEAN_VALUES.put("answer_timeout",answer_timeout);
|
return this;
|
}
|
/**
|
* 获取响应耗时<BR/>
|
* 䣺2017-35-12 hh:05
|
*/
|
public String getAnswer_use_time() {
|
return answer_use_time;
|
}
|
/**
|
* 设置响应耗时<BR/>
|
* 2017-35-12 hh:05
|
*/
|
public SC_WORKFLOW_INCIDENT_TEMPLATE setAnswer_use_time(String answer_use_time) {
|
this.answer_use_time = answer_use_time;
|
this.isSetted_answer_use_time = true;
|
BEAN_VALUES.put("answer_use_time",answer_use_time);
|
return this;
|
}
|
/**
|
* 获取响应超时时间<BR/>
|
* 䣺2017-35-12 hh:05
|
*/
|
public Long getAnswer_timeout_time() {
|
return answer_timeout_time;
|
}
|
/**
|
* 设置响应超时时间<BR/>
|
* 2017-35-12 hh:05
|
*/
|
public SC_WORKFLOW_INCIDENT_TEMPLATE setAnswer_timeout_time(Long answer_timeout_time) {
|
this.answer_timeout_time = answer_timeout_time;
|
this.isSetted_answer_timeout_time = true;
|
BEAN_VALUES.put("answer_timeout_time",answer_timeout_time);
|
return this;
|
}
|
/**
|
* 获取处理超时(1=是;2=否)<BR/>
|
* 䣺2017-35-12 hh:05
|
*/
|
public Integer getDeal_timeout() {
|
return deal_timeout;
|
}
|
/**
|
* 设置处理超时(1=是;2=否)<BR/>
|
* 2017-35-12 hh:05
|
*/
|
public SC_WORKFLOW_INCIDENT_TEMPLATE setDeal_timeout(Integer deal_timeout) {
|
this.deal_timeout = deal_timeout;
|
this.isSetted_deal_timeout = true;
|
BEAN_VALUES.put("deal_timeout",deal_timeout);
|
return this;
|
}
|
/**
|
* 获取处理耗时<BR/>
|
* 䣺2017-35-12 hh:05
|
*/
|
public String getDeal_use_time() {
|
return deal_use_time;
|
}
|
/**
|
* 设置处理耗时<BR/>
|
* 2017-35-12 hh:05
|
*/
|
public SC_WORKFLOW_INCIDENT_TEMPLATE setDeal_use_time(String deal_use_time) {
|
this.deal_use_time = deal_use_time;
|
this.isSetted_deal_use_time = true;
|
BEAN_VALUES.put("deal_use_time",deal_use_time);
|
return this;
|
}
|
/**
|
* 获取处理超时时间<BR/>
|
* 䣺2017-35-12 hh:05
|
*/
|
public Long getDeal_timeout_time() {
|
return deal_timeout_time;
|
}
|
/**
|
* 设置处理超时时间<BR/>
|
* 2017-35-12 hh:05
|
*/
|
public SC_WORKFLOW_INCIDENT_TEMPLATE setDeal_timeout_time(Long deal_timeout_time) {
|
this.deal_timeout_time = deal_timeout_time;
|
this.isSetted_deal_timeout_time = true;
|
BEAN_VALUES.put("deal_timeout_time",deal_timeout_time);
|
return this;
|
}
|
/**
|
* 获取下级单位名称<BR/>
|
* 䣺2017-35-12 hh:05
|
*/
|
public String getSub_customer_name() {
|
return sub_customer_name;
|
}
|
/**
|
* 设置下级单位名称<BR/>
|
* 2017-35-12 hh:05
|
*/
|
public SC_WORKFLOW_INCIDENT_TEMPLATE setSub_customer_name(String sub_customer_name) {
|
this.sub_customer_name = sub_customer_name;
|
this.isSetted_sub_customer_name = true;
|
BEAN_VALUES.put("sub_customer_name",sub_customer_name);
|
return this;
|
}
|
/**
|
* 获取下级单位编号<BR/>
|
* 䣺2017-35-12 hh:05
|
*/
|
public String getSub_customer_id() {
|
return sub_customer_id;
|
}
|
/**
|
* 设置下级单位编号<BR/>
|
* 2017-35-12 hh:05
|
*/
|
public SC_WORKFLOW_INCIDENT_TEMPLATE setSub_customer_id(String sub_customer_id) {
|
this.sub_customer_id = sub_customer_id;
|
this.isSetted_sub_customer_id = true;
|
BEAN_VALUES.put("sub_customer_id",sub_customer_id);
|
return this;
|
}
|
/**
|
* 获取创建者类型【1:服务台 2:工程师 3:驻场运维升级】<BR/>
|
* 䣺2017-35-12 hh:05
|
*/
|
public Integer getCreate_type() {
|
return create_type;
|
}
|
/**
|
* 设置创建者类型【1:服务台 2:工程师 3:驻场运维升级】<BR/>
|
* 2017-35-12 hh:05
|
*/
|
public SC_WORKFLOW_INCIDENT_TEMPLATE setCreate_type(Integer create_type) {
|
this.create_type = create_type;
|
this.isSetted_create_type = true;
|
BEAN_VALUES.put("create_type",create_type);
|
return this;
|
}
|
/**
|
* 获取转问题(问题工单ID )<BR/>
|
* 䣺2017-35-12 hh:05
|
*/
|
public String getQuestionid() {
|
return questionid;
|
}
|
/**
|
* 设置转问题(问题工单ID )<BR/>
|
* 2017-35-12 hh:05
|
*/
|
public SC_WORKFLOW_INCIDENT_TEMPLATE setQuestionid(String questionid) {
|
this.questionid = questionid;
|
this.isSetted_questionid = true;
|
BEAN_VALUES.put("questionid",questionid);
|
return this;
|
}
|
/**
|
* 获取转知识(知识工单ID )<BR/>
|
* 䣺2017-35-12 hh:05
|
*/
|
public String getKnowledgeid() {
|
return knowledgeid;
|
}
|
/**
|
* 设置转知识(知识工单ID )<BR/>
|
* 2017-35-12 hh:05
|
*/
|
public SC_WORKFLOW_INCIDENT_TEMPLATE setKnowledgeid(String knowledgeid) {
|
this.knowledgeid = knowledgeid;
|
this.isSetted_knowledgeid = true;
|
BEAN_VALUES.put("knowledgeid",knowledgeid);
|
return this;
|
}
|
/**
|
* 获取当前环节<BR/>
|
* 䣺2017-35-12 hh:05
|
*/
|
public String getCurrentnode() {
|
return currentnode;
|
}
|
/**
|
* 设置当前环节<BR/>
|
* 2017-35-12 hh:05
|
*/
|
public SC_WORKFLOW_INCIDENT_TEMPLATE setCurrentnode(String currentnode) {
|
this.currentnode = currentnode;
|
this.isSetted_currentnode = true;
|
BEAN_VALUES.put("currentnode",currentnode);
|
return this;
|
}
|
/**
|
* 获取申请人单位<BR/>
|
* 䣺2017-35-12 hh:05
|
*/
|
public String getApplydept() {
|
return applydept;
|
}
|
/**
|
* 设置申请人单位<BR/>
|
* 2017-35-12 hh:05
|
*/
|
public SC_WORKFLOW_INCIDENT_TEMPLATE setApplydept(String applydept) {
|
this.applydept = applydept;
|
this.isSetted_applydept = true;
|
BEAN_VALUES.put("applydept",applydept);
|
return this;
|
}
|
/**
|
* 获取工单标签<BR/>
|
* 䣺2017-35-12 hh:05
|
*/
|
public String getOrdertag() {
|
return ordertag;
|
}
|
/**
|
* 设置工单标签<BR/>
|
* 2017-35-12 hh:05
|
*/
|
public SC_WORKFLOW_INCIDENT_TEMPLATE setOrdertag(String ordertag) {
|
this.ordertag = ordertag;
|
this.isSetted_ordertag = true;
|
BEAN_VALUES.put("ordertag",ordertag);
|
return this;
|
}
|
/**
|
* 获取运维组<BR/>
|
* 䣺2017-35-12 hh:05
|
*/
|
public String getYwgroup() {
|
return ywgroup;
|
}
|
/**
|
* 设置运维组<BR/>
|
* 2017-35-12 hh:05
|
*/
|
public SC_WORKFLOW_INCIDENT_TEMPLATE setYwgroup(String ywgroup) {
|
this.ywgroup = ywgroup;
|
this.isSetted_ywgroup = true;
|
BEAN_VALUES.put("ywgroup",ywgroup);
|
return this;
|
}
|
/**
|
* 获取是否回访(1:是;0:否)<BR/>
|
* 䣺2017-35-12 hh:05
|
*/
|
public Integer getIshf() {
|
return ishf;
|
}
|
/**
|
* 设置是否回访(1:是;0:否)<BR/>
|
* 2017-35-12 hh:05
|
*/
|
public SC_WORKFLOW_INCIDENT_TEMPLATE setIshf(Integer ishf) {
|
this.ishf = ishf;
|
this.isSetted_ishf = true;
|
BEAN_VALUES.put("ishf",ishf);
|
return this;
|
}
|
/**
|
* 获取回访成功(1:是;0:否)<BR/>
|
* 䣺2017-35-12 hh:05
|
*/
|
public Integer getHfcg() {
|
return hfcg;
|
}
|
/**
|
* 设置回访成功(1:是;0:否)<BR/>
|
* 2017-35-12 hh:05
|
*/
|
public SC_WORKFLOW_INCIDENT_TEMPLATE setHfcg(Integer hfcg) {
|
this.hfcg = hfcg;
|
this.isSetted_hfcg = true;
|
BEAN_VALUES.put("hfcg",hfcg);
|
return this;
|
}
|
/**
|
* 获取创建结束时间<BR/>
|
* 䣺2017-35-12 hh:05
|
*/
|
public Long getCreate_end_time() {
|
return create_end_time;
|
}
|
/**
|
* 设置创建结束时间<BR/>
|
* 2017-35-12 hh:05
|
*/
|
public SC_WORKFLOW_INCIDENT_TEMPLATE setCreate_end_time(Long create_end_time) {
|
this.create_end_time = create_end_time;
|
this.isSetted_create_end_time = true;
|
BEAN_VALUES.put("create_end_time",create_end_time);
|
return this;
|
}
|
/**
|
* 获取处理开始时间<BR/>
|
* 䣺2017-35-12 hh:05
|
*/
|
public Long getResolve_start_time() {
|
return resolve_start_time;
|
}
|
/**
|
* 设置处理开始时间<BR/>
|
* 2017-35-12 hh:05
|
*/
|
public SC_WORKFLOW_INCIDENT_TEMPLATE setResolve_start_time(Long resolve_start_time) {
|
this.resolve_start_time = resolve_start_time;
|
this.isSetted_resolve_start_time = true;
|
BEAN_VALUES.put("resolve_start_time",resolve_start_time);
|
return this;
|
}
|
/**
|
* 获取回访开始时间<BR/>
|
* 䣺2017-35-12 hh:05
|
*/
|
public Long getHf_start_time() {
|
return hf_start_time;
|
}
|
/**
|
* 设置回访开始时间<BR/>
|
* 2017-35-12 hh:05
|
*/
|
public SC_WORKFLOW_INCIDENT_TEMPLATE setHf_start_time(Long hf_start_time) {
|
this.hf_start_time = hf_start_time;
|
this.isSetted_hf_start_time = true;
|
BEAN_VALUES.put("hf_start_time",hf_start_time);
|
return this;
|
}
|
/**
|
* 获取回访结束时间<BR/>
|
* 䣺2017-35-12 hh:05
|
*/
|
public Long getHf_end_time() {
|
return hf_end_time;
|
}
|
/**
|
* 设置回访结束时间<BR/>
|
* 2017-35-12 hh:05
|
*/
|
public SC_WORKFLOW_INCIDENT_TEMPLATE setHf_end_time(Long hf_end_time) {
|
this.hf_end_time = hf_end_time;
|
this.isSetted_hf_end_time = true;
|
BEAN_VALUES.put("hf_end_time",hf_end_time);
|
return this;
|
}
|
/**
|
* 获取预警超期状态<BR/>
|
* 䣺2017-35-12 hh:05
|
*/
|
public Integer getYj_timeout_state() {
|
return yj_timeout_state;
|
}
|
/**
|
* 设置预警超期状态<BR/>
|
* 2017-35-12 hh:05
|
*/
|
public SC_WORKFLOW_INCIDENT_TEMPLATE setYj_timeout_state(Integer yj_timeout_state) {
|
this.yj_timeout_state = yj_timeout_state;
|
this.isSetted_yj_timeout_state = true;
|
BEAN_VALUES.put("yj_timeout_state",yj_timeout_state);
|
return this;
|
}
|
/**
|
* 获取工单状态<BR/>
|
* 䣺2017-35-12 hh:05
|
*/
|
public String getOrder_state() {
|
return order_state;
|
}
|
/**
|
* 设置工单状态<BR/>
|
* 2017-35-12 hh:05
|
*/
|
public SC_WORKFLOW_INCIDENT_TEMPLATE setOrder_state(String order_state) {
|
this.order_state = order_state;
|
this.isSetted_order_state = true;
|
BEAN_VALUES.put("order_state",order_state);
|
return this;
|
}
|
/**
|
* 获取工单类型<BR/>
|
* 䣺2017-35-12 hh:05
|
*/
|
public String getOrder_type() {
|
return order_type;
|
}
|
/**
|
* 设置工单类型<BR/>
|
* 2017-35-12 hh:05
|
*/
|
public SC_WORKFLOW_INCIDENT_TEMPLATE setOrder_type(String order_type) {
|
this.order_type = order_type;
|
this.isSetted_order_type = true;
|
BEAN_VALUES.put("order_type",order_type);
|
return this;
|
}
|
/**
|
* 获取ims工单编号<BR/>
|
* 䣺2017-35-12 hh:05
|
*/
|
public String getIms_ordercode() {
|
return ims_ordercode;
|
}
|
/**
|
* 设置ims工单编号<BR/>
|
* 2017-35-12 hh:05
|
*/
|
public SC_WORKFLOW_INCIDENT_TEMPLATE setIms_ordercode(String ims_ordercode) {
|
this.ims_ordercode = ims_ordercode;
|
this.isSetted_ims_ordercode = true;
|
BEAN_VALUES.put("ims_ordercode",ims_ordercode);
|
return this;
|
}
|
/**
|
* 获取退单类型<BR/>
|
* 䣺2017-35-12 hh:05
|
*/
|
public String getOrderback_type() {
|
return orderback_type;
|
}
|
/**
|
* 设置退单类型<BR/>
|
* 2017-35-12 hh:05
|
*/
|
public SC_WORKFLOW_INCIDENT_TEMPLATE setOrderback_type(String orderback_type) {
|
this.orderback_type = orderback_type;
|
this.isSetted_orderback_type = true;
|
BEAN_VALUES.put("orderback_type",orderback_type);
|
return this;
|
}
|
/**
|
* 获取退单原因<BR/>
|
* 䣺2017-35-12 hh:05
|
*/
|
public String getOrderback_reason() {
|
return orderback_reason;
|
}
|
/**
|
* 设置退单原因<BR/>
|
* 2017-35-12 hh:05
|
*/
|
public SC_WORKFLOW_INCIDENT_TEMPLATE setOrderback_reason(String orderback_reason) {
|
this.orderback_reason = orderback_reason;
|
this.isSetted_orderback_reason = true;
|
BEAN_VALUES.put("orderback_reason",orderback_reason);
|
return this;
|
}
|
|
/**
|
* 使用ID删除Bean<BR/>
|
*/
|
public void deleteById() {
|
if (StringUtils.isBlank(id)) {
|
throw new RuntimeException("删除bean时ID不能为空");
|
}
|
dao.execute("delete from " + getTableName() + " where id = :id", BEAN_VALUES);
|
}
|
|
@Override
|
public SC_WORKFLOW_INCIDENT_TEMPLATE getInstanceById() {
|
if (StringUtils.isBlank(id)) {
|
throw new RuntimeException("获取Bean时ID不能为空");
|
}
|
return dao.queryForBean("select * from " + getTableName() + " where id=:id", BEAN_VALUES, this);
|
}
|
|
|
|
@Override
|
public SC_WORKFLOW_INCIDENT_TEMPLATE queryForBean() {
|
StringBuffer sBuffer = new StringBuffer("select * from SC_WORKFLOW_INCIDENT_TEMPLATE where ");
|
if(isSetted_id){
|
sBuffer.append("id=:id and ");
|
}
|
if (isSetted_order_code) {
|
sBuffer.append("order_code=:order_code and ");
|
}
|
if (isSetted_template_name) {
|
sBuffer.append("template_name=:template_name and ");
|
}
|
if (isSetted_name) {
|
sBuffer.append("name=:name and ");
|
}
|
if (isSetted_descrip) {
|
sBuffer.append("descrip=:descrip and ");
|
}
|
if (isSetted_happen_time) {
|
sBuffer.append("happen_time=:happen_time and ");
|
}
|
if (isSetted_first_category_name) {
|
sBuffer.append("first_category_name=:first_category_name and ");
|
}
|
if (isSetted_first_category_id) {
|
sBuffer.append("first_category_id=:first_category_id and ");
|
}
|
if (isSetted_second_category_id) {
|
sBuffer.append("second_category_id=:second_category_id and ");
|
}
|
if (isSetted_second_category_name) {
|
sBuffer.append("second_category_name=:second_category_name and ");
|
}
|
if (isSetted_third_category_id) {
|
sBuffer.append("third_category_id=:third_category_id and ");
|
}
|
if (isSetted_third_category_name) {
|
sBuffer.append("third_category_name=:third_category_name and ");
|
}
|
if (isSetted_priority_id) {
|
sBuffer.append("priority_id=:priority_id and ");
|
}
|
if (isSetted_priority_name) {
|
sBuffer.append("priority_name=:priority_name and ");
|
}
|
if (isSetted_influence_id) {
|
sBuffer.append("influence_id=:influence_id and ");
|
}
|
if (isSetted_influence_name) {
|
sBuffer.append("influence_name=:influence_name and ");
|
}
|
if (isSetted_sla_id) {
|
sBuffer.append("sla_id=:sla_id and ");
|
}
|
if (isSetted_sla_name) {
|
sBuffer.append("sla_name=:sla_name and ");
|
}
|
if (isSetted_customer_id) {
|
sBuffer.append("customer_id=:customer_id and ");
|
}
|
if (isSetted_customer_name) {
|
sBuffer.append("customer_name=:customer_name and ");
|
}
|
if (isSetted_keshi) {
|
sBuffer.append("keshi=:keshi and ");
|
}
|
if (isSetted_contact_id) {
|
sBuffer.append("contact_id=:contact_id and ");
|
}
|
if (isSetted_contact_name) {
|
sBuffer.append("contact_name=:contact_name and ");
|
}
|
if (isSetted_contact_phone) {
|
sBuffer.append("contact_phone=:contact_phone and ");
|
}
|
if (isSetted_apply_type_id) {
|
sBuffer.append("apply_type_id=:apply_type_id and ");
|
}
|
if (isSetted_apply_type_name) {
|
sBuffer.append("apply_type_name=:apply_type_name and ");
|
}
|
if (isSetted_apply_user_name) {
|
sBuffer.append("apply_user_name=:apply_user_name and ");
|
}
|
if (isSetted_apply_user_phone) {
|
sBuffer.append("apply_user_phone=:apply_user_phone and ");
|
}
|
if (isSetted_apply_time) {
|
sBuffer.append("apply_time=:apply_time and ");
|
}
|
if (isSetted_create_user_id) {
|
sBuffer.append("create_user_id=:create_user_id and ");
|
}
|
if (isSetted_create_user_name) {
|
sBuffer.append("create_user_name=:create_user_name and ");
|
}
|
if (isSetted_create_time) {
|
sBuffer.append("create_time=:create_time and ");
|
}
|
if (isSetted_type_id) {
|
sBuffer.append("type_id=:type_id and ");
|
}
|
if (isSetted_type_name) {
|
sBuffer.append("type_name=:type_name and ");
|
}
|
if (isSetted_source_id) {
|
sBuffer.append("source_id=:source_id and ");
|
}
|
if (isSetted_source_name) {
|
sBuffer.append("source_name=:source_name and ");
|
}
|
if (isSetted_state) {
|
sBuffer.append("state=:state and ");
|
}
|
if (isSetted_merged_business_id) {
|
sBuffer.append("merged_business_id=:merged_business_id and ");
|
}
|
if (isSetted_resolve_user_id) {
|
sBuffer.append("resolve_user_id=:resolve_user_id and ");
|
}
|
if (isSetted_resolve_user_name) {
|
sBuffer.append("resolve_user_name=:resolve_user_name and ");
|
}
|
if (isSetted_resolve_time) {
|
sBuffer.append("resolve_time=:resolve_time and ");
|
}
|
if (isSetted_resolve_type_id) {
|
sBuffer.append("resolve_type_id=:resolve_type_id and ");
|
}
|
if (isSetted_resolve_type_name) {
|
sBuffer.append("resolve_type_name=:resolve_type_name and ");
|
}
|
if (isSetted_resolve_role_id) {
|
sBuffer.append("resolve_role_id=:resolve_role_id and ");
|
}
|
if (isSetted_resolve_role_name) {
|
sBuffer.append("resolve_role_name=:resolve_role_name and ");
|
}
|
if (isSetted_resolve) {
|
sBuffer.append("resolve=:resolve and ");
|
}
|
if (isSetted_suggest) {
|
sBuffer.append("suggest=:suggest and ");
|
}
|
if (isSetted_flow_id) {
|
sBuffer.append("flow_id=:flow_id and ");
|
}
|
if (isSetted_flow_name) {
|
sBuffer.append("flow_name=:flow_name and ");
|
}
|
if (isSetted_request_answer_time) {
|
sBuffer.append("request_answer_time=:request_answer_time and ");
|
}
|
if (isSetted_request_deal_time) {
|
sBuffer.append("request_deal_time=:request_deal_time and ");
|
}
|
if (isSetted_answer_time) {
|
sBuffer.append("answer_time=:answer_time and ");
|
}
|
if (isSetted_answer_timeout) {
|
sBuffer.append("answer_timeout=:answer_timeout and ");
|
}
|
if (isSetted_answer_use_time) {
|
sBuffer.append("answer_use_time=:answer_use_time and ");
|
}
|
if (isSetted_answer_timeout_time) {
|
sBuffer.append("answer_timeout_time=:answer_timeout_time and ");
|
}
|
if (isSetted_deal_timeout) {
|
sBuffer.append("deal_timeout=:deal_timeout and ");
|
}
|
if (isSetted_deal_use_time) {
|
sBuffer.append("deal_use_time=:deal_use_time and ");
|
}
|
if (isSetted_deal_timeout_time) {
|
sBuffer.append("deal_timeout_time=:deal_timeout_time and ");
|
}
|
if (isSetted_sub_customer_name) {
|
sBuffer.append("sub_customer_name=:sub_customer_name and ");
|
}
|
if (isSetted_sub_customer_id) {
|
sBuffer.append("sub_customer_id=:sub_customer_id and ");
|
}
|
if (isSetted_create_type) {
|
sBuffer.append("create_type=:create_type and ");
|
}
|
if (isSetted_questionid) {
|
sBuffer.append("questionid=:questionid and ");
|
}
|
if (isSetted_knowledgeid) {
|
sBuffer.append("knowledgeid=:knowledgeid and ");
|
}
|
if (isSetted_currentnode) {
|
sBuffer.append("currentnode=:currentnode and ");
|
}
|
if (isSetted_applydept) {
|
sBuffer.append("applydept=:applydept and ");
|
}
|
if (isSetted_ordertag) {
|
sBuffer.append("ordertag=:ordertag and ");
|
}
|
if (isSetted_ywgroup) {
|
sBuffer.append("ywgroup=:ywgroup and ");
|
}
|
if (isSetted_ishf) {
|
sBuffer.append("ishf=:ishf and ");
|
}
|
if (isSetted_hfcg) {
|
sBuffer.append("hfcg=:hfcg and ");
|
}
|
if (isSetted_create_end_time) {
|
sBuffer.append("create_end_time=:create_end_time and ");
|
}
|
if (isSetted_resolve_start_time) {
|
sBuffer.append("resolve_start_time=:resolve_start_time and ");
|
}
|
if (isSetted_hf_start_time) {
|
sBuffer.append("hf_start_time=:hf_start_time and ");
|
}
|
if (isSetted_hf_end_time) {
|
sBuffer.append("hf_end_time=:hf_end_time and ");
|
}
|
if (isSetted_yj_timeout_state) {
|
sBuffer.append("yj_timeout_state=:yj_timeout_state and ");
|
}
|
if (isSetted_order_state) {
|
sBuffer.append("order_state=:order_state and ");
|
}
|
if (isSetted_order_type) {
|
sBuffer.append("order_type=:order_type and ");
|
}
|
if (isSetted_ims_ordercode) {
|
sBuffer.append("ims_ordercode=:ims_ordercode and ");
|
}
|
if (isSetted_orderback_type) {
|
sBuffer.append("orderback_type=:orderback_type and ");
|
}
|
if (isSetted_orderback_reason) {
|
sBuffer.append("orderback_reason=:orderback_reason and ");
|
}
|
String sql = sBuffer.toString();
|
sql = StringUtils.removeEnd(sql, " and ");
|
return dao.queryForBean(sql,this);
|
}
|
|
@Override
|
public String getTableName() {
|
return "SC_WORKFLOW_INCIDENT_TEMPLATE";
|
}
|
|
|
public Map getBeanValues(){
|
return this.BEAN_VALUES;
|
}
|
|
@Override
|
public SC_WORKFLOW_INCIDENT_TEMPLATE insert() {
|
if (StringUtils.isBlank(id)) {
|
this.setId(StringUtil.getUUID());
|
}
|
dao.execute(getInsertSql(),BEAN_VALUES);
|
return this;
|
}
|
|
@Override
|
public SC_WORKFLOW_INCIDENT_TEMPLATE update() {
|
if (StringUtils.isBlank(id)) {
|
throw new RuntimeException("更新Bean时ID不能为空");
|
}
|
dao.execute(getUpdateSql(),BEAN_VALUES);
|
return this;
|
}
|
|
public SC_WORKFLOW_INCIDENT_TEMPLATE insertOrUpdate(){
|
if (StringUtils.isNotBlank(id)) {
|
return update();
|
} else {
|
return insert();
|
}
|
}
|
|
/**
|
* 通过ID获取该条信息的Map结构
|
*/
|
public Map getBeanMapById() {
|
|
if (StringUtils.isBlank(id)) {
|
throw new RuntimeException("ID不能为空!");
|
}
|
|
return dao.queryForMap("select * from SC_WORKFLOW_INCIDENT_TEMPLATE where id=:id",BEAN_VALUES);
|
}
|
|
public Object mapRow(ResultSet rs, int rownum) throws SQLException {
|
Object id = rs.getObject("ID");
|
this.setId(ConvertUtil.obj2Str(id));
|
BEAN_VALUES.put("id",id);
|
Object obj = null;
|
obj = rs.getObject("ORDER_CODE");
|
BEAN_VALUES.put("order_code",obj);
|
this.setOrder_code(ConvertUtil.obj2Str(obj));
|
obj = rs.getObject("TEMPLATE_NAME");
|
BEAN_VALUES.put("template_name",obj);
|
this.setTemplate_name(ConvertUtil.obj2Str(obj));
|
obj = rs.getObject("NAME");
|
BEAN_VALUES.put("name",obj);
|
this.setName(ConvertUtil.obj2Str(obj));
|
obj = rs.getObject("DESCRIP");
|
BEAN_VALUES.put("descrip",obj);
|
this.setDescrip(ConvertUtil.obj2Str(obj));
|
obj = rs.getObject("HAPPEN_TIME");
|
BEAN_VALUES.put("happen_time",obj);
|
this.setHappen_time(ConvertUtil.obj2Long(obj));
|
obj = rs.getObject("FIRST_CATEGORY_NAME");
|
BEAN_VALUES.put("first_category_name",obj);
|
this.setFirst_category_name(ConvertUtil.obj2Str(obj));
|
obj = rs.getObject("FIRST_CATEGORY_ID");
|
BEAN_VALUES.put("first_category_id",obj);
|
this.setFirst_category_id(ConvertUtil.obj2Str(obj));
|
obj = rs.getObject("SECOND_CATEGORY_ID");
|
BEAN_VALUES.put("second_category_id",obj);
|
this.setSecond_category_id(ConvertUtil.obj2Str(obj));
|
obj = rs.getObject("SECOND_CATEGORY_NAME");
|
BEAN_VALUES.put("second_category_name",obj);
|
this.setSecond_category_name(ConvertUtil.obj2Str(obj));
|
obj = rs.getObject("THIRD_CATEGORY_ID");
|
BEAN_VALUES.put("third_category_id",obj);
|
this.setThird_category_id(ConvertUtil.obj2Str(obj));
|
obj = rs.getObject("THIRD_CATEGORY_NAME");
|
BEAN_VALUES.put("third_category_name",obj);
|
this.setThird_category_name(ConvertUtil.obj2Str(obj));
|
obj = rs.getObject("PRIORITY_ID");
|
BEAN_VALUES.put("priority_id",obj);
|
this.setPriority_id(ConvertUtil.obj2Str(obj));
|
obj = rs.getObject("PRIORITY_NAME");
|
BEAN_VALUES.put("priority_name",obj);
|
this.setPriority_name(ConvertUtil.obj2Str(obj));
|
obj = rs.getObject("INFLUENCE_ID");
|
BEAN_VALUES.put("influence_id",obj);
|
this.setInfluence_id(ConvertUtil.obj2Str(obj));
|
obj = rs.getObject("INFLUENCE_NAME");
|
BEAN_VALUES.put("influence_name",obj);
|
this.setInfluence_name(ConvertUtil.obj2Str(obj));
|
obj = rs.getObject("SLA_ID");
|
BEAN_VALUES.put("sla_id",obj);
|
this.setSla_id(ConvertUtil.obj2Str(obj));
|
obj = rs.getObject("SLA_NAME");
|
BEAN_VALUES.put("sla_name",obj);
|
this.setSla_name(ConvertUtil.obj2Str(obj));
|
obj = rs.getObject("CUSTOMER_ID");
|
BEAN_VALUES.put("customer_id",obj);
|
this.setCustomer_id(ConvertUtil.obj2Str(obj));
|
obj = rs.getObject("CUSTOMER_NAME");
|
BEAN_VALUES.put("customer_name",obj);
|
this.setCustomer_name(ConvertUtil.obj2Str(obj));
|
obj = rs.getObject("KESHI");
|
BEAN_VALUES.put("keshi",obj);
|
this.setKeshi(ConvertUtil.obj2Str(obj));
|
obj = rs.getObject("CONTACT_ID");
|
BEAN_VALUES.put("contact_id",obj);
|
this.setContact_id(ConvertUtil.obj2Str(obj));
|
obj = rs.getObject("CONTACT_NAME");
|
BEAN_VALUES.put("contact_name",obj);
|
this.setContact_name(ConvertUtil.obj2Str(obj));
|
obj = rs.getObject("CONTACT_PHONE");
|
BEAN_VALUES.put("contact_phone",obj);
|
this.setContact_phone(ConvertUtil.obj2Str(obj));
|
obj = rs.getObject("APPLY_TYPE_ID");
|
BEAN_VALUES.put("apply_type_id",obj);
|
this.setApply_type_id(ConvertUtil.obj2Str(obj));
|
obj = rs.getObject("APPLY_TYPE_NAME");
|
BEAN_VALUES.put("apply_type_name",obj);
|
this.setApply_type_name(ConvertUtil.obj2Str(obj));
|
obj = rs.getObject("APPLY_USER_NAME");
|
BEAN_VALUES.put("apply_user_name",obj);
|
this.setApply_user_name(ConvertUtil.obj2Str(obj));
|
obj = rs.getObject("APPLY_USER_PHONE");
|
BEAN_VALUES.put("apply_user_phone",obj);
|
this.setApply_user_phone(ConvertUtil.obj2Str(obj));
|
obj = rs.getObject("APPLY_TIME");
|
BEAN_VALUES.put("apply_time",obj);
|
this.setApply_time(ConvertUtil.obj2Long(obj));
|
obj = rs.getObject("CREATE_USER_ID");
|
BEAN_VALUES.put("create_user_id",obj);
|
this.setCreate_user_id(ConvertUtil.obj2Str(obj));
|
obj = rs.getObject("CREATE_USER_NAME");
|
BEAN_VALUES.put("create_user_name",obj);
|
this.setCreate_user_name(ConvertUtil.obj2Str(obj));
|
obj = rs.getObject("CREATE_TIME");
|
BEAN_VALUES.put("create_time",obj);
|
this.setCreate_time(ConvertUtil.obj2Long(obj));
|
obj = rs.getObject("TYPE_ID");
|
BEAN_VALUES.put("type_id",obj);
|
this.setType_id(ConvertUtil.obj2Str(obj));
|
obj = rs.getObject("TYPE_NAME");
|
BEAN_VALUES.put("type_name",obj);
|
this.setType_name(ConvertUtil.obj2Str(obj));
|
obj = rs.getObject("SOURCE_ID");
|
BEAN_VALUES.put("source_id",obj);
|
this.setSource_id(ConvertUtil.obj2Str(obj));
|
obj = rs.getObject("SOURCE_NAME");
|
BEAN_VALUES.put("source_name",obj);
|
this.setSource_name(ConvertUtil.obj2Str(obj));
|
obj = rs.getObject("STATE");
|
BEAN_VALUES.put("state",obj);
|
this.setState(ConvertUtil.obj2Integer(obj));
|
obj = rs.getObject("MERGED_BUSINESS_ID");
|
BEAN_VALUES.put("merged_business_id",obj);
|
this.setMerged_business_id(ConvertUtil.obj2Str(obj));
|
obj = rs.getObject("RESOLVE_USER_ID");
|
BEAN_VALUES.put("resolve_user_id",obj);
|
this.setResolve_user_id(ConvertUtil.obj2Str(obj));
|
obj = rs.getObject("RESOLVE_USER_NAME");
|
BEAN_VALUES.put("resolve_user_name",obj);
|
this.setResolve_user_name(ConvertUtil.obj2Str(obj));
|
obj = rs.getObject("RESOLVE_TIME");
|
BEAN_VALUES.put("resolve_time",obj);
|
this.setResolve_time(ConvertUtil.obj2Long(obj));
|
obj = rs.getObject("RESOLVE_TYPE_ID");
|
BEAN_VALUES.put("resolve_type_id",obj);
|
this.setResolve_type_id(ConvertUtil.obj2Str(obj));
|
obj = rs.getObject("RESOLVE_TYPE_NAME");
|
BEAN_VALUES.put("resolve_type_name",obj);
|
this.setResolve_type_name(ConvertUtil.obj2Str(obj));
|
obj = rs.getObject("RESOLVE_ROLE_ID");
|
BEAN_VALUES.put("resolve_role_id",obj);
|
this.setResolve_role_id(ConvertUtil.obj2Str(obj));
|
obj = rs.getObject("RESOLVE_ROLE_NAME");
|
BEAN_VALUES.put("resolve_role_name",obj);
|
this.setResolve_role_name(ConvertUtil.obj2Str(obj));
|
obj = rs.getObject("RESOLVE");
|
BEAN_VALUES.put("resolve",obj);
|
this.setResolve(ConvertUtil.obj2Str(obj));
|
obj = rs.getObject("SUGGEST");
|
BEAN_VALUES.put("suggest",obj);
|
this.setSuggest(ConvertUtil.obj2Str(obj));
|
obj = rs.getObject("FLOW_ID");
|
BEAN_VALUES.put("flow_id",obj);
|
this.setFlow_id(ConvertUtil.obj2Str(obj));
|
obj = rs.getObject("FLOW_NAME");
|
BEAN_VALUES.put("flow_name",obj);
|
this.setFlow_name(ConvertUtil.obj2Str(obj));
|
obj = rs.getObject("REQUEST_ANSWER_TIME");
|
BEAN_VALUES.put("request_answer_time",obj);
|
this.setRequest_answer_time(ConvertUtil.obj2Long(obj));
|
obj = rs.getObject("REQUEST_DEAL_TIME");
|
BEAN_VALUES.put("request_deal_time",obj);
|
this.setRequest_deal_time(ConvertUtil.obj2Long(obj));
|
obj = rs.getObject("ANSWER_TIME");
|
BEAN_VALUES.put("answer_time",obj);
|
this.setAnswer_time(ConvertUtil.obj2Long(obj));
|
obj = rs.getObject("ANSWER_TIMEOUT");
|
BEAN_VALUES.put("answer_timeout",obj);
|
this.setAnswer_timeout(ConvertUtil.obj2Integer(obj));
|
obj = rs.getObject("ANSWER_USE_TIME");
|
BEAN_VALUES.put("answer_use_time",obj);
|
this.setAnswer_use_time(ConvertUtil.obj2Str(obj));
|
obj = rs.getObject("ANSWER_TIMEOUT_TIME");
|
BEAN_VALUES.put("answer_timeout_time",obj);
|
this.setAnswer_timeout_time(ConvertUtil.obj2Long(obj));
|
obj = rs.getObject("DEAL_TIMEOUT");
|
BEAN_VALUES.put("deal_timeout",obj);
|
this.setDeal_timeout(ConvertUtil.obj2Integer(obj));
|
obj = rs.getObject("DEAL_USE_TIME");
|
BEAN_VALUES.put("deal_use_time",obj);
|
this.setDeal_use_time(ConvertUtil.obj2Str(obj));
|
obj = rs.getObject("DEAL_TIMEOUT_TIME");
|
BEAN_VALUES.put("deal_timeout_time",obj);
|
this.setDeal_timeout_time(ConvertUtil.obj2Long(obj));
|
obj = rs.getObject("SUB_CUSTOMER_NAME");
|
BEAN_VALUES.put("sub_customer_name",obj);
|
this.setSub_customer_name(ConvertUtil.obj2Str(obj));
|
obj = rs.getObject("SUB_CUSTOMER_ID");
|
BEAN_VALUES.put("sub_customer_id",obj);
|
this.setSub_customer_id(ConvertUtil.obj2Str(obj));
|
obj = rs.getObject("CREATE_TYPE");
|
BEAN_VALUES.put("create_type",obj);
|
this.setCreate_type(ConvertUtil.obj2Integer(obj));
|
obj = rs.getObject("QUESTIONID");
|
BEAN_VALUES.put("questionid",obj);
|
this.setQuestionid(ConvertUtil.obj2Str(obj));
|
obj = rs.getObject("KNOWLEDGEID");
|
BEAN_VALUES.put("knowledgeid",obj);
|
this.setKnowledgeid(ConvertUtil.obj2Str(obj));
|
obj = rs.getObject("CURRENTNODE");
|
BEAN_VALUES.put("currentnode",obj);
|
this.setCurrentnode(ConvertUtil.obj2Str(obj));
|
obj = rs.getObject("APPLYDEPT");
|
BEAN_VALUES.put("applydept",obj);
|
this.setApplydept(ConvertUtil.obj2Str(obj));
|
obj = rs.getObject("ORDERTAG");
|
BEAN_VALUES.put("ordertag",obj);
|
this.setOrdertag(ConvertUtil.obj2Str(obj));
|
obj = rs.getObject("YWGROUP");
|
BEAN_VALUES.put("ywgroup",obj);
|
this.setYwgroup(ConvertUtil.obj2Str(obj));
|
obj = rs.getObject("ISHF");
|
BEAN_VALUES.put("ishf",obj);
|
this.setIshf(ConvertUtil.obj2Integer(obj));
|
obj = rs.getObject("HFCG");
|
BEAN_VALUES.put("hfcg",obj);
|
this.setHfcg(ConvertUtil.obj2Integer(obj));
|
obj = rs.getObject("CREATE_END_TIME");
|
BEAN_VALUES.put("create_end_time",obj);
|
this.setCreate_end_time(ConvertUtil.obj2Long(obj));
|
obj = rs.getObject("RESOLVE_START_TIME");
|
BEAN_VALUES.put("resolve_start_time",obj);
|
this.setResolve_start_time(ConvertUtil.obj2Long(obj));
|
obj = rs.getObject("HF_START_TIME");
|
BEAN_VALUES.put("hf_start_time",obj);
|
this.setHf_start_time(ConvertUtil.obj2Long(obj));
|
obj = rs.getObject("HF_END_TIME");
|
BEAN_VALUES.put("hf_end_time",obj);
|
this.setHf_end_time(ConvertUtil.obj2Long(obj));
|
obj = rs.getObject("YJ_TIMEOUT_STATE");
|
BEAN_VALUES.put("yj_timeout_state",obj);
|
this.setYj_timeout_state(ConvertUtil.obj2Integer(obj));
|
obj = rs.getObject("ORDER_STATE");
|
BEAN_VALUES.put("order_state",obj);
|
this.setOrder_state(ConvertUtil.obj2Str(obj));
|
obj = rs.getObject("ORDER_TYPE");
|
BEAN_VALUES.put("order_type",obj);
|
this.setOrder_type(ConvertUtil.obj2Str(obj));
|
obj = rs.getObject("IMS_ORDERCODE");
|
BEAN_VALUES.put("ims_ordercode",obj);
|
this.setIms_ordercode(ConvertUtil.obj2Str(obj));
|
obj = rs.getObject("ORDERBACK_TYPE");
|
BEAN_VALUES.put("orderback_type",obj);
|
this.setOrderback_type(ConvertUtil.obj2Str(obj));
|
obj = rs.getObject("ORDERBACK_REASON");
|
BEAN_VALUES.put("orderback_reason",obj);
|
this.setOrderback_reason(ConvertUtil.obj2Str(obj));
|
return this;
|
}
|
|
|
public String toString() {
|
StringBuffer sb = new StringBuffer("[");
|
for (Iterator iterator = KEYS.keySet().iterator(); iterator.hasNext();) {
|
String key = (String) iterator.next();
|
sb.append(key+"=" + BEAN_VALUES.get(key)+",");
|
}
|
sb.append("]");
|
return sb.toString();
|
}
|
|
public SC_WORKFLOW_INCIDENT_TEMPLATE newInstance(){
|
return new SC_WORKFLOW_INCIDENT_TEMPLATE();
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|