Class ThemeResultVO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.EntityModel
-
- org.cyclos.model.EntityVO
-
- org.cyclos.model.VersionedVO
-
- org.cyclos.model.contentmanagement.UIElementResultVO
-
- org.cyclos.model.contentmanagement.ThemeResultVO
-
- All Implemented Interfaces:
Serializable,IEntity
public class ThemeResultVO extends UIElementResultVO
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static BasicProperty<String,ThemeResultVO>ADVANCED_DEFINITIONSstatic StringCLASS_NAMEstatic BasicProperty<String,ThemeResultVO>CUSTOM_STYLEstatic BasicProperty<String,ThemeResultVO>DEFINITIONS-
Fields inherited from class org.cyclos.model.contentmanagement.UIElementResultVO
CONTENT
-
Fields inherited from class org.cyclos.model.VersionedVO
FORCE, VERSION
-
Fields inherited from class org.cyclos.model.EntityModel
ID
-
-
Constructor Summary
Constructors Constructor Description ThemeResultVO()ThemeResultVO(Long id)ThemeResultVO(Property<T,? super ThemeResultVO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()StringgetAdvancedDefinitions()StringgetCustomStyle()StringgetDefinitions()voidsetAdvancedDefinitions(String advancedDefinitions)voidsetCustomStyle(String customStyle)voidsetDefinitions(String definitions)-
Methods inherited from class org.cyclos.model.contentmanagement.UIElementResultVO
getContent, setContent
-
Methods inherited from class org.cyclos.model.VersionedVO
getForce, getVersion, setForce, setVersion
-
Methods inherited from class org.cyclos.model.EntityModel
getId, setId, toString
-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, backup, changes, clearAttributes, copyPropertiesTo, copyPropertiesTo, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, restore, set, set, setAttribute, setWithPropagationId, values
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
ADVANCED_DEFINITIONS
public static final BasicProperty<String,ThemeResultVO> ADVANCED_DEFINITIONS
-
CUSTOM_STYLE
public static final BasicProperty<String,ThemeResultVO> CUSTOM_STYLE
-
DEFINITIONS
public static final BasicProperty<String,ThemeResultVO> DEFINITIONS
-
-
Constructor Detail
-
ThemeResultVO
public ThemeResultVO()
-
ThemeResultVO
public ThemeResultVO(Long id)
-
ThemeResultVO
public ThemeResultVO(Property<T,? super ThemeResultVO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classUIElementResultVO
-
getAdvancedDefinitions
public String getAdvancedDefinitions()
-
setAdvancedDefinitions
public void setAdvancedDefinitions(String advancedDefinitions)
-
getCustomStyle
public String getCustomStyle()
-
setCustomStyle
public void setCustomStyle(String customStyle)
-
getDefinitions
public String getDefinitions()
-
setDefinitions
public void setDefinitions(String definitions)
-
className
public String className()
- Overrides:
classNamein classUIElementResultVO
-
-