public class StaticContentThemeData extends Bean
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<java.lang.String,StaticContentThemeData> |
BACKGROUND_COLOR |
static BasicProperty<ThemeImageVO,StaticContentThemeData> |
BACKGROUND_IMAGE |
static BasicProperty<java.lang.String,StaticContentThemeData> |
BACKGROUND_POSITION |
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.String,StaticContentThemeData> |
TEXT_COLOR |
static BasicProperty<java.lang.Long,StaticContentThemeData> |
THEME_ID |
| Constructor and Description |
|---|
StaticContentThemeData() |
StaticContentThemeData(Property<T,? super StaticContentThemeData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.lang.String |
getBackgroundColor() |
ThemeImageVO |
getBackgroundImage() |
java.lang.String |
getBackgroundPosition() |
java.lang.String |
getTextColor() |
java.lang.Long |
getThemeId() |
void |
setBackgroundColor(java.lang.String backgroundColor) |
void |
setBackgroundImage(ThemeImageVO backgroundImage) |
void |
setBackgroundPosition(java.lang.String backgroundPosition) |
void |
setTextColor(java.lang.String textColor) |
void |
setThemeId(java.lang.Long themeId) |
addPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final BasicProperty<java.lang.String,StaticContentThemeData> BACKGROUND_COLOR
public static final BasicProperty<ThemeImageVO,StaticContentThemeData> BACKGROUND_IMAGE
public static final BasicProperty<java.lang.String,StaticContentThemeData> BACKGROUND_POSITION
public static final BasicProperty<java.lang.String,StaticContentThemeData> TEXT_COLOR
public static final BasicProperty<java.lang.Long,StaticContentThemeData> THEME_ID
public StaticContentThemeData()
public StaticContentThemeData(Property<T,? super StaticContentThemeData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic java.lang.String getBackgroundColor()
public void setBackgroundColor(java.lang.String backgroundColor)
public ThemeImageVO getBackgroundImage()
public void setBackgroundImage(ThemeImageVO backgroundImage)
public java.lang.String getBackgroundPosition()
public void setBackgroundPosition(java.lang.String backgroundPosition)
public java.lang.String getTextColor()
public void setTextColor(java.lang.String textColor)
public java.lang.Long getThemeId()
public void setThemeId(java.lang.Long themeId)