public class ThemeDTO extends NamedEntityDTO
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<java.lang.String,ThemeDTO> |
ADVANCED_DEFINITIONS |
static BasicProperty<java.lang.String,ThemeDTO> |
AUTHOR |
static BasicProperty<java.lang.Long,ThemeDTO> |
BASED_ON_ID |
static java.lang.String |
CLASS_NAME |
static BasicProperty<ConfigurationVO,ThemeDTO> |
CONFIGURATION |
static BasicProperty<java.lang.String,ThemeDTO> |
CUSTOM_STYLE |
static MapProperty<ThemeDefinition,java.lang.String,ThemeDTO> |
DEFINITIONS |
static BasicProperty<java.lang.String,ThemeDTO> |
DESCRIPTION |
static BasicProperty<ThemeType,ThemeDTO> |
TYPE |
NAMEID| Constructor and Description |
|---|
ThemeDTO() |
ThemeDTO(java.lang.Long id) |
ThemeDTO(Property<T,? super ThemeDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.lang.String |
getAdvancedDefinitions() |
java.lang.String |
getAuthor() |
java.lang.Long |
getBasedOnId() |
ConfigurationVO |
getConfiguration() |
java.lang.String |
getCustomStyle() |
java.util.Map<ThemeDefinition,java.lang.String> |
getDefinitions() |
java.lang.String |
getDescription() |
ThemeType |
getType() |
void |
setAdvancedDefinitions(java.lang.String advancedDefinitions) |
void |
setAuthor(java.lang.String author) |
void |
setBasedOnId(java.lang.Long basedOnId) |
void |
setConfiguration(ConfigurationVO configuration) |
void |
setCustomStyle(java.lang.String customStyle) |
void |
setDefinitions(java.util.Map<ThemeDefinition,java.lang.String> definitions) |
void |
setDescription(java.lang.String description) |
void |
setType(ThemeType type) |
compareTo, getName, setName, toStringgetVersion, isPersistent, isTransient, setVersionequals, getId, hashCode, setIdaddPropertyChangeListener, 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.String,ThemeDTO> ADVANCED_DEFINITIONS
public static final BasicProperty<java.lang.String,ThemeDTO> AUTHOR
public static final BasicProperty<java.lang.Long,ThemeDTO> BASED_ON_ID
public static final BasicProperty<ConfigurationVO,ThemeDTO> CONFIGURATION
public static final BasicProperty<java.lang.String,ThemeDTO> CUSTOM_STYLE
public static final MapProperty<ThemeDefinition,java.lang.String,ThemeDTO> DEFINITIONS
public static final BasicProperty<java.lang.String,ThemeDTO> DESCRIPTION
public static final BasicProperty<ThemeType,ThemeDTO> TYPE
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class NamedEntityDTOpublic java.lang.String getAdvancedDefinitions()
public void setAdvancedDefinitions(java.lang.String advancedDefinitions)
public java.lang.String getAuthor()
public void setAuthor(java.lang.String author)
public java.lang.Long getBasedOnId()
public void setBasedOnId(java.lang.Long basedOnId)
public ConfigurationVO getConfiguration()
public void setConfiguration(ConfigurationVO configuration)
public java.lang.String getCustomStyle()
public void setCustomStyle(java.lang.String customStyle)
public java.util.Map<ThemeDefinition,java.lang.String> getDefinitions()
public void setDefinitions(java.util.Map<ThemeDefinition,java.lang.String> definitions)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public ThemeType getType()
public void setType(ThemeType type)