首页>代码>Java 模拟WebQQ3.0>/WebQQ/src/com/etoak/bean/Friendtype.java
package com.etoak.bean;

import java.util.HashSet;
import java.util.Set;

public class Friendtype implements java.io.Serializable {
	private Integer id;
	private String typeName;
	private Set<Friend> friends = new HashSet<Friend>();

	public Friendtype() {
	}

	public Friendtype(String typeName, Set<Friend> friends) {
		this.typeName = typeName;
		this.friends = friends;
	}

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

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

	public String getTypeName() {
		return this.typeName;
	}

	public void setTypeName(String typeName) {
		this.typeName = typeName;
	}

	public Set<Friend> getFriends() {
		return this.friends;
	}

	public void setFriends(Set<Friend> friends) {
		this.friends = friends;
	}

}
最近下载更多
luoluyan  LV1 2021年7月20日
zm8080  LV1 2021年6月29日
zaq123zaq  LV10 2020年12月21日
guaixia163  LV13 2020年7月13日
ybhybh  LV1 2020年6月8日
skk__99  LV2 2019年12月25日
卷风小白龙  LV2 2019年12月23日
lingjiawei1997  LV1 2019年11月29日
lilingzhi  LV1 2019年10月10日
edwin98666  LV2 2019年8月6日
最近浏览更多
66219810  LV1 2024年7月16日
sunlea  LV20 2024年5月8日
jinling2024  LV3 2024年2月4日
ClydeSon  LV5 2023年12月28日
hxy19991216  LV4 2023年12月20日
EFWAGGFAWGR 2023年10月19日
暂无贡献等级
漫步的海星  LV4 2023年8月28日
1WQAQW1  LV2 2023年6月12日
不止是六位数  LV7 2023年3月20日
wuziayng1232  LV10 2023年2月20日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友