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

📄 liuyanbean.java

📁 基于Java实现的聊天室功能
💻 JAVA
字号:
package liuyan;

public class LiuyanBean {
	private String id;
	private String name;
	private String sex;
	private String comefrom;
	private String lianxi;
	private String qq;
	private String email;
	private String zhuye;
	private String other;
	private String bq;
	private String lytime;
	private String lasttime;
	private String replytime;
	private String title;
	private String content;
	private String replycontet;
	private String isok;
	
	public void setId(String id){
		this.id = id;
	}
	
	public void setName(String name){
		this.name = name;
	}
	
	public void setSex(String sex){
		this.sex = sex;
	}
	
	public void setComefrom(String comefrom){
		this.comefrom = comefrom;
	}
	
	public void setLianxi(String lianxi){
		this.lianxi = lianxi;
	}
	
	public void setQQ(String qq){
		this.qq = qq;
	}
	
	public void setEmail(String email){
		this.email = email;
	}
	
	public void setZhuye(String zhuye){
		this.zhuye = zhuye;
	}
	
	public void setOther(String other){
		this.other = other;
	}
	
	public void setBq(String bq){
		this.bq = bq;
	}
	
	public void setLyTime(String lytime){
		this.lytime = lytime;
	}
	
	public void setLastTime(String lasttime){
		this.lasttime = lasttime;
	}
	
	public void setReplyTime(String replytime){
		this.replytime = replytime;
	}
	
	public void setTitle(String title){
		this.title = title;
	}
	
	public void setContent(String content){
		this.content = content;
	}
	
	public void setReplyContent(String replycontent){
		this.replycontet = replycontent;
	}
	
	public void setIsok(String isok){
		this.isok = isok;
	}
	
	public String getId(){
		return this.id;
	}
	
	public String getName(){
		return this.name;
	}
	
	public String getSex(){
		return this.sex;
	}
	
	public String getComefrom(){
		return this.comefrom;
	}
	
	public String getLianxi(){
		return this.lianxi;
	}
	
	public String getQQ(){
		return this.qq;
	}
	
	public String getEmail(){
		return this.email;
	}
	
	public String getZhuye(){
		return this.zhuye;
	}
	
	public String getOther(){
		return this.other;
	}
	
	public String getBq(){
		return this.bq;
	}
	
	public String getLyTime(){
		return this.lytime;
	}
	
	public String getLastTime(){
		return this.lasttime;
	}
	
	public String getReplyTime(){
		return this.replytime;
	}
	
	public String getTitle(){
		return this.title;
	}
	
	public String getContent(){
		return this.content;
	}
	
	public String getReplyContent(){
		return this.replycontet;
	}
	
	public String getIsok(){
		return this.isok;
	}
}

⌨️ 快捷键说明

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