| java.lang.Object | |
| ↳ | chan.content.model.ThreadSummary |
Model containing thread summary: board name, thread number and short description. This model is used in archived threads page, for example.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructor for | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns board name. | |||||||||||
Returns thread short description. | |||||||||||
Returns posts count. | |||||||||||
Returns thread number. | |||||||||||
Stores posts count in this model. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Constructor for ThreadSummary.
| Parameters | |
|---|---|
boardName |
String:
Board name. |
threadNumber |
String:
Thread number. |
description |
String:
Short description, may be subject or some first sentences of comment.
|
Returns board name.
| Returns | |
|---|---|
String |
|
Returns thread short description.
| Returns | |
|---|---|
String |
|
Returns posts count.
| Returns | |
|---|---|
int |
|
Returns thread number.
| Returns | |
|---|---|
String |
|