Class TextPreview
- java.lang.Object
-
- com.priint.pubserver.comet.bridge.entitydata.Comet3EntityData
-
- com.priint.pubserver.comet.bridge.entitydata.Preview
-
- com.priint.pubserver.comet.bridge.entitydata.TextPreview
-
- All Implemented Interfaces:
java.io.Serializable
public class TextPreview extends Preview
Java class for the TextPreview type.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.priint.pubserver.comet.bridge.entitydata.Preview
Preview.ButtonState, Preview.PreviewAttribute
-
-
Constructor Summary
Constructors Constructor Description TextPreview()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetContent()Gets content.java.lang.StringgetDescription()Gets description.java.lang.StringgetName()Gets name.java.lang.StringgetText()Gets text.voidsetContent(java.lang.String content)Sets content.voidsetDescription(java.lang.String info1)Sets description.voidsetName(java.lang.String textname)Sets name.voidsetText(java.lang.String text)Sets text.-
Methods inherited from class com.priint.pubserver.comet.bridge.entitydata.Preview
fromCode, getAttributes, getId, getId2, getId3, getLinkScript, getStringId, setId, setId2, setId3, setLinkScript, setStringId
-
Methods inherited from class com.priint.pubserver.comet.bridge.entitydata.Comet3EntityData
get, getAsObject, set, setAsObject, toStringList
-
-
-
-
Method Detail
-
getName
public java.lang.String getName()
Description copied from class:PreviewGets name.
-
setName
public void setName(java.lang.String textname)
Description copied from class:PreviewSets name.
-
getDescription
public java.lang.String getDescription()
Gets description.- Returns:
- the description
-
setDescription
public void setDescription(java.lang.String info1)
Sets description.- Parameters:
info1- the info 1
-
getText
public java.lang.String getText()
Gets text.- Returns:
- the text
-
setText
public void setText(java.lang.String text)
Sets text.- Parameters:
text- the text
-
getContent
public java.lang.String getContent()
Description copied from class:Comet3EntityDataGets content.- Specified by:
getContentin classComet3EntityData- Returns:
- the content
-
setContent
public void setContent(java.lang.String content)
Description copied from class:Comet3EntityDataSets content.- Specified by:
setContentin classComet3EntityData- Parameters:
content- the content
-
-