You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

OpinionCondition.java 4.9 kB

3 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265
  1. package com.stonedt.intelligence.entity;
  2. import java.io.Serializable;
  3. /**
  4. * 偏好设置实体类
  5. */
  6. public class OpinionCondition implements Serializable{
  7. private static final long serialVersionUID = 8839974637709449961L;
  8. private Integer id;
  9. private String create_time;
  10. private Long opinion_condition_id;
  11. private Long project_id;
  12. private Integer time;
  13. private Integer precise;
  14. private String emotion;
  15. private Integer similar;
  16. private Integer sort;
  17. private Integer matchs;
  18. private String times;
  19. private String timee;
  20. private String classify;//数据来源
  21. private String websitename;/*网站名称*/
  22. private String author;/*作者名称*/
  23. private String organization;/*涉及机构*/
  24. private String categorylable;/*文章分类*/
  25. private String enterprisetype;/*涉及企业*/
  26. private String hightechtype;/*高科技型企业*/
  27. private String policylableflag;/*涉及政策*/
  28. private String datasource_type;/*数据品类*/
  29. private String eventIndex;/*涉及事件*/
  30. private String industryIndex;/*涉及行业*/
  31. private String province;/*涉及省份*/
  32. private String city;/*涉及城市*/
  33. public static long getSerialVersionUID() {
  34. return serialVersionUID;
  35. }
  36. public String getTimes() {
  37. return times;
  38. }
  39. public void setTimes(String times) {
  40. this.times = times;
  41. }
  42. public String getTimee() {
  43. return timee;
  44. }
  45. public void setTimee(String timee) {
  46. this.timee = timee;
  47. }
  48. public Integer getId() {
  49. return id;
  50. }
  51. public void setId(Integer id) {
  52. this.id = id;
  53. }
  54. public String getCreate_time() {
  55. return create_time;
  56. }
  57. public void setCreate_time(String create_time) {
  58. this.create_time = create_time;
  59. }
  60. public Long getOpinion_condition_id() {
  61. return opinion_condition_id;
  62. }
  63. public void setOpinion_condition_id(Long opinion_condition_id) {
  64. this.opinion_condition_id = opinion_condition_id;
  65. }
  66. public Long getProject_id() {
  67. return project_id;
  68. }
  69. public void setProject_id(Long project_id) {
  70. this.project_id = project_id;
  71. }
  72. public Integer getTime() {
  73. return time;
  74. }
  75. public void setTime(Integer time) {
  76. this.time = time;
  77. }
  78. public Integer getPrecise() {
  79. return precise;
  80. }
  81. public void setPrecise(Integer precise) {
  82. this.precise = precise;
  83. }
  84. public String getEmotion() {
  85. return emotion;
  86. }
  87. public void setEmotion(String emotion) {
  88. this.emotion = emotion;
  89. }
  90. public Integer getSimilar() {
  91. return similar;
  92. }
  93. public void setSimilar(Integer similar) {
  94. this.similar = similar;
  95. }
  96. public Integer getSort() {
  97. return sort;
  98. }
  99. public void setSort(Integer sort) {
  100. this.sort = sort;
  101. }
  102. public Integer getMatchs() {
  103. return matchs;
  104. }
  105. public void setMatchs(Integer matchs) {
  106. this.matchs = matchs;
  107. }
  108. public String getClassify() {
  109. return classify;
  110. }
  111. public void setClassify(String classify) {
  112. this.classify = classify;
  113. }
  114. public String getWebsitename() {
  115. return websitename;
  116. }
  117. public void setWebsitename(String websitename) {
  118. this.websitename = websitename;
  119. }
  120. public String getAuthor() {
  121. return author;
  122. }
  123. public void setAuthor(String author) {
  124. this.author = author;
  125. }
  126. public String getOrganization() {
  127. return organization;
  128. }
  129. public void setOrganization(String organization) {
  130. this.organization = organization;
  131. }
  132. public String getCategorylable() {
  133. return categorylable;
  134. }
  135. public void setCategorylable(String categorylable) {
  136. this.categorylable = categorylable;
  137. }
  138. public String getEnterprisetype() {
  139. return enterprisetype;
  140. }
  141. public void setEnterprisetype(String enterprisetype) {
  142. this.enterprisetype = enterprisetype;
  143. }
  144. public String getHightechtype() {
  145. return hightechtype;
  146. }
  147. public void setHightechtype(String hightechtype) {
  148. this.hightechtype = hightechtype;
  149. }
  150. public String getPolicylableflag() {
  151. return policylableflag;
  152. }
  153. public void setPolicylableflag(String policylableflag) {
  154. this.policylableflag = policylableflag;
  155. }
  156. public String getDatasource_type() {
  157. return datasource_type;
  158. }
  159. public void setDatasource_type(String datasource_type) {
  160. this.datasource_type = datasource_type;
  161. }
  162. public String getEventIndex() {
  163. return eventIndex;
  164. }
  165. public void setEventIndex(String eventIndex) {
  166. this.eventIndex = eventIndex;
  167. }
  168. public String getIndustryIndex() {
  169. return industryIndex;
  170. }
  171. public void setIndustryIndex(String industryIndex) {
  172. this.industryIndex = industryIndex;
  173. }
  174. public String getProvince() {
  175. return province;
  176. }
  177. public void setProvince(String province) {
  178. this.province = province;
  179. }
  180. public String getCity() {
  181. return city;
  182. }
  183. public void setCity(String city) {
  184. this.city = city;
  185. }
  186. }

一款开源免费的舆情系统。 支持本地化部署,支持在线体验。 支持对海量舆情数据分析和挖掘。