public class Comment extends Object
Constructor and Description |
---|
Comment(Long id,
String text,
String restriction) |
Comment(String text) |
Comment(String text,
String restriction) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Long |
getId() |
String |
getRestriction() |
String |
getText() |
int |
hashCode() |
String |
toString() |
Copyright © 2002-2022 Atlassian. All Rights Reserved.