public class NewThemeImageParams extends Bean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.Long,NewThemeImageParams> |
THEME_ID |
static BasicProperty<ThemeImageType,NewThemeImageParams> |
TYPE |
| Constructor and Description |
|---|
NewThemeImageParams() |
NewThemeImageParams(Property<T,? super NewThemeImageParams> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.lang.Long |
getThemeId() |
ThemeImageType |
getType() |
void |
setThemeId(java.lang.Long themeId) |
void |
setType(ThemeImageType 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,NewThemeImageParams> THEME_ID
public static final BasicProperty<ThemeImageType,NewThemeImageParams> TYPE
public NewThemeImageParams()
public NewThemeImageParams(Property<T,? super NewThemeImageParams> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic java.lang.Long getThemeId()
public void setThemeId(java.lang.Long themeId)
public ThemeImageType getType()
public void setType(ThemeImageType type)