|
|
@@ -1,9 +1,7 @@
|
|
|
package com.goafanti.news.bo;
|
|
|
|
|
|
public class NewsPortalList extends NewsSummary {
|
|
|
- private String source;
|
|
|
-
|
|
|
- private String content;
|
|
|
+ private String source;
|
|
|
|
|
|
public String getSource() {
|
|
|
return source;
|
|
|
@@ -13,12 +11,4 @@ public class NewsPortalList extends NewsSummary {
|
|
|
this.source = source;
|
|
|
}
|
|
|
|
|
|
- public String getContent() {
|
|
|
- return content;
|
|
|
- }
|
|
|
-
|
|
|
- public void setContent(String content) {
|
|
|
- this.content = content;
|
|
|
- }
|
|
|
-
|
|
|
}
|