|
@@ -21,77 +21,9 @@ public class TechnicalArticlesVO {
|
|
|
private String author;
|
|
private String author;
|
|
|
private String source;
|
|
private String source;
|
|
|
private String time_interval;
|
|
private String time_interval;
|
|
|
-
|
|
|
|
|
- public Long getId() {
|
|
|
|
|
- return id;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public void setId(Long id) {
|
|
|
|
|
- this.id = id;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public String getName() {
|
|
|
|
|
- return name;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public void setName(String name) {
|
|
|
|
|
- this.name = name;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public String getPhotoUrl() {
|
|
|
|
|
- return photoUrl;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public void setPhotoUrl(String photoUrl) {
|
|
|
|
|
- this.photoUrl = photoUrl;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public String getArticlesUrl() {
|
|
|
|
|
- return articlesUrl;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public void setArticlesUrl(String articlesUrl) {
|
|
|
|
|
- this.articlesUrl = articlesUrl;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public String getAuthor() {
|
|
|
|
|
- return author;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public void setAuthor(String author) {
|
|
|
|
|
- this.author = author;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public String getSource() {
|
|
|
|
|
- return source;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public void setSource(String source) {
|
|
|
|
|
- this.source = source;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public int getReading() {
|
|
|
|
|
- return reading;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public void setReading(int reading) {
|
|
|
|
|
- this.reading = reading;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public Timestamp getCreateTime() {
|
|
|
|
|
- return createTime;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- public void setCreateTime(Timestamp createTime) {
|
|
|
|
|
- this.createTime = createTime;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
private int reading;
|
|
private int reading;
|
|
|
private Timestamp createTime;
|
|
private Timestamp createTime;
|
|
|
|
|
|
|
|
- public void setName(Iterable<TechnicalArticlesPO> technicalArticlesPO) {
|
|
|
|
|
-
|
|
|
|
|
- }
|
|
|
|
|
|
|
|
|
|
public TechnicalArticlesVO(TechnicalArticles project){
|
|
public TechnicalArticlesVO(TechnicalArticles project){
|
|
|
this.id = project.getId();
|
|
this.id = project.getId();
|