public abstract class BaseHomeContentDTO extends BaseSectionContentDTO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.String,BaseHomeContentDTO> |
TITLE |
CUSTOMIZEDCONFIGURATION, CONTENT, NATUREID| Constructor and Description |
|---|
BaseHomeContentDTO() |
BaseHomeContentDTO(java.lang.Long id) |
BaseHomeContentDTO(Property<T,? super BaseHomeContentDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.lang.String |
getTitle() |
void |
setTitle(java.lang.String title) |
isCustomized, setCustomizedgetConfiguration, 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.String,BaseHomeContentDTO> TITLE
public BaseHomeContentDTO()
public BaseHomeContentDTO(java.lang.Long id)
public BaseHomeContentDTO(Property<T,? super BaseHomeContentDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class BaseSectionContentDTOpublic java.lang.String getTitle()
public void setTitle(java.lang.String title)