public class DefaultContentElementConfiguration extends Object implements ContentElementConfiguration
| Constructor and Description |
|---|
DefaultContentElementConfiguration() |
DefaultContentElementConfiguration(ObjectType type) |
DefaultContentElementConfiguration(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) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getImage() |
String |
getImageSmall() |
String |
getName() |
String |
getRefImage() |
ObjectType |
getType() |
void |
setDescription(String description) |
void |
setImage(String image) |
void |
setImageSmall(String imageSmall) |
void |
setName(String name) |
void |
setRefImage(String refImage) |
void |
setType(ObjectType type) |
public DefaultContentElementConfiguration()
public DefaultContentElementConfiguration(ObjectType type)
public DefaultContentElementConfiguration(ObjectType type, String name)
public DefaultContentElementConfiguration(ObjectType type, String name, String description)
public DefaultContentElementConfiguration(ObjectType type, String name, String description, String image)
public DefaultContentElementConfiguration(ObjectType type, String name, String description, String image, String refImage)
public String getDescription()
getDescription in interface ContentElementConfigurationpublic void setDescription(String description)
public String getImage()
getImage in interface ContentElementConfigurationpublic void setImage(String image)
public String getRefImage()
getRefImage in interface ContentElementConfigurationpublic void setRefImage(String refImage)
public String getImageSmall()
getImageSmall in interface ContentElementConfigurationpublic void setImageSmall(String imageSmall)
public String getName()
getName in interface ContentElementConfigurationpublic void setName(String name)
public ObjectType getType()
getType in interface ContentElementConfigurationpublic void setType(ObjectType type)
Copyright © 2017 SAP SE. All Rights Reserved.