com.liferay.portal.model.impl
Class ThemeSettingImpl
java.lang.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
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThemeSettingImpl
public ThemeSettingImpl(boolean configurable,
String[] options,
String script,
String type,
String value)
namespaceProperty
public static String namespaceProperty(String device)
namespaceProperty
public static String namespaceProperty(String device,
String key)
getOptions
public String[] getOptions()
- Specified by:
getOptions in interface com.liferay.portal.kernel.model.ThemeSetting
getScript
public String getScript()
- Specified by:
getScript in interface com.liferay.portal.kernel.model.ThemeSetting
getType
public String getType()
- Specified by:
getType in interface com.liferay.portal.kernel.model.ThemeSetting
getValue
public String getValue()
- Specified by:
getValue in interface com.liferay.portal.kernel.model.ThemeSetting
isConfigurable
public boolean isConfigurable()
- Specified by:
isConfigurable in interface com.liferay.portal.kernel.model.ThemeSetting
setConfigurable
public void setConfigurable(boolean configurable)
- Specified by:
setConfigurable in interface com.liferay.portal.kernel.model.ThemeSetting
setOptions
public void setOptions(String[] options)
- Specified by:
setOptions in interface com.liferay.portal.kernel.model.ThemeSetting
setScript
public void setScript(String script)
- Specified by:
setScript in interface com.liferay.portal.kernel.model.ThemeSetting
setType
public void setType(String type)
- Specified by:
setType in interface com.liferay.portal.kernel.model.ThemeSetting
setValue
public void setValue(String value)
- Specified by:
setValue in interface com.liferay.portal.kernel.model.ThemeSetting