com.liferay.portal.model.impl
Class ThemeSettingImpl

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

public class ThemeSettingImpl
extends java.lang.Object
implements com.liferay.portal.model.ThemeSetting

Author:
Julio Camarero, Raymond Augé

Constructor Summary
ThemeSettingImpl(boolean configurable, java.lang.String[] options, java.lang.String script, java.lang.String type, java.lang.String value)
           
 
Method Summary
 java.lang.String[] getOptions()
           
 java.lang.String getScript()
           
 java.lang.String getType()
           
 java.lang.String getValue()
           
 boolean isConfigurable()
           
static java.lang.String namespaceProperty(java.lang.String device)
           
static java.lang.String namespaceProperty(java.lang.String device, java.lang.String key)
           
 void setConfigurable(boolean configurable)
           
 void setOptions(java.lang.String[] options)
           
 void setScript(java.lang.String script)
           
 void setType(java.lang.String type)
           
 void setValue(java.lang.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,
                        java.lang.String[] options,
                        java.lang.String script,
                        java.lang.String type,
                        java.lang.String value)
Method Detail

namespaceProperty

public static java.lang.String namespaceProperty(java.lang.String device)

namespaceProperty

public static java.lang.String namespaceProperty(java.lang.String device,
                                                 java.lang.String key)

getOptions

public java.lang.String[] getOptions()
Specified by:
getOptions in interface com.liferay.portal.model.ThemeSetting

getScript

public java.lang.String getScript()
Specified by:
getScript in interface com.liferay.portal.model.ThemeSetting

getType

public java.lang.String getType()
Specified by:
getType in interface com.liferay.portal.model.ThemeSetting

getValue

public java.lang.String getValue()
Specified by:
getValue in interface com.liferay.portal.model.ThemeSetting

isConfigurable

public boolean isConfigurable()
Specified by:
isConfigurable in interface com.liferay.portal.model.ThemeSetting

setConfigurable

public void setConfigurable(boolean configurable)
Specified by:
setConfigurable in interface com.liferay.portal.model.ThemeSetting

setOptions

public void setOptions(java.lang.String[] options)
Specified by:
setOptions in interface com.liferay.portal.model.ThemeSetting

setScript

public void setScript(java.lang.String script)
Specified by:
setScript in interface com.liferay.portal.model.ThemeSetting

setType

public void setType(java.lang.String type)
Specified by:
setType in interface com.liferay.portal.model.ThemeSetting

setValue

public void setValue(java.lang.String value)
Specified by:
setValue in interface com.liferay.portal.model.ThemeSetting