⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cstlinkman.java

📁 crm系统 有源码 及相关文档sql2005 数据库 客户反馈模块
💻 JAVA
字号:
package org.jb.y272.team0.entity;



/**
 * CstLinkman generated by MyEclipse - Hibernate Tools
 */

public class CstLinkman  implements java.io.Serializable {


    // Fields    

     /**
	 * 
	 */
	private static final long serialVersionUID = 5817874006262900945L;
	private Long lkmId;
     private CstCustomer cstCustomer;
     private String lkmCustName;
     private String lkmName;
     private String lkmSex;
     private String lkmPostion;
     private String lkmTel;
     private String lkmMobile;
     private String lkmMemo;


    // Constructors

    /** default constructor */
    public CstLinkman() {
    }

	/** minimal constructor */
    public CstLinkman(CstCustomer cstCustomer, String lkmName, String lkmPostion, String lkmTel) {
        this.cstCustomer = cstCustomer;
        this.lkmName = lkmName;
        this.lkmPostion = lkmPostion;
        this.lkmTel = lkmTel;
    }
    
    /** full constructor */
    public CstLinkman(CstCustomer cstCustomer, String lkmCustName, String lkmName, String lkmSex, String lkmPostion, String lkmTel, String lkmMobile, String lkmMemo) {
        this.cstCustomer = cstCustomer;
        this.lkmCustName = lkmCustName;
        this.lkmName = lkmName;
        this.lkmSex = lkmSex;
        this.lkmPostion = lkmPostion;
        this.lkmTel = lkmTel;
        this.lkmMobile = lkmMobile;
        this.lkmMemo = lkmMemo;
    }

   
    // Property accessors

    public Long getLkmId() {
        return this.lkmId;
    }
    
    public void setLkmId(Long lkmId) {
        this.lkmId = lkmId;
    }

    public CstCustomer getCstCustomer() {
        return this.cstCustomer;
    }
    
    public void setCstCustomer(CstCustomer cstCustomer) {
        this.cstCustomer = cstCustomer;
    }

    public String getLkmCustName() {
        return this.lkmCustName;
    }
    
    public void setLkmCustName(String lkmCustName) {
        this.lkmCustName = lkmCustName;
    }

    public String getLkmName() {
        return this.lkmName;
    }
    
    public void setLkmName(String lkmName) {
        this.lkmName = lkmName;
    }

    public String getLkmSex() {
        return this.lkmSex;
    }
    
    public void setLkmSex(String lkmSex) {
        this.lkmSex = lkmSex;
    }

    public String getLkmPostion() {
        return this.lkmPostion;
    }
    
    public void setLkmPostion(String lkmPostion) {
        this.lkmPostion = lkmPostion;
    }

    public String getLkmTel() {
        return this.lkmTel;
    }
    
    public void setLkmTel(String lkmTel) {
        this.lkmTel = lkmTel;
    }

    public String getLkmMobile() {
        return this.lkmMobile;
    }
    
    public void setLkmMobile(String lkmMobile) {
        this.lkmMobile = lkmMobile;
    }

    public String getLkmMemo() {
        return this.lkmMemo;
    }
    
    public void setLkmMemo(String lkmMemo) {
        this.lkmMemo = lkmMemo;
    }
   








}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -