java.lang.Object | |||
↳ | com.priint.comet.model.Comet3EntityData | ||
↳ | com.priint.comet.model.Preview | ||
↳ | com.priint.comet.model.SnippetPreview |
The type Snippet preview.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
SnippetPreview() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String |
getContent()
Gets content.
| ||||||||||
String |
getDescription()
Gets description.
| ||||||||||
String |
getInfo1()
Gets info 1.
| ||||||||||
String |
getInfo2()
Gets info 2.
| ||||||||||
String |
getInfo3()
Gets info 3.
| ||||||||||
String |
getSnippetColumn()
Gets snippet column.
| ||||||||||
String |
getSnippetTable()
Gets snippet table.
| ||||||||||
void |
setContent(String content)
Sets content.
| ||||||||||
void |
setDescription(String description)
Sets description.
| ||||||||||
void |
setInfo1(String info1)
Sets info 1.
| ||||||||||
void |
setInfo2(String info2)
Sets info 2.
| ||||||||||
void |
setInfo3(String info3)
Sets info 3.
| ||||||||||
void |
setSnippetColumn(String snippetColumn)
Sets snippet column.
| ||||||||||
void |
setSnippetTable(String snippetTable)
Sets snippet table.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.priint.comet.model.Preview
| |||||||||||
From class
com.priint.comet.model.Comet3EntityData
| |||||||||||
From class
java.lang.Object
|
Gets content.
Gets description.
Gets info 1.
Gets info 2.
Gets info 3.
Gets snippet column.
Gets snippet table.
Sets content.
content | the content |
---|
Sets description.
description | the description |
---|
Sets info 1.
info1 | the info 1 |
---|
Sets info 2.
info2 | the info 2 |
---|
Sets info 3.
info3 | the info 3 |
---|
Sets snippet column.
snippetColumn | the snippet column |
---|
Sets snippet table.
snippetTable | the snippet table |
---|