package cn.ksource.web.entity.message;
|
|
import java.util.List;
|
import java.util.Map;
|
|
import cn.ksource.core.dao.SqlParameter;
|
|
public class CmsNews {
|
|
private int id;
|
private int categoryId;
|
private String title;
|
private String createTime;
|
private String createDepartment;
|
private int thetop;
|
private String summary;
|
private String content;
|
private String theurl;
|
private String titleimageurl;
|
private List<SqlParameter> listAttachMents;
|
private String deleAttachment;
|
private int shenpiStatus;
|
private String shenpiPeopleId;
|
private String shenpiPeople;
|
private String shenpiTime;
|
private Integer isreport;
|
private String reportId;
|
private String comment;
|
private String timeout;
|
private String mainPeopleId;
|
private String mainPeopleName;
|
private String shoot_id;
|
private String shoot_name;
|
private int show_num;
|
public int getId() {
|
return id;
|
}
|
public void setId(int id) {
|
this.id = id;
|
}
|
public int getCategoryId() {
|
return categoryId;
|
}
|
public void setCategoryId(int categoryId) {
|
this.categoryId = categoryId;
|
}
|
public String getTitle() {
|
return title;
|
}
|
public void setTitle(String title) {
|
this.title = title;
|
}
|
public String getCreateTime() {
|
return createTime;
|
}
|
public void setCreateTime(String createTime) {
|
this.createTime = createTime;
|
}
|
public String getCreateDepartment() {
|
return createDepartment;
|
}
|
public void setCreateDepartment(String createDepartment) {
|
this.createDepartment = createDepartment;
|
}
|
public int getThetop() {
|
return thetop;
|
}
|
public void setThetop(int thetop) {
|
this.thetop = thetop;
|
}
|
public String getSummary() {
|
return summary;
|
}
|
public void setSummary(String summary) {
|
this.summary = summary;
|
}
|
public String getContent() {
|
return content;
|
}
|
public void setContent(String content) {
|
this.content = content;
|
}
|
public String getTheurl() {
|
return theurl;
|
}
|
public void setTheurl(String theurl) {
|
this.theurl = theurl;
|
}
|
public String getTitleimageurl() {
|
return titleimageurl;
|
}
|
public void setTitleimageurl(String titleimageurl) {
|
this.titleimageurl = titleimageurl;
|
}
|
public List<SqlParameter> getListAttachMents() {
|
return listAttachMents;
|
}
|
public void setListAttachMents(List<SqlParameter> listAttachMents) {
|
this.listAttachMents = listAttachMents;
|
}
|
public String getDeleAttachment() {
|
return deleAttachment;
|
}
|
public void setDeleAttachment(String deleAttachment) {
|
this.deleAttachment = deleAttachment;
|
}
|
|
public String getShenpiPeopleId() {
|
return shenpiPeopleId;
|
}
|
public void setShenpiPeopleId(String shenpiPeopleId) {
|
this.shenpiPeopleId = shenpiPeopleId;
|
}
|
public String getShenpiPeople() {
|
return shenpiPeople;
|
}
|
public void setShenpiPeople(String shenpiPeople) {
|
this.shenpiPeople = shenpiPeople;
|
}
|
public String getShenpiTime() {
|
return shenpiTime;
|
}
|
public void setShenpiTime(String shenpiTime) {
|
this.shenpiTime = shenpiTime;
|
}
|
public String getReportId() {
|
return reportId;
|
}
|
public void setReportId(String reportId) {
|
this.reportId = reportId;
|
}
|
public String getComment() {
|
return comment;
|
}
|
public void setComment(String comment) {
|
this.comment = comment;
|
}
|
public int getShenpiStatus() {
|
return shenpiStatus;
|
}
|
public void setShenpiStatus(int shenpiStatus) {
|
this.shenpiStatus = shenpiStatus;
|
}
|
public Integer getIsreport() {
|
return isreport;
|
}
|
public void setIsreport(Integer isreport) {
|
this.isreport = isreport;
|
}
|
public String getTimeout() {
|
return timeout;
|
}
|
public void setTimeout(String timeout) {
|
this.timeout = timeout;
|
}
|
public String getMainPeopleId() {
|
return mainPeopleId;
|
}
|
public void setMainPeopleId(String mainPeopleId) {
|
this.mainPeopleId = mainPeopleId;
|
}
|
public String getMainPeopleName() {
|
return mainPeopleName;
|
}
|
public void setMainPeopleName(String mainPeopleName) {
|
this.mainPeopleName = mainPeopleName;
|
}
|
public String getShoot_id() {
|
return shoot_id;
|
}
|
public void setShoot_id(String shoot_id) {
|
this.shoot_id = shoot_id;
|
}
|
public String getShoot_name() {
|
return shoot_name;
|
}
|
public void setShoot_name(String shoot_name) {
|
this.shoot_name = shoot_name;
|
}
|
public int getShow_num() {
|
return show_num;
|
}
|
public void setShow_num(int show_num) {
|
this.show_num = show_num;
|
}
|
|
}
|