package com.newvideo.zhibo.ljf.entity;
|
|
/**
|
* ֱ�����
|
*
|
* @author Administrator
|
*
|
*/
|
public class LJFLiveData {
|
private String id;
|
private String rid;
|
private String uid;
|
private String username;
|
private int sex;
|
private String pospic;
|
private String pic;
|
private String link;
|
private String linkm;
|
private String avatar;
|
private String time;
|
private int count;
|
private int wealthrank;
|
private String cate_name;
|
private String cate_id;
|
private int tagid;
|
private int recordtype;
|
private String provinceId;
|
private String provinceName;
|
|
private int watchCount;
|
|
public int getWatchCount() {
|
return watchCount;
|
}
|
|
public void setWatchCount(int watchCount) {
|
this.watchCount = watchCount;
|
}
|
|
public String getId() {
|
return id;
|
}
|
|
public void setId(String id) {
|
this.id = id;
|
}
|
|
public String getRid() {
|
return rid;
|
}
|
|
public void setRid(String rid) {
|
this.rid = rid;
|
}
|
|
public String getUid() {
|
return uid;
|
}
|
|
public void setUid(String uid) {
|
this.uid = uid;
|
}
|
|
public String getUsername() {
|
return username;
|
}
|
|
public void setUsername(String username) {
|
this.username = username;
|
}
|
|
public int getSex() {
|
return sex;
|
}
|
|
public void setSex(int sex) {
|
this.sex = sex;
|
}
|
|
public String getPospic() {
|
return pospic;
|
}
|
|
public void setPospic(String pospic) {
|
this.pospic = pospic;
|
}
|
|
public String getPic() {
|
return pic;
|
}
|
|
public void setPic(String pic) {
|
this.pic = pic;
|
}
|
|
public String getLink() {
|
return link;
|
}
|
|
public void setLink(String link) {
|
this.link = link;
|
}
|
|
public String getLinkm() {
|
return linkm;
|
}
|
|
public void setLinkm(String linkm) {
|
this.linkm = linkm;
|
}
|
|
public String getAvatar() {
|
return avatar;
|
}
|
|
public void setAvatar(String avatar) {
|
this.avatar = avatar;
|
}
|
|
public String getTime() {
|
return time;
|
}
|
|
public void setTime(String time) {
|
this.time = time;
|
}
|
|
public int getCount() {
|
return count;
|
}
|
|
public void setCount(int count) {
|
this.count = count;
|
}
|
|
public int getWealthrank() {
|
return wealthrank;
|
}
|
|
public void setWealthrank(int wealthrank) {
|
this.wealthrank = wealthrank;
|
}
|
|
public String getCate_name() {
|
return cate_name;
|
}
|
|
public void setCate_name(String cate_name) {
|
this.cate_name = cate_name;
|
}
|
|
public String getCate_id() {
|
return cate_id;
|
}
|
|
public void setCate_id(String cate_id) {
|
this.cate_id = cate_id;
|
}
|
|
public int getTagid() {
|
return tagid;
|
}
|
|
public void setTagid(int tagid) {
|
this.tagid = tagid;
|
}
|
|
public int getRecordtype() {
|
return recordtype;
|
}
|
|
public void setRecordtype(int recordtype) {
|
this.recordtype = recordtype;
|
}
|
|
public String getProvinceId() {
|
return provinceId;
|
}
|
|
public void setProvinceId(String provinceId) {
|
this.provinceId = provinceId;
|
}
|
|
public String getProvinceName() {
|
return provinceName;
|
}
|
|
public void setProvinceName(String provinceName) {
|
this.provinceName = provinceName;
|
}
|
}
|