package feiqq.bean;

public class Category {

	/** 分组Id */
	private String id;
	/** 分组名称 */
	private String name;
	/** 所属者ID */
	private String ownerId;
	/** 分组类型(联系人、群组) */
	private String type;
	
	public Category( String name) {
		this.name = name;
	}

	public Category(String id, String name) {
		this.id = id;
		this.name = name;
	}
	
	public Category(String id, String name, String ownerId, String type) {
		this.id = id;
		this.name = name;
		this.type = type;
		this.ownerId = ownerId;
	}

	public String getId() {
		return id;
	}

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

	public String getName() {
		return name;
	}

	public void setName(String name) {
		this.name = name;
	}

	public String getType() {
		return type;
	}

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

	public String getOwnerId() {
		return ownerId;
	}

	public void setOwnerId(String ownerId) {
		this.ownerId = ownerId;
	}

}
最近下载更多
陈小灏  LV15 2023年12月27日
DarlingMeow  LV6 2023年5月20日
微信网友_6444139264921600  LV6 2023年4月30日
nanaland  LV9 2023年2月9日
苏心糖  LV7 2022年6月28日
liys1234  LV9 2022年6月21日
xiexiaoming05  LV14 2022年5月20日
jjhnbwc  LV1 2022年4月8日
weny_QAQ  LV2 2021年12月22日
13112360  LV2 2021年12月5日
最近浏览更多
sunlzh888888  LV29 6月25日
Luck_ZDM  LV12 5月22日
krispeng  LV13 4月15日
叁卍石  LV5 3月20日
June_Change 2023年12月25日
暂无贡献等级
EFWAGGFAWGR 2023年10月19日
暂无贡献等级
wertttak  LV1 2023年9月26日
小新Coding  LV9 2023年9月7日
13161895  LV1 2023年7月4日
fuyouou  LV5 2023年6月29日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友