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;
	}

}
最近下载更多
1214435276  LV7 1月17日
y1214435276  LV9 2024年12月28日
陈小灏  LV18 2023年12月27日
DarlingMeow  LV6 2023年5月20日
微信网友_6444139264921600  LV8 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日
最近浏览更多
wuyingya12  LV8 5月23日
y1214435276  LV9 1月23日
1214435276  LV7 1月17日
sunlzh888888  LV29 2024年6月25日
Luck_ZDM  LV12 2024年5月22日
krispeng  LV15 2024年4月15日
叁卍石  LV5 2024年3月20日
June_Change 2023年12月25日
暂无贡献等级
EFWAGGFAWGR 2023年10月19日
暂无贡献等级
wertttak  LV1 2023年9月26日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友