public class ThemeVO extends NamedEntityVO
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<java.lang.Boolean,ThemeVO> |
BUILTIN |
static java.lang.String |
CLASS_NAME |
static BasicProperty<ConfigurationVO,ThemeVO> |
CONFIGURATION |
static BasicProperty<java.lang.String,ThemeVO> |
FILE_NAME |
static BasicProperty<DateTime,ThemeVO> |
LAST_MODIFIED |
static BasicProperty<java.lang.String,ThemeVO> |
LAST_MODIFIED_IN_MILLIS |
static BasicProperty<ThemeType,ThemeVO> |
TYPE |
static BasicProperty<java.lang.Integer,ThemeVO> |
VERSION |
NAMEID| Constructor and Description |
|---|
ThemeVO() |
ThemeVO(java.lang.Long id) |
ThemeVO(Property<T,? super ThemeVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
ConfigurationVO |
getConfiguration() |
java.lang.String |
getFileName() |
DateTime |
getLastModified() |
java.lang.String |
getLastModifiedInMillis() |
ThemeType |
getType() |
int |
getVersion() |
boolean |
isBuiltin() |
void |
setBuiltin(boolean builtin) |
void |
setConfiguration(ConfigurationVO configuration) |
void |
setFileName(java.lang.String fileName) |
void |
setLastModified(DateTime lastModified) |
void |
setLastModifiedInMillis(java.lang.String lastModifiedInMillis) |
void |
setType(ThemeType type) |
void |
setVersion(int version) |
compareTo, getName, setName, toStringgetId, getIds, getUniqueIdsequals, 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.Boolean,ThemeVO> BUILTIN
public static final BasicProperty<ConfigurationVO,ThemeVO> CONFIGURATION
public static final BasicProperty<java.lang.String,ThemeVO> FILE_NAME
public static final BasicProperty<DateTime,ThemeVO> LAST_MODIFIED
public static final BasicProperty<java.lang.String,ThemeVO> LAST_MODIFIED_IN_MILLIS
public static final BasicProperty<ThemeType,ThemeVO> TYPE
public static final BasicProperty<java.lang.Integer,ThemeVO> VERSION
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class NamedEntityVOpublic boolean isBuiltin()
public void setBuiltin(boolean builtin)
public ConfigurationVO getConfiguration()
public void setConfiguration(ConfigurationVO configuration)
public java.lang.String getFileName()
public void setFileName(java.lang.String fileName)
public DateTime getLastModified()
public void setLastModified(DateTime lastModified)
public java.lang.String getLastModifiedInMillis()
public void setLastModifiedInMillis(java.lang.String lastModifiedInMillis)
public ThemeType getType()
public void setType(ThemeType type)
public int getVersion()
public void setVersion(int version)