首页>代码>java se基于IO流的手机联系人管理系统>/手机通讯录/src/MobileContacts/entity/Contacts.java
package MobileContacts.entity;

import java.io.Serializable;

public class Contacts implements Serializable{
	private String name;
	private String phone;
	private String weChar;
	
	public Contacts() {
		super();
		// TODO Auto-generated constructor stub
	}
	public Contacts(String name, String phone, String weChar) {
		super();
		this.name = name;
		this.phone = phone;
		this.weChar = weChar;
	}
	@Override
	public String toString() {
		return "name=" + name + ", phone=" + phone + ", weChar="
				+ weChar;
	}
	public String getName() {
		return name;
	}
	public void setName(String name) {
		this.name = name;
	}
	public String getPhone() {
		return phone;
	}
	public void setPhone(String phone) {
		this.phone = phone;
	}
	public String getWeChar() {
		return weChar;
	}
	public void setWeChar(String weChar) {
		this.weChar = weChar;
	}
}
最近下载更多
asdgcyv  LV1 2023年5月31日
15342201772  LV7 2022年12月4日
balabalawuyu  LV6 2022年11月24日
1102445814  LV1 2022年6月25日
杨小姐好棒棒  LV3 2022年5月24日
Demo1111  LV30 2021年12月6日
N  LV1 2021年6月17日
MrLinsir  LV2 2020年6月19日
如夝萌灵  LV1 2020年5月13日
byy1314520  LV1 2020年4月18日
最近浏览更多
暂无贡献等级
asdgcyv  LV1 2023年5月31日
shushs  LV1 2023年5月31日
adminadminsqwqe  LV7 2023年1月30日
Willson88888  LV3 2022年12月13日
15342201772  LV7 2022年12月4日
balabalawuyu  LV6 2022年11月24日
飞梦ff  LV8 2022年7月24日
1102445814  LV1 2022年6月25日
又见梨园  LV1 2022年6月1日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友