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:
Serializable
Java class for the TextPreview type.
- 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.getName()Gets name.getText()Gets text.voidsetContent(String content) Sets content.voidsetDescription(String info1) Sets description.voidSets name.voidSets text.Methods inherited from class com.priint.pubserver.comet.bridge.entitydata.Preview
fromCode, getAttributes, getId, getId2, getId3, getLinkScript, getStringId, setId, setId2, setId3, setLinkScript, setStringIdMethods inherited from class com.priint.pubserver.comet.bridge.entitydata.Comet3EntityData
get, getAsObject, set, setAsObject, toStringList
-
Constructor Details
-
TextPreview
public TextPreview()
-
-
Method Details
-
getName
Description copied from class:PreviewGets name. -
setName
Description copied from class:PreviewSets name. -
getDescription
Gets description.- Returns:
- the description
-
setDescription
Sets description.- Parameters:
info1- the info 1
-
getText
Gets text.- Returns:
- the text
-
setText
Sets text.- Parameters:
text- the text
-
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
-