public class StaticContentData extends EntityData<BaseStaticContentDTO>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.Boolean,StaticContentData> |
GLOBAL_DEFAULT_CONFIG |
static BasicProperty<BaseStaticContentDTO,StaticContentData> |
INHERITED_STATIC_CONTENT |
CAN_VIEW_HISTORY_LOG, CONFIRMATION_PASSWORD_INPUT, DTO, EDITABLE, LOG_TYPE, TRANSLATED_PROPERTY_TYPES, TRANSLATED_VALUES| Constructor and Description |
|---|
StaticContentData() |
StaticContentData(Property<T,? super StaticContentData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
BaseStaticContentDTO |
getInheritedStaticContent() |
boolean |
isGlobalDefaultConfig() |
void |
setGlobalDefaultConfig(boolean globalDefaultConfig) |
void |
setInheritedStaticContent(BaseStaticContentDTO inheritedStaticContent) |
getConfirmationPasswordInput, getDto, getLogType, getTranslatedPropertyTypes, getTranslatedValues, isCanViewHistoryLog, isEditable, setCanViewHistoryLog, setConfirmationPasswordInput, setDto, setEditable, setLogType, setTranslatedPropertyTypes, setTranslatedValuesaddPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, 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,StaticContentData> GLOBAL_DEFAULT_CONFIG
public static final BasicProperty<BaseStaticContentDTO,StaticContentData> INHERITED_STATIC_CONTENT
public StaticContentData()
public StaticContentData(Property<T,? super StaticContentData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class EntityData<BaseStaticContentDTO>public boolean isGlobalDefaultConfig()
public void setGlobalDefaultConfig(boolean globalDefaultConfig)
public BaseStaticContentDTO getInheritedStaticContent()
public void setInheritedStaticContent(BaseStaticContentDTO inheritedStaticContent)