Class StaticContentThemeData
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.contentmanagement.staticcontents.StaticContentThemeData
-
- All Implemented Interfaces:
Serializable
public class StaticContentThemeData extends Bean
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static BasicProperty<String,StaticContentThemeData>BACKGROUND_COLORstatic BasicProperty<ThemeImageVO,StaticContentThemeData>BACKGROUND_IMAGEstatic BasicProperty<String,StaticContentThemeData>BACKGROUND_POSITIONstatic StringCLASS_NAMEstatic BasicProperty<String,StaticContentThemeData>TEXT_COLORstatic BasicProperty<Long,StaticContentThemeData>THEME_ID
-
Constructor Summary
Constructors Constructor Description StaticContentThemeData()StaticContentThemeData(Property<T,? super StaticContentThemeData> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()StringgetBackgroundColor()ThemeImageVOgetBackgroundImage()StringgetBackgroundPosition()StringgetTextColor()LonggetThemeId()voidsetBackgroundColor(String backgroundColor)voidsetBackgroundImage(ThemeImageVO backgroundImage)voidsetBackgroundPosition(String backgroundPosition)voidsetTextColor(String textColor)voidsetThemeId(Long themeId)-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, backup, changes, clearAttributes, copyPropertiesTo, copyPropertiesTo, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, restore, set, set, setAttribute, setWithPropagationId, values
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
BACKGROUND_COLOR
public static final BasicProperty<String,StaticContentThemeData> BACKGROUND_COLOR
-
BACKGROUND_IMAGE
public static final BasicProperty<ThemeImageVO,StaticContentThemeData> BACKGROUND_IMAGE
-
BACKGROUND_POSITION
public static final BasicProperty<String,StaticContentThemeData> BACKGROUND_POSITION
-
TEXT_COLOR
public static final BasicProperty<String,StaticContentThemeData> TEXT_COLOR
-
THEME_ID
public static final BasicProperty<Long,StaticContentThemeData> THEME_ID
-
-
Constructor Detail
-
StaticContentThemeData
public StaticContentThemeData()
-
StaticContentThemeData
public StaticContentThemeData(Property<T,? super StaticContentThemeData> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classBean
-
getBackgroundColor
public String getBackgroundColor()
-
setBackgroundColor
public void setBackgroundColor(String backgroundColor)
-
getBackgroundImage
public ThemeImageVO getBackgroundImage()
-
setBackgroundImage
public void setBackgroundImage(ThemeImageVO backgroundImage)
-
getBackgroundPosition
public String getBackgroundPosition()
-
setBackgroundPosition
public void setBackgroundPosition(String backgroundPosition)
-
getTextColor
public String getTextColor()
-
setTextColor
public void setTextColor(String textColor)
-
getThemeId
public Long getThemeId()
-
setThemeId
public void setThemeId(Long themeId)
-
-