public abstract class BaseStaticContentDTO extends EntityDTO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<ConfigurationVO,BaseStaticContentDTO> |
CONFIGURATION |
static BasicProperty<java.lang.String,BaseStaticContentDTO> |
CONTENT |
static BasicProperty<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() |
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, 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<ConfigurationVO,BaseStaticContentDTO> CONFIGURATION
public static final BasicProperty<java.lang.String,BaseStaticContentDTO> CONTENT
public static final BasicProperty<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 EntityDTOpublic ConfigurationVO getConfiguration()
public void setConfiguration(ConfigurationVO configuration)
public java.lang.String getContent()
public void setContent(java.lang.String content)
public StaticContentNature getNature()
public void setNature(StaticContentNature nature)