public class ThemeSettingImpl
extends Object
implements Serializable, com.liferay.portal.kernel.model.ThemeSetting
Constructor and Description |
---|
ThemeSettingImpl(boolean configurable,
String[] options,
String script,
String type,
String value) |
Modifier and Type | Method and Description |
---|---|
String[] |
getOptions() |
String |
getScript() |
String |
getType() |
String |
getValue() |
boolean |
isConfigurable() |
static String |
namespaceProperty(String device) |
static String |
namespaceProperty(String device,
String key) |
void |
setConfigurable(boolean configurable) |
void |
setOptions(String[] options) |
void |
setScript(String script) |
void |
setType(String type) |
void |
setValue(String value) |
public ThemeSettingImpl(boolean configurable, String[] options, String script, String type, String value)
public static String namespaceProperty(String device)
public static String namespaceProperty(String device, String key)
public String[] getOptions()
getOptions
in interface com.liferay.portal.kernel.model.ThemeSetting
public String getScript()
getScript
in interface com.liferay.portal.kernel.model.ThemeSetting
public String getType()
getType
in interface com.liferay.portal.kernel.model.ThemeSetting
public String getValue()
getValue
in interface com.liferay.portal.kernel.model.ThemeSetting
public boolean isConfigurable()
isConfigurable
in interface com.liferay.portal.kernel.model.ThemeSetting
public void setConfigurable(boolean configurable)
setConfigurable
in interface com.liferay.portal.kernel.model.ThemeSetting
public void setOptions(String[] options)
setOptions
in interface com.liferay.portal.kernel.model.ThemeSetting
public void setScript(String script)
setScript
in interface com.liferay.portal.kernel.model.ThemeSetting
public void setType(String type)
setType
in interface com.liferay.portal.kernel.model.ThemeSetting
public void setValue(String value)
setValue
in interface com.liferay.portal.kernel.model.ThemeSetting