public abstract class BaseSectionContentDTO extends BaseStaticContentDTO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<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() |
boolean |
isCustomized() |
void |
setCustomized(boolean customized) |
getConfiguration, getContent, getNature, setConfiguration, setContent, setNaturegetVersion, isPersistent, isTransient, setVersionaddPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, className, 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.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 BaseStaticContentDTOpublic boolean isCustomized()
public void setCustomized(boolean customized)