public class ThemeDataParams extends Bean
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<java.lang.Long,ThemeDataParams> |
BASED_ON_ID |
static java.lang.String |
CLASS_NAME |
static BasicProperty<ConfigurationVO,ThemeDataParams> |
CONFIGURATION |
static BasicProperty<ThemeType,ThemeDataParams> |
TYPE |
| Constructor and Description |
|---|
ThemeDataParams() |
ThemeDataParams(Property<T,? super ThemeDataParams> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.lang.Long |
getBasedOnId() |
ConfigurationVO |
getConfiguration() |
ThemeType |
getType() |
void |
setBasedOnId(java.lang.Long basedOnId) |
void |
setConfiguration(ConfigurationVO configuration) |
void |
setType(ThemeType type) |
addPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final BasicProperty<java.lang.Long,ThemeDataParams> BASED_ON_ID
public static final BasicProperty<ConfigurationVO,ThemeDataParams> CONFIGURATION
public static final BasicProperty<ThemeType,ThemeDataParams> TYPE
public ThemeDataParams()
public ThemeDataParams(Property<T,? super ThemeDataParams> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic java.lang.Long getBasedOnId()
public void setBasedOnId(java.lang.Long basedOnId)
public ConfigurationVO getConfiguration()
public void setConfiguration(ConfigurationVO configuration)
public ThemeType getType()
public void setType(ThemeType type)