| java.lang.Object | |
| ↳ | chan.content.model.Board |
Model containing board data: board name, title and description.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructor for | |||||||||||
Constructor for | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns name of this board. | |||||||||||
Returns description of this board. | |||||||||||
Returns title of this board. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Constructor for Board.
| Parameters | |
|---|---|
boardName |
String:
Board name. |
title |
String:
Board title.
|
Constructor for Board.
| Parameters | |
|---|---|
boardName |
String:
Board name. |
title |
String:
Board title. |
description |
String:
Board description.
|
Returns name of this board. For example b.
| Returns | |
|---|---|
String |
|
Returns description of this board.
| Returns | |
|---|---|
String |
|
Returns title of this board. For example Random.
| Returns | |
|---|---|
String |
|