
public class Info extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
Content |
String |
Title |
String |
TypeLayout |
| Constructor and Description |
|---|
Info(String typeLayout,
String title,
String content) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContent() |
String |
getTitle() |
String |
getTypeLayout() |
void |
setContent(String content) |
void |
setTitle(String title) |
void |
setTypeLayout(String typeLayout) |