| java.lang.Object | |
| ↳ | chan.content.model.BoardCategory |
Model containing board category data: category title and array of Board.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructor for | |||||||||||
Constructor for | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Return array of | |||||||||||
Returns board category title. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Iterable
| |||||||||||
Constructor for BoardCategory.
| Parameters | |
|---|---|
title |
String:
Board category title. |
boards |
Board:
Array of Board.
|
Constructor for BoardCategory. Collection will be transformed to array.
| Parameters | |
|---|---|
title |
String:
Board category title. |
boards |
Collection:
Collection of Board.
|
Returns board category title.
| Returns | |
|---|---|
String |
Title string. |