All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.yqjr.modules.serverlog.model.ServerLogModel Maven / Gradle / Ivy

package com.yqjr.modules.serverlog.model;

import com.yqjr.framework.base.BaseModel;
import com.yqjr.framework.datatype.Date;

public class ServerLogModel extends BaseModel {
	/**
	 * 
	 */
	private static final long serialVersionUID = 1352370835792659491L;

	/**
	 *
	 * This field was generated by MyBatis Generator. This field corresponds to
	 * the database column ESB.FMK_SERVERLOG.SERIALNO
	 *
	 *  Thu Jun 15 15:20:15 CST 2017
	 */
	private String serialNo;

	/**
	 *
	 * This field was generated by MyBatis Generator. This field corresponds to
	 * the database column ESB.FMK_SERVERLOG.CHANNEL
	 *
	 *  Thu Jun 15 15:20:15 CST 2017
	 */
	private String channel;

	/**
	 *
	 * This field was generated by MyBatis Generator. This field corresponds to
	 * the database column ESB.FMK_SERVERLOG.SERVICECODE
	 *
	 *  Thu Jun 15 15:20:15 CST 2017
	 */
	private String serviceCode;

	/**
	 *
	 * This field was generated by MyBatis Generator. This field corresponds to
	 * the database column ESB.FMK_SERVERLOG.TRANSACTIONTIME
	 *
	 *  Thu Jun 15 15:20:15 CST 2017
	 */
	private Date transactionTime;

	/**
	 *
	 * This field was generated by MyBatis Generator. This field corresponds to
	 * the database column ESB.FMK_SERVERLOG.TOKEN
	 *
	 *  Thu Jun 15 15:20:15 CST 2017
	 */
	private String token;

	/**
	 *
	 * This field was generated by MyBatis Generator. This field corresponds to
	 * the database column ESB.FMK_SERVERLOG.REQUESTTIME
	 *
	 *  Thu Jun 15 15:20:15 CST 2017
	 */
	private Date requestTime;

	/**
	 *
	 * This field was generated by MyBatis Generator. This field corresponds to
	 * the database column ESB.FMK_SERVERLOG.RESPONSETIME
	 *
	 *  Thu Jun 15 15:20:15 CST 2017
	 */
	private Date responseTime;

	/**
	 *
	 * This field was generated by MyBatis Generator. This field corresponds to
	 * the database column ESB.FMK_SERVERLOG.RESPONSETOKEN
	 *
	 *  Thu Jun 15 15:20:15 CST 2017
	 */
	private String responseToken;

	/**
	 *
	 * This field was generated by MyBatis Generator. This field corresponds to
	 * the database column ESB.FMK_SERVERLOG.REPLYCODE
	 *
	 *  Thu Jun 15 15:20:15 CST 2017
	 */
	private String replyCode;

	/**
	 *
	 * This field was generated by MyBatis Generator. This field corresponds to
	 * the database column ESB.FMK_SERVERLOG.REPLYTEXT
	 *
	 *  Thu Jun 15 15:20:15 CST 2017
	 */
	private String replyText;
	
	/**
	 *
	 * This field was generated by MyBatis Generator. This field corresponds to
	 * the database column ESB.FMK_SERVERLOG.SENDMESSAGE
	 *
	 *  Thu Jun 15 15:20:15 CST 2017
	 */
	private String sendMessage;

	/**
	 *
	 * This field was generated by MyBatis Generator. This field corresponds to
	 * the database column ESB.FMK_SERVERLOG.RECEIVEMESSAGE
	 *
	 *  Thu Jun 15 15:20:15 CST 2017
	 */
	private String receiveMessage;

	/**
	 * This method was generated by MyBatis Generator. This method returns the
	 * value of the database column ESB.FMK_SERVERLOG.SERIALNO
	 *
	 * @return the value of ESB.FMK_SERVERLOG.SERIALNO
	 *
	 *  Thu Jun 15 15:20:15 CST 2017
	 */
	public String getSerialNo() {
		return serialNo;
	}

	/**
	 * This method was generated by MyBatis Generator. This method sets the
	 * value of the database column ESB.FMK_SERVERLOG.SERIALNO
	 *
	 * @param serialNo
	 *            the value for ESB.FMK_SERVERLOG.SERIALNO
	 *
	 *  Thu Jun 15 15:20:15 CST 2017
	 */
	public void setSerialNo(String serialNo) {
		this.serialNo = serialNo;
	}

	/**
	 * This method was generated by MyBatis Generator. This method returns the
	 * value of the database column ESB.FMK_SERVERLOG.CHANNEL
	 *
	 * @return the value of ESB.FMK_SERVERLOG.CHANNEL
	 *
	 *  Thu Jun 15 15:20:15 CST 2017
	 */
	public String getChannel() {
		return channel;
	}

	/**
	 * This method was generated by MyBatis Generator. This method sets the
	 * value of the database column ESB.FMK_SERVERLOG.CHANNEL
	 *
	 * @param channel
	 *            the value for ESB.FMK_SERVERLOG.CHANNEL
	 *
	 *  Thu Jun 15 15:20:15 CST 2017
	 */
	public void setChannel(String channel) {
		this.channel = channel;
	}

	/**
	 * This method was generated by MyBatis Generator. This method returns the
	 * value of the database column ESB.FMK_SERVERLOG.SERVICECODE
	 *
	 * @return the value of ESB.FMK_SERVERLOG.SERVICECODE
	 *
	 *  Thu Jun 15 15:20:15 CST 2017
	 */
	public String getServiceCode() {
		return serviceCode;
	}

	/**
	 * This method was generated by MyBatis Generator. This method sets the
	 * value of the database column ESB.FMK_SERVERLOG.SERVICECODE
	 *
	 * @param serviceCode
	 *            the value for ESB.FMK_SERVERLOG.SERVICECODE
	 *
	 *  Thu Jun 15 15:20:15 CST 2017
	 */
	public void setServiceCode(String serviceCode) {
		this.serviceCode = serviceCode;
	}

	/**
	 * This method was generated by MyBatis Generator. This method returns the
	 * value of the database column ESB.FMK_SERVERLOG.TRANSACTIONTIME
	 *
	 * @return the value of ESB.FMK_SERVERLOG.TRANSACTIONTIME
	 *
	 *  Thu Jun 15 15:20:15 CST 2017
	 */
	public Date getTransactionTime() {
		return transactionTime;
	}

	/**
	 * This method was generated by MyBatis Generator. This method sets the
	 * value of the database column ESB.FMK_SERVERLOG.TRANSACTIONTIME
	 *
	 * @param transactionTime
	 *            the value for ESB.FMK_SERVERLOG.TRANSACTIONTIME
	 *
	 *  Thu Jun 15 15:20:15 CST 2017
	 */
	public void setTransactionTime(Date transactionTime) {
		this.transactionTime = transactionTime;
	}

	/**
	 * This method was generated by MyBatis Generator. This method returns the
	 * value of the database column ESB.FMK_SERVERLOG.TOKEN
	 *
	 * @return the value of ESB.FMK_SERVERLOG.TOKEN
	 *
	 *  Thu Jun 15 15:20:15 CST 2017
	 */
	public String getToken() {
		return token;
	}

	/**
	 * This method was generated by MyBatis Generator. This method sets the
	 * value of the database column ESB.FMK_SERVERLOG.TOKEN
	 *
	 * @param token
	 *            the value for ESB.FMK_SERVERLOG.TOKEN
	 *
	 *  Thu Jun 15 15:20:15 CST 2017
	 */
	public void setToken(String token) {
		this.token = token;
	}

	/**
	 * This method was generated by MyBatis Generator. This method returns the
	 * value of the database column ESB.FMK_SERVERLOG.REQUESTTIME
	 *
	 * @return the value of ESB.FMK_SERVERLOG.REQUESTTIME
	 *
	 *  Thu Jun 15 15:20:15 CST 2017
	 */
	public Date getRequestTime() {
		return requestTime;
	}

	/**
	 * This method was generated by MyBatis Generator. This method sets the
	 * value of the database column ESB.FMK_SERVERLOG.REQUESTTIME
	 *
	 * @param requestTime
	 *            the value for ESB.FMK_SERVERLOG.REQUESTTIME
	 *
	 *  Thu Jun 15 15:20:15 CST 2017
	 */
	public void setRequestTime(Date requestTime) {
		this.requestTime = requestTime;
	}

	/**
	 * This method was generated by MyBatis Generator. This method returns the
	 * value of the database column ESB.FMK_SERVERLOG.RESPONSETIME
	 *
	 * @return the value of ESB.FMK_SERVERLOG.RESPONSETIME
	 *
	 *  Thu Jun 15 15:20:15 CST 2017
	 */
	public Date getResponseTime() {
		return responseTime;
	}

	/**
	 * This method was generated by MyBatis Generator. This method sets the
	 * value of the database column ESB.FMK_SERVERLOG.RESPONSETIME
	 *
	 * @param responseTime
	 *            the value for ESB.FMK_SERVERLOG.RESPONSETIME
	 *
	 *  Thu Jun 15 15:20:15 CST 2017
	 */
	public void setResponseTime(Date responseTime) {
		this.responseTime = responseTime;
	}

	/**
	 * This method was generated by MyBatis Generator. This method returns the
	 * value of the database column ESB.FMK_SERVERLOG.RESPONSETOKEN
	 *
	 * @return the value of ESB.FMK_SERVERLOG.RESPONSETOKEN
	 *
	 *  Thu Jun 15 15:20:15 CST 2017
	 */
	public String getResponseToken() {
		return responseToken;
	}

	/**
	 * This method was generated by MyBatis Generator. This method sets the
	 * value of the database column ESB.FMK_SERVERLOG.RESPONSETOKEN
	 *
	 * @param responseToken
	 *            the value for ESB.FMK_SERVERLOG.RESPONSETOKEN
	 *
	 *  Thu Jun 15 15:20:15 CST 2017
	 */
	public void setResponseToken(String responseToken) {
		this.responseToken = responseToken;
	}

	/**
	 * This method was generated by MyBatis Generator. This method returns the
	 * value of the database column ESB.FMK_SERVERLOG.REPLYCODE
	 *
	 * @return the value of ESB.FMK_SERVERLOG.REPLYCODE
	 *
	 *  Thu Jun 15 15:20:15 CST 2017
	 */
	public String getReplyCode() {
		return replyCode;
	}

	/**
	 * This method was generated by MyBatis Generator. This method sets the
	 * value of the database column ESB.FMK_SERVERLOG.REPLYCODE
	 *
	 * @param replyCode
	 *            the value for ESB.FMK_SERVERLOG.REPLYCODE
	 *
	 *  Thu Jun 15 15:20:15 CST 2017
	 */
	public void setReplyCode(String replyCode) {
		this.replyCode = replyCode;
	}

	/**
	 * This method was generated by MyBatis Generator. This method returns the
	 * value of the database column ESB.FMK_SERVERLOG.REPLYTEXT
	 *
	 * @return the value of ESB.FMK_SERVERLOG.REPLYTEXT
	 *
	 *  Thu Jun 15 15:20:15 CST 2017
	 */
	public String getReplyText() {
		return replyText;
	}

	/**
	 * This method was generated by MyBatis Generator. This method sets the
	 * value of the database column ESB.FMK_SERVERLOG.REPLYTEXT
	 *
	 * @param replyText
	 *            the value for ESB.FMK_SERVERLOG.REPLYTEXT
	 *
	 *  Thu Jun 15 15:20:15 CST 2017
	 */
	public void setReplyText(String replyText) {
		this.replyText = replyText;
	}

	/**
	 * @return the sendMessage
	 */
	public String getSendMessage() {
		return sendMessage;
	}

	/**
	 * @param sendMessage the sendMessage to set
	 */
	public void setSendMessage(String sendMessage) {
		this.sendMessage = sendMessage;
	}

	/**
	 * @return the receiveMessage
	 */
	public String getReceiveMessage() {
		return receiveMessage;
	}

	/**
	 * @param receiveMessage the receiveMessage to set
	 */
	public void setReceiveMessage(String receiveMessage) {
		this.receiveMessage = receiveMessage;
	}

	/* (non-Javadoc)
	 * @see com.yqjr.framework.base.BaseModel#getTransactionalKey()
	 */
	@Override
	public String getTransactionalKey() {
		// TODO Auto-generated method stub
		return null;
	}
	
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy