public class ApplyThemesDTO extends Bean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<ConfigurationVO,ApplyThemesDTO> |
CONFIGURATION |
static BasicProperty<ThemeVO,ApplyThemesDTO> |
GUESTS_THEME |
static BasicProperty<ThemeVO,ApplyThemesDTO> |
MOBILE_THEME |
static BasicProperty<ThemeVO,ApplyThemesDTO> |
PAY_THEME |
static BasicProperty<ThemeVO,ApplyThemesDTO> |
USERS_THEME |
| Constructor and Description |
|---|
ApplyThemesDTO() |
ApplyThemesDTO(Property<T,? super ApplyThemesDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
ConfigurationVO |
getConfiguration() |
ThemeVO |
getGuestsTheme() |
ThemeVO |
getMobileTheme() |
ThemeVO |
getPayTheme() |
ThemeVO |
getUsersTheme() |
void |
setConfiguration(ConfigurationVO configuration) |
void |
setGuestsTheme(ThemeVO guestsTheme) |
void |
setMobileTheme(ThemeVO mobileTheme) |
void |
setPayTheme(ThemeVO payTheme) |
void |
setUsersTheme(ThemeVO usersTheme) |
addPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final BasicProperty<ConfigurationVO,ApplyThemesDTO> CONFIGURATION
public static final BasicProperty<ThemeVO,ApplyThemesDTO> GUESTS_THEME
public static final BasicProperty<ThemeVO,ApplyThemesDTO> MOBILE_THEME
public static final BasicProperty<ThemeVO,ApplyThemesDTO> PAY_THEME
public static final BasicProperty<ThemeVO,ApplyThemesDTO> USERS_THEME
public ApplyThemesDTO()
public ApplyThemesDTO(Property<T,? super ApplyThemesDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic ConfigurationVO getConfiguration()
public void setConfiguration(ConfigurationVO configuration)
public ThemeVO getGuestsTheme()
public void setGuestsTheme(ThemeVO guestsTheme)
public ThemeVO getMobileTheme()
public void setMobileTheme(ThemeVO mobileTheme)
public ThemeVO getPayTheme()
public void setPayTheme(ThemeVO payTheme)
public ThemeVO getUsersTheme()
public void setUsersTheme(ThemeVO usersTheme)