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

com.yqjr.modules.clientlog.model.ClientLogModel Maven / Gradle / Ivy

package com.yqjr.modules.clientlog.model;

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

public class ClientLogModel extends BaseModel {
	/**
	 * 
	 */
	private static final long serialVersionUID = -3439475768148423759L;

	/**
	 *
	 * This field was generated by MyBatis Generator. This field corresponds to
	 * the database column ESB.FMK_CLIENTLOG.MSGREFNO
	 *
	 *  Wed Jun 07 09:10:53 CST 2017
	 */
	private String msgRefNo;

	/**
	 *
	 * This field was generated by MyBatis Generator. This field corresponds to
	 * the database column ESB.FMK_CLIENTLOG.CHANNEL
	 *
	 *  Wed Jun 07 09:10:53 CST 2017
	 */
	private String channel;

	/**
	 *
	 * This field was generated by MyBatis Generator. This field corresponds to
	 * the database column ESB.FMK_CLIENTLOG.SERVICECODE
	 *
	 *  Wed Jun 07 09:10:53 CST 2017
	 */
	private String serviceCode;

	/**
	 *
	 * This field was generated by MyBatis Generator. This field corresponds to
	 * the database column ESB.FMK_CLIENTLOG.EXTERNALREFERENCENO
	 *
	 *  Wed Jun 07 09:10:53 CST 2017
	 */
	private String externalReferenceNo;

	/**
	 *
	 * This field was generated by MyBatis Generator. This field corresponds to
	 * the database column ESB.FMK_CLIENTLOG.TRANSACTIONDATE
	 *
	 *  Wed Jun 07 09:10:53 CST 2017
	 */
	private Date transactionDate;

	/**
	 *
	 * This field was generated by MyBatis Generator. This field corresponds to
	 * the database column ESB.FMK_CLIENTLOG.REQUESTTIME
	 *
	 *  Wed Jun 07 09:10:53 CST 2017
	 */
	private Date requestTime;

	/**
	 *
	 * This field was generated by MyBatis Generator. This field corresponds to
	 * the database column ESB.FMK_CLIENTLOG.RESPONSETIME
	 *
	 *  Wed Jun 07 09:10:53 CST 2017
	 */
	private Date responseTime;

	/**
	 *
	 * This field was generated by MyBatis Generator. This field corresponds to
	 * the database column ESB.FMK_CLIENTLOG.REPLYCODE
	 *
	 *  Wed Jun 07 09:10:53 CST 2017
	 */
	private String replyCode;

	/**
	 *
	 * This field was generated by MyBatis Generator. This field corresponds to
	 * the database column ESB.FMK_CLIENTLOG.REPLYTEXT
	 *
	 *  Wed Jun 07 09:10:53 CST 2017
	 */
	private String replyText;

	/**
	 *
	 * This field was generated by MyBatis Generator. This field corresponds to
	 * the database column ESB.FMK_CLIENTLOG.SENDMESSAGE
	 *
	 *  Wed Jun 07 09:10:53 CST 2017
	 */
	private String sendMessage;

	/**
	 *
	 * This field was generated by MyBatis Generator. This field corresponds to
	 * the database column ESB.FMK_CLIENTLOG.RECEIVEMESSAGE
	 *
	 *  Wed Jun 07 09:10:53 CST 2017
	 */
	private String receiveMessage;

	/**
	 * This method was generated by MyBatis Generator. This method returns the
	 * value of the database column ESB.FMK_CLIENTLOG.MSGREFNO
	 *
	 * @return the value of ESB.FMK_CLIENTLOG.MSGREFNO
	 *
	 *  Wed Jun 07 09:10:53 CST 2017
	 */
	public String getMsgRefNo() {
		return msgRefNo;
	}

	/**
	 * This method was generated by MyBatis Generator. This method sets the
	 * value of the database column ESB.FMK_CLIENTLOG.MSGREFNO
	 *
	 * @param msgRefNo
	 *            the value for ESB.FMK_CLIENTLOG.MSGREFNO
	 *
	 *  Wed Jun 07 09:10:53 CST 2017
	 */
	public void setMsgRefNo(String msgRefNo) {
		this.msgRefNo = msgRefNo;
	}

	/**
	 * This method was generated by MyBatis Generator. This method returns the
	 * value of the database column ESB.FMK_CLIENTLOG.CHANNEL
	 *
	 * @return the value of ESB.FMK_CLIENTLOG.CHANNEL
	 *
	 *  Wed Jun 07 09:10:53 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_CLIENTLOG.CHANNEL
	 *
	 * @param channel
	 *            the value for ESB.FMK_CLIENTLOG.CHANNEL
	 *
	 *  Wed Jun 07 09:10:53 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_CLIENTLOG.SERVICECODE
	 *
	 * @return the value of ESB.FMK_CLIENTLOG.SERVICECODE
	 *
	 *  Wed Jun 07 09:10:53 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_CLIENTLOG.SERVICECODE
	 *
	 * @param serviceCode
	 *            the value for ESB.FMK_CLIENTLOG.SERVICECODE
	 *
	 *  Wed Jun 07 09:10:53 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_CLIENTLOG.EXTERNALREFERENCENO
	 *
	 * @return the value of ESB.FMK_CLIENTLOG.EXTERNALREFERENCENO
	 *
	 *  Wed Jun 07 09:10:53 CST 2017
	 */
	public String getExternalReferenceNo() {
		return externalReferenceNo;
	}

	/**
	 * This method was generated by MyBatis Generator. This method sets the
	 * value of the database column ESB.FMK_CLIENTLOG.EXTERNALREFERENCENO
	 *
	 * @param externalReferenceNo
	 *            the value for ESB.FMK_CLIENTLOG.EXTERNALREFERENCENO
	 *
	 *  Wed Jun 07 09:10:53 CST 2017
	 */
	public void setExternalReferenceNo(String externalReferenceNo) {
		this.externalReferenceNo = externalReferenceNo;
	}

	/**
	 * This method was generated by MyBatis Generator. This method returns the
	 * value of the database column ESB.FMK_CLIENTLOG.TRANSACTIONDATE
	 *
	 * @return the value of ESB.FMK_CLIENTLOG.TRANSACTIONDATE
	 *
	 *  Wed Jun 07 09:10:53 CST 2017
	 */
	public Date getTransactionDate() {
		return transactionDate;
	}

	/**
	 * This method was generated by MyBatis Generator. This method sets the
	 * value of the database column ESB.FMK_CLIENTLOG.TRANSACTIONDATE
	 *
	 * @param transactionDate
	 *            the value for ESB.FMK_CLIENTLOG.TRANSACTIONDATE
	 *
	 *  Wed Jun 07 09:10:53 CST 2017
	 */
	public void setTransactionDate(Date transactionDate) {
		this.transactionDate = transactionDate;
	}

	/**
	 * This method was generated by MyBatis Generator. This method returns the
	 * value of the database column ESB.FMK_CLIENTLOG.REQUESTTIME
	 *
	 * @return the value of ESB.FMK_CLIENTLOG.REQUESTTIME
	 *
	 *  Wed Jun 07 09:10:53 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_CLIENTLOG.REQUESTTIME
	 *
	 * @param requestTime
	 *            the value for ESB.FMK_CLIENTLOG.REQUESTTIME
	 *
	 *  Wed Jun 07 09:10:53 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_CLIENTLOG.RESPONSETIME
	 *
	 * @return the value of ESB.FMK_CLIENTLOG.RESPONSETIME
	 *
	 *  Wed Jun 07 09:10:53 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_CLIENTLOG.RESPONSETIME
	 *
	 * @param responseTime
	 *            the value for ESB.FMK_CLIENTLOG.RESPONSETIME
	 *
	 *  Wed Jun 07 09:10:53 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_CLIENTLOG.REPLYCODE
	 *
	 * @return the value of ESB.FMK_CLIENTLOG.REPLYCODE
	 *
	 *  Wed Jun 07 09:10:53 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_CLIENTLOG.REPLYCODE
	 *
	 * @param replyCode
	 *            the value for ESB.FMK_CLIENTLOG.REPLYCODE
	 *
	 *  Wed Jun 07 09:10:53 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_CLIENTLOG.REPLYTEXT
	 *
	 * @return the value of ESB.FMK_CLIENTLOG.REPLYTEXT
	 *
	 *  Wed Jun 07 09:10:53 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_CLIENTLOG.REPLYTEXT
	 *
	 * @param replyText
	 *            the value for ESB.FMK_CLIENTLOG.REPLYTEXT
	 *
	 *  Wed Jun 07 09:10:53 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