|
@@ -57,6 +57,10 @@ public class Comment extends BaseComment<Comment> {
|
|
|
return ContentQuery.me().findById(id);
|
|
return ContentQuery.me().findById(id);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ public BigInteger getContentUserId(){
|
|
|
|
|
+ return this.getContent().getUserId();
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
public void setContent(Content content) {
|
|
public void setContent(Content content) {
|
|
|
this.content = content;
|
|
this.content = content;
|
|
|
}
|
|
}
|