public class

SnippetPreview

extends Preview
java.lang.Object
   ↳ com.priint.comet.model.Comet3EntityData
     ↳ com.priint.comet.model.Preview
       ↳ com.priint.comet.model.SnippetPreview

Class Overview

The type Snippet preview.

Summary

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

Public Constructors

public SnippetPreview ()

Public Methods

public String getContent ()

Gets content.

Returns
  • the content

public String getDescription ()

Gets description.

Returns
  • the description

public String getInfo1 ()

Gets info 1.

Returns
  • the info 1

public String getInfo2 ()

Gets info 2.

Returns
  • the info 2

public String getInfo3 ()

Gets info 3.

Returns
  • the info 3

public String getSnippetColumn ()

Gets snippet column.

Returns
  • the snippet column

public String getSnippetTable ()

Gets snippet table.

Returns
  • the snippet table

public void setContent (String content)

Sets content.

Parameters
content the content

public void setDescription (String description)

Sets description.

Parameters
description the description

public void setInfo1 (String info1)

Sets info 1.

Parameters
info1 the info 1

public void setInfo2 (String info2)

Sets info 2.

Parameters
info2 the info 2

public void setInfo3 (String info3)

Sets info 3.

Parameters
info3 the info 3

public void setSnippetColumn (String snippetColumn)

Sets snippet column.

Parameters
snippetColumn the snippet column

public void setSnippetTable (String snippetTable)

Sets snippet table.

Parameters
snippetTable the snippet table