public class ProductionComment extends Object implements Serializable
构造器和说明 |
---|
ProductionComment() |
限定符和类型 | 方法和说明 |
---|---|
ProductionComment |
comment(String comment) |
ProductionComment |
commentTime(Long commentTime) |
ProductionComment |
commentUser(UserInfo commentUser) |
boolean |
equals(Object o) |
String |
getComment()
评论内容
|
Long |
getCommentTime()
评论时间
|
UserInfo |
getCommentUser()
Get commentUser
|
Integer |
getId()
Get id
|
Integer |
getLikes()
点赞数
|
ProductionCommentReply |
getReply()
Get reply
|
int |
hashCode() |
ProductionComment |
id(Integer id) |
ProductionComment |
likes(Integer likes) |
ProductionComment |
reply(ProductionCommentReply reply) |
void |
setComment(String comment) |
void |
setCommentTime(Long commentTime) |
void |
setCommentUser(UserInfo commentUser) |
void |
setId(Integer id) |
void |
setLikes(Integer likes) |
void |
setReply(ProductionCommentReply reply) |
String |
toString() |
public ProductionComment id(Integer id)
public Integer getId()
public void setId(Integer id)
public ProductionComment comment(String comment)
public String getComment()
public void setComment(String comment)
public ProductionComment commentUser(UserInfo commentUser)
public UserInfo getCommentUser()
public void setCommentUser(UserInfo commentUser)
public ProductionComment commentTime(Long commentTime)
public Long getCommentTime()
public void setCommentTime(Long commentTime)
public ProductionComment likes(Integer likes)
public Integer getLikes()
public void setLikes(Integer likes)
public ProductionComment reply(ProductionCommentReply reply)
public ProductionCommentReply getReply()
public void setReply(ProductionCommentReply reply)
Copyright © 2017. All rights reserved.