Class ImagePreview
- java.lang.Object
-
- com.priint.pubserver.comet.bridge.entitydata.Comet3EntityData
-
- com.priint.pubserver.comet.bridge.entitydata.Preview
-
- com.priint.pubserver.comet.bridge.entitydata.ImagePreview
-
- All Implemented Interfaces:
java.io.Serializable
public class ImagePreview extends Preview
The type Image preview.- 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 ImagePreview()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Preview.ButtonStategetButtonState()Gets button state.java.lang.StringgetContent()Gets content.java.lang.StringgetDescription()Gets description.intgetImageColorDepth()Gets image color depth.java.lang.StringgetImageFormat()Gets image format.intgetImageHeight()Gets image height.java.lang.StringgetImagePath()Gets image path.intgetImageResolution()Gets image resolution.intgetImageWidth()Gets image width.voidsetButtonState(Preview.ButtonState buttonState)Sets button state.voidsetContent(java.lang.String content)Sets content.voidsetDescription(java.lang.String description)Sets description.voidsetImageColorDepth(int imageColorDepth)Sets image color depth.voidsetImageFormat(java.lang.String imageformat)Sets image format.voidsetImageHeight(int imageHeight)Sets image height.voidsetImagePath(java.lang.String imagepath)Sets image path.voidsetImageResolution(int imageResolution)Sets image resolution.voidsetImageWidth(int imageWidth)Sets image width.-
Methods inherited from class com.priint.pubserver.comet.bridge.entitydata.Preview
fromCode, getAttributes, getId, getId2, getId3, getLinkScript, getName, getStringId, setId, setId2, setId3, setLinkScript, setName, setStringId
-
Methods inherited from class com.priint.pubserver.comet.bridge.entitydata.Comet3EntityData
get, getAsObject, set, setAsObject, toStringList
-
-
-
-
Method Detail
-
getImagePath
public java.lang.String getImagePath()
Gets image path.- Returns:
- the image path
-
setImagePath
public void setImagePath(java.lang.String imagepath)
Sets image path.- Parameters:
imagepath- the imagepath
-
getImageFormat
public java.lang.String getImageFormat()
Gets image format.- Returns:
- the image format
-
setImageFormat
public void setImageFormat(java.lang.String imageformat)
Sets image format.- Parameters:
imageformat- the imageformat
-
getImageWidth
public int getImageWidth()
Gets image width.- Returns:
- the image width
-
setImageWidth
public void setImageWidth(int imageWidth)
Sets image width.- Parameters:
imageWidth- the image width
-
getImageHeight
public int getImageHeight()
Gets image height.- Returns:
- the image height
-
setImageHeight
public void setImageHeight(int imageHeight)
Sets image height.- Parameters:
imageHeight- the image height
-
getImageResolution
public int getImageResolution()
Gets image resolution.- Returns:
- the image resolution
-
setImageResolution
public void setImageResolution(int imageResolution)
Sets image resolution.- Parameters:
imageResolution- the image resolution
-
getImageColorDepth
public int getImageColorDepth()
Gets image color depth.- Returns:
- the image color depth
-
setImageColorDepth
public void setImageColorDepth(int imageColorDepth)
Sets image color depth.- Parameters:
imageColorDepth- the image color depth
-
getButtonState
public Preview.ButtonState getButtonState()
Gets button state.- Returns:
- the button state
-
setButtonState
public void setButtonState(Preview.ButtonState buttonState)
Sets button state.- Parameters:
buttonState- the button state
-
getDescription
public java.lang.String getDescription()
Gets description.- Returns:
- the description
-
setDescription
public void setDescription(java.lang.String description)
Sets description.- Parameters:
description- the description
-
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
-
-