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

📄 combjmobiltuser.java

📁 beijing donggandidai shoufeifanghao
💻 JAVA
字号:
package com.bj.admin.bean.po;



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

public class ComBjmobilTuser  implements java.io.Serializable {


    // Fields    

     private Long userId;
     private ComBjTcustomer comBjTcustomer;
     private ComBjmobilTmobiles comBjmobilTmobiles;
     private String roamingStatus;
     private String comLevel;


    // Constructors

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

	/** minimal constructor */
    public ComBjmobilTuser(ComBjTcustomer comBjTcustomer, ComBjmobilTmobiles comBjmobilTmobiles) {
        this.comBjTcustomer = comBjTcustomer;
        this.comBjmobilTmobiles = comBjmobilTmobiles;
    }
    
    /** full constructor */
    public ComBjmobilTuser(ComBjTcustomer comBjTcustomer, ComBjmobilTmobiles comBjmobilTmobiles, String roamingStatus, String comLevel) {
        this.comBjTcustomer = comBjTcustomer;
        this.comBjmobilTmobiles = comBjmobilTmobiles;
        this.roamingStatus = roamingStatus;
        this.comLevel = comLevel;
    }

   
    // Property accessors

    public Long getUserId() {
        return this.userId;
    }
    
    public void setUserId(Long userId) {
        this.userId = userId;
    }

    public ComBjTcustomer getComBjTcustomer() {
        return this.comBjTcustomer;
    }
    
    public void setComBjTcustomer(ComBjTcustomer comBjTcustomer) {
        this.comBjTcustomer = comBjTcustomer;
    }

    public ComBjmobilTmobiles getComBjmobilTmobiles() {
        return this.comBjmobilTmobiles;
    }
    
    public void setComBjmobilTmobiles(ComBjmobilTmobiles comBjmobilTmobiles) {
        this.comBjmobilTmobiles = comBjmobilTmobiles;
    }

    public String getRoamingStatus() {
        return this.roamingStatus;
    }
    
    public void setRoamingStatus(String roamingStatus) {
        this.roamingStatus = roamingStatus;
    }

    public String getComLevel() {
        return this.comLevel;
    }
    
    public void setComLevel(String comLevel) {
        this.comLevel = comLevel;
    }
   








}

⌨️ 快捷键说明

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