@Portable public class DiscussionRecord extends Object
Constructor and Description |
---|
DiscussionRecord() |
DiscussionRecord(long timestamp,
String author,
String note) |
DiscussionRecord(String author,
String note) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getAuthor() |
String |
getNote() |
Long |
getTimestamp() |
int |
hashCode() |
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.