public class KnowledgeDTO extends Object implements Serializable
| Constructor and Description |
|---|
KnowledgeDTO() |
KnowledgeDTO(String knowledge,
String stars,
String comment) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getComment() |
String |
getKnowledge() |
String |
getStars() |
int |
hashCode() |
void |
setComment(String comment) |
void |
setKnowledge(String knowledge) |
void |
setStars(String stars) |
String |
toString() |
Copyright © 2013. All Rights Reserved.