public abstract class BaseSectionContentDTO extends BaseStaticContentDTO
| Modifier and Type | Field and Description |
|---|---|
static Property<java.lang.Boolean,BaseSectionContentDTO> |
CUSTOMIZED |
CONFIGURATION, CONTENT, NATUREID| Constructor and Description |
|---|
BaseSectionContentDTO() |
BaseSectionContentDTO(java.lang.Long id) |
BaseSectionContentDTO(Property<T,? super BaseSectionContentDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<Property<?,?>> |
doGetProperties() |
protected void |
doSet(Property<?,?> property,
java.lang.Object value) |
java.lang.Object |
get(Property<?,?> property)
Returns the value of the given property
|
boolean |
isCustomized() |
void |
setCustomized(boolean customized) |
getConfiguration, getContent, getNature, setConfiguration, setContent, setNaturegetVersion, isPersistent, isTransient, setVersionaddPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final Property<java.lang.Boolean,BaseSectionContentDTO> CUSTOMIZED
public BaseSectionContentDTO()
public BaseSectionContentDTO(java.lang.Long id)
public BaseSectionContentDTO(Property<T,? super BaseSectionContentDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class BaseStaticContentDTOprotected void doSet(Property<?,?> property, java.lang.Object value)
doSet in class BaseStaticContentDTOpublic java.lang.Object get(Property<?,?> property)
ObservableBeanget in class BaseStaticContentDTOpublic boolean isCustomized()
public void setCustomized(boolean customized)