combjmobiltuser.java

来自「beijing donggandidai shoufeifanghao」· Java 代码 · 共 92 行

JAVA
92
字号
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 + =
减小字号Ctrl + -
显示快捷键?