public class StaticContentDataParams extends Bean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<ConfigurationVO,StaticContentDataParams> |
CONFIGURATION |
static BasicProperty<StaticContentNature,StaticContentDataParams> |
NATURE |
| Constructor and Description |
|---|
StaticContentDataParams() |
StaticContentDataParams(Property<T,? super StaticContentDataParams> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
ConfigurationVO |
getConfiguration() |
StaticContentNature |
getNature() |
void |
setConfiguration(ConfigurationVO configuration) |
void |
setNature(StaticContentNature nature) |
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<ConfigurationVO,StaticContentDataParams> CONFIGURATION
public static final BasicProperty<StaticContentNature,StaticContentDataParams> NATURE
public StaticContentDataParams()
public StaticContentDataParams(Property<T,? super StaticContentDataParams> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic ConfigurationVO getConfiguration()
public void setConfiguration(ConfigurationVO configuration)
public StaticContentNature getNature()
public void setNature(StaticContentNature nature)