Class SnippetPreview
java.lang.Object
com.priint.pubserver.comet.bridge.entitydata.Comet3EntityData
com.priint.pubserver.comet.bridge.entitydata.Preview
com.priint.pubserver.comet.bridge.entitydata.SnippetPreview
- All Implemented Interfaces:
Serializable
The type Snippet preview.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.priint.pubserver.comet.bridge.entitydata.Preview
Preview.ButtonState, Preview.PreviewAttribute -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets content.Gets description.getInfo1()Gets info 1.getInfo2()Gets info 2.getInfo3()Gets info 3.Gets snippet column.Gets snippet table.voidsetContent(String content) Sets content.voidsetDescription(String description) Sets description.voidSets info 1.voidSets info 2.voidSets info 3.voidsetSnippetColumn(String snippetColumn) Sets snippet column.voidsetSnippetTable(String snippetTable) Sets snippet table.Methods inherited from class com.priint.pubserver.comet.bridge.entitydata.Preview
fromCode, getAttributes, getId, getId2, getId3, getLinkScript, getName, getStringId, setId, setId2, setId3, setLinkScript, setName, setStringIdMethods inherited from class com.priint.pubserver.comet.bridge.entitydata.Comet3EntityData
get, getAsObject, set, setAsObject, toStringList
-
Constructor Details
-
SnippetPreview
public SnippetPreview()
-
-
Method Details
-
getInfo2
Gets info 2.- Returns:
- the info 2
-
setInfo2
Sets info 2.- Parameters:
info2- the info 2
-
getInfo3
Gets info 3.- Returns:
- the info 3
-
setInfo3
Sets info 3.- Parameters:
info3- the info 3
-
getInfo1
Gets info 1.- Returns:
- the info 1
-
setInfo1
Sets info 1.- Parameters:
info1- the info 1
-
getDescription
Gets description.- Returns:
- the description
-
setDescription
Sets description.- Parameters:
description- the description
-
getSnippetTable
Gets snippet table.- Returns:
- the snippet table
-
setSnippetTable
Sets snippet table.- Parameters:
snippetTable- the snippet table
-
getSnippetColumn
Gets snippet column.- Returns:
- the snippet column
-
setSnippetColumn
Sets snippet column.- Parameters:
snippetColumn- the snippet column
-
getContent
Description copied from class:Comet3EntityDataGets content.- Specified by:
getContentin classComet3EntityData- Returns:
- the content
-
setContent
Description copied from class:Comet3EntityDataSets content.- Specified by:
setContentin classComet3EntityData- Parameters:
content- the content
-