T - The Threadable implementation.public interface Threadable<T extends Threadable<T>>
| Modifier and Type | Method and Description |
|---|---|
boolean |
isDummy()
Tests whether this is a dummy instance.
|
T |
makeDummy()
Creates a dummy instance.
|
String |
messageThreadId()
Gets an ID.
|
String[] |
messageThreadReferences()
Gets reference strings.
|
void |
setChild(T child)
Sets the child instance.
|
void |
setNext(T next)
Sets the next instance.
|
String |
simplifiedSubject()
Gets the simplified subject.
|
boolean |
subjectIsReply()
Tests whether this is a reply.
|
boolean isDummy()
T makeDummy()
String messageThreadId()
String[] messageThreadReferences()
void setChild(T child)
child - the child instance.void setNext(T next)
next - the next instance.String simplifiedSubject()
boolean subjectIsReply()