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

📄 applyinfodao.java

📁 java阿里巴巴代码
💻 JAVA
字号:
package com.saas.biz.dao.applyinfoDAO;



public class ApplyinfoDAO{

	// Fields

	private Integer id;

	private String type;

	private String title;

	private String site;

	private String hy;

	private String price;

	private String connman;

	private String address;

	private String mail;

	private String tel;

	private String phone;

	private String comment;

	private String recorduser;

	private Integer part;

	private String pubtime;

	// Constructors

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

	/** full constructor */
	public ApplyinfoDAO(String type, String title, String site, String hy, String price, String connman, String address, String mail, String tel, String phone, String comment, String recorduser, Integer part, String pubtime) {
		this.type = type;
		this.title = title;
		this.site = site;
		this.hy = hy;
		this.price = price;
		this.connman = connman;
		this.address = address;
		this.mail = mail;
		this.tel = tel;
		this.phone = phone;
		this.comment = comment;
		this.recorduser = recorduser;
		this.part = part;
		this.pubtime = pubtime;
	}

	// Property accessors

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

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

	public String getType() {
		return this.type;
	}

	public void setType(String type) {
		this.type = type;
	}

	public String getTitle() {
		return this.title;
	}

	public void setTitle(String title) {
		this.title = title;
	}

	public String getSite() {
		return this.site;
	}

	public void setSite(String site) {
		this.site = site;
	}

	public String getHy() {
		return this.hy;
	}

	public void setHy(String hy) {
		this.hy = hy;
	}

	public String getPrice() {
		return this.price;
	}

	public void setPrice(String price) {
		this.price = price;
	}

	public String getConnman() {
		return this.connman;
	}

	public void setConnman(String connman) {
		this.connman = connman;
	}

	public String getAddress() {
		return this.address;
	}

	public void setAddress(String address) {
		this.address = address;
	}

	public String getMail() {
		return this.mail;
	}

	public void setMail(String mail) {
		this.mail = mail;
	}

	public String getTel() {
		return this.tel;
	}

	public void setTel(String tel) {
		this.tel = tel;
	}

	public String getPhone() {
		return this.phone;
	}

	public void setPhone(String phone) {
		this.phone = phone;
	}

	public String getComment() {
		return this.comment;
	}

	public void setComment(String comment) {
		this.comment = comment;
	}

	public String getRecorduser() {
		return this.recorduser;
	}

	public void setRecorduser(String recorduser) {
		this.recorduser = recorduser;
	}

	public Integer getPart() {
		return this.part;
	}

	public void setPart(Integer part) {
		this.part = part;
	}

	public String getPubtime() {
		return this.pubtime;
	}

	public void setPubtime(String pubtime) {
		this.pubtime = pubtime;
	}

}

⌨️ 快捷键说明

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