Liferay 6.1.2-ce-ga3

com.liferay.portal.model
Interface ThemeSetting

All Known Implementing Classes:
ThemeSettingImpl

public interface ThemeSetting


Method Summary
 String[] getOptions()
           
 String getScript()
           
 String getType()
           
 String getValue()
           
 boolean isConfigurable()
           
 void setConfigurable(boolean configurable)
           
 void setOptions(String[] options)
           
 void setScript(String script)
           
 void setType(String type)
           
 void setValue(String value)
           
 

Method Detail

getOptions

String[] getOptions()

getScript

String getScript()

getType

String getType()

getValue

String getValue()

isConfigurable

boolean isConfigurable()

setConfigurable

void setConfigurable(boolean configurable)

setOptions

void setOptions(String[] options)

setScript

void setScript(String script)

setType

void setType(String type)

setValue

void setValue(String value)

Liferay 6.1.2-ce-ga3