public abstract class BaseStaticContentDTO extends EntityDTO
| Modifier and Type | Field and Description |
|---|---|
static Property<ConfigurationVO,BaseStaticContentDTO> |
CONFIGURATION |
static Property<java.lang.String,BaseStaticContentDTO> |
CONTENT |
static Property<StaticContentNature,BaseStaticContentDTO> |
NATURE |
ID| Constructor and Description |
|---|
BaseStaticContentDTO() |
BaseStaticContentDTO(java.lang.Long id) |
BaseStaticContentDTO(Property<T,? super BaseStaticContentDTO> 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
|
ConfigurationVO |
getConfiguration() |
java.lang.String |
getContent() |
StaticContentNature |
getNature() |
void |
setConfiguration(ConfigurationVO configuration) |
void |
setContent(java.lang.String content) |
void |
setNature(StaticContentNature nature) |
getVersion, isPersistent, isTransient, setVersionaddPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final Property<ConfigurationVO,BaseStaticContentDTO> CONFIGURATION
public static final Property<java.lang.String,BaseStaticContentDTO> CONTENT
public static final Property<StaticContentNature,BaseStaticContentDTO> NATURE
public BaseStaticContentDTO()
public BaseStaticContentDTO(java.lang.Long id)
public BaseStaticContentDTO(Property<T,? super BaseStaticContentDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class EntityDTOprotected void doSet(Property<?,?> property, java.lang.Object value)
public java.lang.Object get(Property<?,?> property)
ObservableBeanpublic ConfigurationVO getConfiguration()
public java.lang.String getContent()
public StaticContentNature getNature()
public void setConfiguration(ConfigurationVO configuration)
public void setContent(java.lang.String content)
public void setNature(StaticContentNature nature)