Class ApplyThemesDTO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.contentmanagement.themes.ApplyThemesDTO
-
- All Implemented Interfaces:
Serializable
public class ApplyThemesDTO extends Bean
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static BasicProperty<ThemeVO,ApplyThemesDTO>APP_THEMEstatic StringCLASS_NAMEstatic BasicProperty<ConfigurationVO,ApplyThemesDTO>CONFIGURATIONstatic BasicProperty<ThemeVO,ApplyThemesDTO>GUESTS_THEMEstatic BasicProperty<ThemeVO,ApplyThemesDTO>MOBILE_THEMEstatic BasicProperty<ThemeVO,ApplyThemesDTO>PAY_THEMEstatic BasicProperty<ThemeVO,ApplyThemesDTO>USERS_THEME
-
Constructor Summary
Constructors Constructor Description ApplyThemesDTO()ApplyThemesDTO(Property<T,? super ApplyThemesDTO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()ThemeVOgetAppTheme()ConfigurationVOgetConfiguration()ThemeVOgetGuestsTheme()ThemeVOgetMobileTheme()ThemeVOgetPayTheme()ThemeVOgetUsersTheme()voidsetAppTheme(ThemeVO appTheme)voidsetConfiguration(ConfigurationVO configuration)voidsetGuestsTheme(ThemeVO guestsTheme)voidsetMobileTheme(ThemeVO mobileTheme)voidsetPayTheme(ThemeVO payTheme)voidsetUsersTheme(ThemeVO usersTheme)-
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
-
APP_THEME
public static final BasicProperty<ThemeVO,ApplyThemesDTO> APP_THEME
-
CONFIGURATION
public static final BasicProperty<ConfigurationVO,ApplyThemesDTO> CONFIGURATION
-
GUESTS_THEME
public static final BasicProperty<ThemeVO,ApplyThemesDTO> GUESTS_THEME
-
MOBILE_THEME
public static final BasicProperty<ThemeVO,ApplyThemesDTO> MOBILE_THEME
-
PAY_THEME
public static final BasicProperty<ThemeVO,ApplyThemesDTO> PAY_THEME
-
USERS_THEME
public static final BasicProperty<ThemeVO,ApplyThemesDTO> USERS_THEME
-
-
Constructor Detail
-
ApplyThemesDTO
public ApplyThemesDTO()
-
ApplyThemesDTO
public ApplyThemesDTO(Property<T,? super ApplyThemesDTO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classBean
-
getAppTheme
public ThemeVO getAppTheme()
-
setAppTheme
public void setAppTheme(ThemeVO appTheme)
-
getConfiguration
public ConfigurationVO getConfiguration()
-
setConfiguration
public void setConfiguration(ConfigurationVO configuration)
-
getGuestsTheme
public ThemeVO getGuestsTheme()
-
setGuestsTheme
public void setGuestsTheme(ThemeVO guestsTheme)
-
getMobileTheme
public ThemeVO getMobileTheme()
-
setMobileTheme
public void setMobileTheme(ThemeVO mobileTheme)
-
getPayTheme
public ThemeVO getPayTheme()
-
setPayTheme
public void setPayTheme(ThemeVO payTheme)
-
getUsersTheme
public ThemeVO getUsersTheme()
-
setUsersTheme
public void setUsersTheme(ThemeVO usersTheme)
-
-