Liferay 6.1.2-ce-ga3

com.liferay.portal.model.impl
Class ThemeSettingImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.ThemeSettingImpl
All Implemented Interfaces:
ThemeSetting

public class ThemeSettingImpl
extends Object
implements ThemeSetting


Constructor Summary
ThemeSettingImpl(boolean configurable, String[] options, String script, String type, String value)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThemeSettingImpl

public ThemeSettingImpl(boolean configurable,
                        String[] options,
                        String script,
                        String type,
                        String value)
Method Detail

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 ThemeSetting

getScript

public String getScript()
Specified by:
getScript in interface ThemeSetting

getType

public String getType()
Specified by:
getType in interface ThemeSetting

getValue

public String getValue()
Specified by:
getValue in interface ThemeSetting

isConfigurable

public boolean isConfigurable()
Specified by:
isConfigurable in interface ThemeSetting

setConfigurable

public void setConfigurable(boolean configurable)
Specified by:
setConfigurable in interface ThemeSetting

setOptions

public void setOptions(String[] options)
Specified by:
setOptions in interface ThemeSetting

setScript

public void setScript(String script)
Specified by:
setScript in interface ThemeSetting

setType

public void setType(String type)
Specified by:
setType in interface ThemeSetting

setValue

public void setValue(String value)
Specified by:
setValue in interface ThemeSetting

Liferay 6.1.2-ce-ga3