com.liferay.portal.model.impl
Class ColorSchemeImpl
java.lang.Object
com.liferay.portal.model.impl.ColorSchemeImpl
- All Implemented Interfaces:
- ColorScheme, Serializable, Comparable<ColorScheme>
public class ColorSchemeImpl
- extends Object
- implements ColorScheme
- See Also:
- Serialized Form
ColorSchemeImpl
public ColorSchemeImpl()
ColorSchemeImpl
public ColorSchemeImpl(String colorSchemeId)
ColorSchemeImpl
public ColorSchemeImpl(String colorSchemeId,
String name,
String cssClass)
compareTo
public int compareTo(ColorScheme colorScheme)
- Specified by:
compareTo in interface Comparable<ColorScheme>
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
getColorSchemeId
public String getColorSchemeId()
- Specified by:
getColorSchemeId in interface ColorScheme
getColorSchemeImagesPath
public String getColorSchemeImagesPath()
- Specified by:
getColorSchemeImagesPath in interface ColorScheme
getColorSchemeThumbnailPath
public String getColorSchemeThumbnailPath()
- Specified by:
getColorSchemeThumbnailPath in interface ColorScheme
getCssClass
public String getCssClass()
- Specified by:
getCssClass in interface ColorScheme
getDefaultCs
public boolean getDefaultCs()
- Specified by:
getDefaultCs in interface ColorScheme
getName
public String getName()
- Specified by:
getName in interface ColorScheme
getSetting
public String getSetting(String key)
- Specified by:
getSetting in interface ColorScheme
getSettings
public String getSettings()
- Specified by:
getSettings in interface ColorScheme
getSettingsProperties
public Properties getSettingsProperties()
- Specified by:
getSettingsProperties in interface ColorScheme
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
isDefaultCs
public boolean isDefaultCs()
- Specified by:
isDefaultCs in interface ColorScheme
setColorSchemeImagesPath
public void setColorSchemeImagesPath(String colorSchemeImagesPath)
- Specified by:
setColorSchemeImagesPath in interface ColorScheme
setCssClass
public void setCssClass(String cssClass)
- Specified by:
setCssClass in interface ColorScheme
setDefaultCs
public void setDefaultCs(boolean defaultCs)
- Specified by:
setDefaultCs in interface ColorScheme
setName
public void setName(String name)
- Specified by:
setName in interface ColorScheme
setSettings
public void setSettings(String settings)
- Specified by:
setSettings in interface ColorScheme
setSettingsProperties
public void setSettingsProperties(Properties settingsProperties)
- Specified by:
setSettingsProperties in interface ColorScheme