Class ImagePreview
- java.lang.Object
-
- com.hybris.cockpitng.core.config.impl.jaxb.hybris.commonconfig.ImagePreview
-
- Direct Known Subclasses:
GridView,Header,QuickList,SummaryView
public abstract class ImagePreview extends java.lang.ObjectJava class for image-preview complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="image-preview"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="display-thumbnail" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> <attribute name="display-preview" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="display-default-image" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> <attribute name="default-image" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringdefaultImageprotected java.lang.BooleandisplayDefaultImageprotected java.lang.BooleandisplayPreviewprotected java.lang.BooleandisplayThumbnail
-
Constructor Summary
Constructors Constructor Description ImagePreview()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDefaultImage()Gets the value of the defaultImage property.booleanisDisplayDefaultImage()Gets the value of the displayDefaultImage property.booleanisDisplayPreview()Gets the value of the displayPreview property.booleanisDisplayThumbnail()Gets the value of the displayThumbnail property.voidsetDefaultImage(java.lang.String value)Sets the value of the defaultImage property.voidsetDisplayDefaultImage(java.lang.Boolean value)Sets the value of the displayDefaultImage property.voidsetDisplayPreview(java.lang.Boolean value)Sets the value of the displayPreview property.voidsetDisplayThumbnail(java.lang.Boolean value)Sets the value of the displayThumbnail property.
-
-
-
Method Detail
-
isDisplayThumbnail
public boolean isDisplayThumbnail()
Gets the value of the displayThumbnail property.- Returns:
- possible object is
Boolean
-
setDisplayThumbnail
public void setDisplayThumbnail(java.lang.Boolean value)
Sets the value of the displayThumbnail property.- Parameters:
value- allowed object isBoolean
-
isDisplayPreview
public boolean isDisplayPreview()
Gets the value of the displayPreview property.- Returns:
- possible object is
Boolean
-
setDisplayPreview
public void setDisplayPreview(java.lang.Boolean value)
Sets the value of the displayPreview property.- Parameters:
value- allowed object isBoolean
-
isDisplayDefaultImage
public boolean isDisplayDefaultImage()
Gets the value of the displayDefaultImage property.- Returns:
- possible object is
Boolean
-
setDisplayDefaultImage
public void setDisplayDefaultImage(java.lang.Boolean value)
Sets the value of the displayDefaultImage property.- Parameters:
value- allowed object isBoolean
-
getDefaultImage
public java.lang.String getDefaultImage()
Gets the value of the defaultImage property.- Returns:
- possible object is
String
-
setDefaultImage
public void setDefaultImage(java.lang.String value)
Sets the value of the defaultImage property.- Parameters:
value- allowed object isString
-
-