tbcjdxmobileconfig.java

来自「移动彩信管理平台」· Java 代码 · 共 120 行

JAVA
120
字号
package com.my7g.zj.mobile.mms.mapping;

/**
 * TbCjdxMobileConfig generated by MyEclipse Persistence Tools
 */

public class TbCjdxMobileConfig implements java.io.Serializable {

	// Fields

	private Integer id;
	private Long submobile;
	private Long endMobile;
	private String gateway;
	private Integer cityid;
	private String city;
	private String province;
	private Integer provinceid;
	private Short flag;

	// Constructors

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

	/** minimal constructor */
	public TbCjdxMobileConfig(Long submobile) {
		this.submobile = submobile;
	}

	/** full constructor */
	public TbCjdxMobileConfig(Long submobile, Long endMobile, String gateway,
			Integer cityid, String city, String province, Integer provinceid,
			Short flag) {
		this.submobile = submobile;
		this.endMobile = endMobile;
		this.gateway = gateway;
		this.cityid = cityid;
		this.city = city;
		this.province = province;
		this.provinceid = provinceid;
		this.flag = flag;
	}

	// Property accessors

	public Integer getId() {
		return this.id;
	}

	public void setId(Integer id) {
		this.id = id;
	}

	public Long getSubmobile() {
		return this.submobile;
	}

	public void setSubmobile(Long submobile) {
		this.submobile = submobile;
	}

	public Long getEndMobile() {
		return this.endMobile;
	}

	public void setEndMobile(Long endMobile) {
		this.endMobile = endMobile;
	}

	public String getGateway() {
		return this.gateway;
	}

	public void setGateway(String gateway) {
		this.gateway = gateway;
	}

	public Integer getCityid() {
		return this.cityid;
	}

	public void setCityid(Integer cityid) {
		this.cityid = cityid;
	}

	public String getCity() {
		return this.city;
	}

	public void setCity(String city) {
		this.city = city;
	}

	public String getProvince() {
		return this.province;
	}

	public void setProvince(String province) {
		this.province = province;
	}

	public Integer getProvinceid() {
		return this.provinceid;
	}

	public void setProvinceid(Integer provinceid) {
		this.provinceid = provinceid;
	}

	public Short getFlag() {
		return this.flag;
	}

	public void setFlag(Short flag) {
		this.flag = flag;
	}

}

⌨️ 快捷键说明

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