Class DefaultContentElementConfiguration
java.lang.Object
de.hybris.platform.cmscockpit.services.config.impl.DefaultContentElementConfiguration
- All Implemented Interfaces:
ContentElementConfiguration,UIComponentConfiguration
public class DefaultContentElementConfiguration
extends Object
implements ContentElementConfiguration
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultContentElementConfiguration(ObjectType type, String name) DefaultContentElementConfiguration(ObjectType type, String name, String description) DefaultContentElementConfiguration(ObjectType type, String name, String description, String image) DefaultContentElementConfiguration(ObjectType type, String name, String description, String image, String refImage) DefaultContentElementConfiguration(ObjectType type, String name, String description, String image, String refImage, String imageSmall) -
Method Summary
Modifier and TypeMethodDescriptiongetImage()getName()getType()voidsetDescription(String description) voidvoidsetImageSmall(String imageSmall) voidvoidsetRefImage(String refImage) voidsetType(ObjectType type)
-
Constructor Details
-
DefaultContentElementConfiguration
public DefaultContentElementConfiguration() -
DefaultContentElementConfiguration
-
DefaultContentElementConfiguration
-
DefaultContentElementConfiguration
-
DefaultContentElementConfiguration
public DefaultContentElementConfiguration(ObjectType type, String name, String description, String image) -
DefaultContentElementConfiguration
public DefaultContentElementConfiguration(ObjectType type, String name, String description, String image, String refImage) -
DefaultContentElementConfiguration
-
-
Method Details
-
getDescription
- Specified by:
getDescriptionin interfaceContentElementConfiguration
-
setDescription
-
getImage
- Specified by:
getImagein interfaceContentElementConfiguration
-
setImage
-
getRefImage
- Specified by:
getRefImagein interfaceContentElementConfiguration
-
setRefImage
-
getImageSmall
- Specified by:
getImageSmallin interfaceContentElementConfiguration
-
setImageSmall
-
getName
- Specified by:
getNamein interfaceContentElementConfiguration
-
setName
-
getType
- Specified by:
getTypein interfaceContentElementConfiguration
-
setType
-