Package com.liferay.portal.model.impl
Class ThemeSettingImpl
Object
com.liferay.portal.model.impl.ThemeSettingImpl
- All Implemented Interfaces:
com.liferay.portal.kernel.model.ThemeSetting
,Serializable
public class ThemeSettingImpl
extends Object
implements Serializable, com.liferay.portal.kernel.model.ThemeSetting
- Author:
- Julio Camarero, Raymond Augé
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionThemeSettingImpl
(boolean configurable, String[] options, String script, String type, String value) -
Method Summary
Modifier and TypeMethodDescriptionString[]
getType()
getValue()
boolean
static String
namespaceProperty
(String device) static String
namespaceProperty
(String device, String key) void
setConfigurable
(boolean configurable) void
setOptions
(String[] options) void
void
void
-
Constructor Details
-
ThemeSettingImpl
-
-
Method Details
-
namespaceProperty
-
namespaceProperty
-
getOptions
- Specified by:
getOptions
in interfacecom.liferay.portal.kernel.model.ThemeSetting
-
getScript
- Specified by:
getScript
in interfacecom.liferay.portal.kernel.model.ThemeSetting
-
getType
- Specified by:
getType
in interfacecom.liferay.portal.kernel.model.ThemeSetting
-
getValue
- Specified by:
getValue
in interfacecom.liferay.portal.kernel.model.ThemeSetting
-
isConfigurable
public boolean isConfigurable()- Specified by:
isConfigurable
in interfacecom.liferay.portal.kernel.model.ThemeSetting
-
setConfigurable
public void setConfigurable(boolean configurable) - Specified by:
setConfigurable
in interfacecom.liferay.portal.kernel.model.ThemeSetting
-
setOptions
- Specified by:
setOptions
in interfacecom.liferay.portal.kernel.model.ThemeSetting
-
setScript
- Specified by:
setScript
in interfacecom.liferay.portal.kernel.model.ThemeSetting
-
setType
- Specified by:
setType
in interfacecom.liferay.portal.kernel.model.ThemeSetting
-
setValue
- Specified by:
setValue
in interfacecom.liferay.portal.kernel.model.ThemeSetting
-