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

com.penging.tms.common.entity.TmsProcClearLogEntity Maven / Gradle / Ivy

The newest version!
package com.penging.tms.common.entity;

import java.util.Date;

public class TmsProcClearLogEntity {
    /**
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column tms_proc_clear_log.cod_id
     *
     * @mbggenerated Fri Jan 29 18:19:53 CST 2016
     */
    private Long codId;

    /**
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column tms_proc_clear_log.cod_process_no
     *
     * @mbggenerated Fri Jan 29 18:19:53 CST 2016
     */
    private String codProcessNo;

    /**
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column tms_proc_clear_log.cod_table_name
     *
     * @mbggenerated Fri Jan 29 18:19:53 CST 2016
     */
    private String codTableName;

    /**
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column tms_proc_clear_log.dat_process
     *
     * @mbggenerated Fri Jan 29 18:19:53 CST 2016
     */
    private Date datProcess;

    /**
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column tms_proc_clear_log.cod_record_type
     *
     * @mbggenerated Fri Jan 29 18:19:53 CST 2016
     */
    private Integer codRecordType;

    /**
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column tms_proc_clear_log.txt_message
     *
     * @mbggenerated Fri Jan 29 18:19:53 CST 2016
     */
    private String txtMessage;

    /**
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column tms_proc_clear_log.dat_create
     *
     * @mbggenerated Fri Jan 29 18:19:53 CST 2016
     */
    private Date datCreate;

    /**
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column tms_proc_clear_log.cod_create_user
     *
     * @mbggenerated Fri Jan 29 18:19:53 CST 2016
     */
    private String codCreateUser;

    /**
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column tms_proc_clear_log.cod_create_org
     *
     * @mbggenerated Fri Jan 29 18:19:53 CST 2016
     */
    private String codCreateOrg;

    /**
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column tms_proc_clear_log.dat_modify
     *
     * @mbggenerated Fri Jan 29 18:19:53 CST 2016
     */
    private Date datModify;

    /**
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column tms_proc_clear_log.cod_modify_user
     *
     * @mbggenerated Fri Jan 29 18:19:53 CST 2016
     */
    private String codModifyUser;

    /**
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column tms_proc_clear_log.cod_modify_org
     *
     * @mbggenerated Fri Jan 29 18:19:53 CST 2016
     */
    private String codModifyOrg;

    /**
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column tms_proc_clear_log.ctr_update_srlno
     *
     * @mbggenerated Fri Jan 29 18:19:53 CST 2016
     */
    private Integer ctrUpdateSrlno;

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column tms_proc_clear_log.cod_id
     *
     * @return the value of tms_proc_clear_log.cod_id
     *
     * @mbggenerated Fri Jan 29 18:19:53 CST 2016
     */
    public Long getCodId() {
        return codId;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column tms_proc_clear_log.cod_id
     *
     * @param codId the value for tms_proc_clear_log.cod_id
     *
     * @mbggenerated Fri Jan 29 18:19:53 CST 2016
     */
    public void setCodId(Long codId) {
        this.codId = codId;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column tms_proc_clear_log.cod_process_no
     *
     * @return the value of tms_proc_clear_log.cod_process_no
     *
     * @mbggenerated Fri Jan 29 18:19:53 CST 2016
     */
    public String getCodProcessNo() {
        return codProcessNo;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column tms_proc_clear_log.cod_process_no
     *
     * @param codProcessNo the value for tms_proc_clear_log.cod_process_no
     *
     * @mbggenerated Fri Jan 29 18:19:53 CST 2016
     */
    public void setCodProcessNo(String codProcessNo) {
        this.codProcessNo = codProcessNo;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column tms_proc_clear_log.cod_table_name
     *
     * @return the value of tms_proc_clear_log.cod_table_name
     *
     * @mbggenerated Fri Jan 29 18:19:53 CST 2016
     */
    public String getCodTableName() {
        return codTableName;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column tms_proc_clear_log.cod_table_name
     *
     * @param codTableName the value for tms_proc_clear_log.cod_table_name
     *
     * @mbggenerated Fri Jan 29 18:19:53 CST 2016
     */
    public void setCodTableName(String codTableName) {
        this.codTableName = codTableName;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column tms_proc_clear_log.dat_process
     *
     * @return the value of tms_proc_clear_log.dat_process
     *
     * @mbggenerated Fri Jan 29 18:19:53 CST 2016
     */
    public Date getDatProcess() {
        return datProcess;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column tms_proc_clear_log.dat_process
     *
     * @param datProcess the value for tms_proc_clear_log.dat_process
     *
     * @mbggenerated Fri Jan 29 18:19:53 CST 2016
     */
    public void setDatProcess(Date datProcess) {
        this.datProcess = datProcess;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column tms_proc_clear_log.cod_record_type
     *
     * @return the value of tms_proc_clear_log.cod_record_type
     *
     * @mbggenerated Fri Jan 29 18:19:53 CST 2016
     */
    public Integer getCodRecordType() {
        return codRecordType;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column tms_proc_clear_log.cod_record_type
     *
     * @param codRecordType the value for tms_proc_clear_log.cod_record_type
     *
     * @mbggenerated Fri Jan 29 18:19:53 CST 2016
     */
    public void setCodRecordType(Integer codRecordType) {
        this.codRecordType = codRecordType;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column tms_proc_clear_log.txt_message
     *
     * @return the value of tms_proc_clear_log.txt_message
     *
     * @mbggenerated Fri Jan 29 18:19:53 CST 2016
     */
    public String getTxtMessage() {
        return txtMessage;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column tms_proc_clear_log.txt_message
     *
     * @param txtMessage the value for tms_proc_clear_log.txt_message
     *
     * @mbggenerated Fri Jan 29 18:19:53 CST 2016
     */
    public void setTxtMessage(String txtMessage) {
        this.txtMessage = txtMessage;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column tms_proc_clear_log.dat_create
     *
     * @return the value of tms_proc_clear_log.dat_create
     *
     * @mbggenerated Fri Jan 29 18:19:53 CST 2016
     */
    public Date getDatCreate() {
        return datCreate;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column tms_proc_clear_log.dat_create
     *
     * @param datCreate the value for tms_proc_clear_log.dat_create
     *
     * @mbggenerated Fri Jan 29 18:19:53 CST 2016
     */
    public void setDatCreate(Date datCreate) {
        this.datCreate = datCreate;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column tms_proc_clear_log.cod_create_user
     *
     * @return the value of tms_proc_clear_log.cod_create_user
     *
     * @mbggenerated Fri Jan 29 18:19:53 CST 2016
     */
    public String getCodCreateUser() {
        return codCreateUser;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column tms_proc_clear_log.cod_create_user
     *
     * @param codCreateUser the value for tms_proc_clear_log.cod_create_user
     *
     * @mbggenerated Fri Jan 29 18:19:53 CST 2016
     */
    public void setCodCreateUser(String codCreateUser) {
        this.codCreateUser = codCreateUser;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column tms_proc_clear_log.cod_create_org
     *
     * @return the value of tms_proc_clear_log.cod_create_org
     *
     * @mbggenerated Fri Jan 29 18:19:53 CST 2016
     */
    public String getCodCreateOrg() {
        return codCreateOrg;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column tms_proc_clear_log.cod_create_org
     *
     * @param codCreateOrg the value for tms_proc_clear_log.cod_create_org
     *
     * @mbggenerated Fri Jan 29 18:19:53 CST 2016
     */
    public void setCodCreateOrg(String codCreateOrg) {
        this.codCreateOrg = codCreateOrg;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column tms_proc_clear_log.dat_modify
     *
     * @return the value of tms_proc_clear_log.dat_modify
     *
     * @mbggenerated Fri Jan 29 18:19:53 CST 2016
     */
    public Date getDatModify() {
        return datModify;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column tms_proc_clear_log.dat_modify
     *
     * @param datModify the value for tms_proc_clear_log.dat_modify
     *
     * @mbggenerated Fri Jan 29 18:19:53 CST 2016
     */
    public void setDatModify(Date datModify) {
        this.datModify = datModify;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column tms_proc_clear_log.cod_modify_user
     *
     * @return the value of tms_proc_clear_log.cod_modify_user
     *
     * @mbggenerated Fri Jan 29 18:19:53 CST 2016
     */
    public String getCodModifyUser() {
        return codModifyUser;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column tms_proc_clear_log.cod_modify_user
     *
     * @param codModifyUser the value for tms_proc_clear_log.cod_modify_user
     *
     * @mbggenerated Fri Jan 29 18:19:53 CST 2016
     */
    public void setCodModifyUser(String codModifyUser) {
        this.codModifyUser = codModifyUser;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column tms_proc_clear_log.cod_modify_org
     *
     * @return the value of tms_proc_clear_log.cod_modify_org
     *
     * @mbggenerated Fri Jan 29 18:19:53 CST 2016
     */
    public String getCodModifyOrg() {
        return codModifyOrg;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column tms_proc_clear_log.cod_modify_org
     *
     * @param codModifyOrg the value for tms_proc_clear_log.cod_modify_org
     *
     * @mbggenerated Fri Jan 29 18:19:53 CST 2016
     */
    public void setCodModifyOrg(String codModifyOrg) {
        this.codModifyOrg = codModifyOrg;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column tms_proc_clear_log.ctr_update_srlno
     *
     * @return the value of tms_proc_clear_log.ctr_update_srlno
     *
     * @mbggenerated Fri Jan 29 18:19:53 CST 2016
     */
    public Integer getCtrUpdateSrlno() {
        return ctrUpdateSrlno;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column tms_proc_clear_log.ctr_update_srlno
     *
     * @param ctrUpdateSrlno the value for tms_proc_clear_log.ctr_update_srlno
     *
     * @mbggenerated Fri Jan 29 18:19:53 CST 2016
     */
    public void setCtrUpdateSrlno(Integer ctrUpdateSrlno) {
        this.ctrUpdateSrlno = ctrUpdateSrlno;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy