public class CommentReplyMessage extends Object implements Serializable
构造器和说明 |
---|
CommentReplyMessage() |
限定符和类型 | 方法和说明 |
---|---|
CommentReplyMessage |
comment(ProductionComment comment) |
boolean |
equals(Object o) |
ProductionComment |
getComment()
Get comment
|
ProductionDetail |
getProduction()
Get production
|
int |
hashCode() |
CommentReplyMessage |
production(ProductionDetail production) |
void |
setComment(ProductionComment comment) |
void |
setProduction(ProductionDetail production) |
String |
toString() |
public CommentReplyMessage production(ProductionDetail production)
public ProductionDetail getProduction()
public void setProduction(ProductionDetail production)
public CommentReplyMessage comment(ProductionComment comment)
public ProductionComment getComment()
public void setComment(ProductionComment comment)
Copyright © 2017. All rights reserved.