public class Comment extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getComment() |
int |
getId() |
int |
hashCode() |
void |
setComment(String comment) |
void |
setId(int id) |
String |
toString() |
Copyright © 2020. All rights reserved.