public class StaticContentListData extends Bean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<ConfigurationVO,StaticContentListData> |
CONFIGURATION |
static ListProperty<StaticContentVO,StaticContentListData> |
STATIC_CONTENTS |
| Constructor and Description |
|---|
StaticContentListData() |
StaticContentListData(Property<T,? super StaticContentListData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
ConfigurationVO |
getConfiguration() |
java.util.List<StaticContentVO> |
getStaticContents() |
void |
setConfiguration(ConfigurationVO configuration) |
void |
setStaticContents(java.util.List<StaticContentVO> staticContents) |
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,StaticContentListData> CONFIGURATION
public static final ListProperty<StaticContentVO,StaticContentListData> STATIC_CONTENTS
public StaticContentListData()
public StaticContentListData(Property<T,? super StaticContentListData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic ConfigurationVO getConfiguration()
public void setConfiguration(ConfigurationVO configuration)
public java.util.List<StaticContentVO> getStaticContents()
public void setStaticContents(java.util.List<StaticContentVO> staticContents)