Liferay 6.2-ce-ga5

com.liferay.portal.model.impl
Class ColorSchemeImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.ColorSchemeImpl
All Implemented Interfaces:
ColorScheme, Serializable, Comparable<ColorScheme>

public class ColorSchemeImpl
extends Object
implements ColorScheme

See Also:
Serialized Form

Constructor Summary
ColorSchemeImpl()
           
ColorSchemeImpl(String colorSchemeId)
           
ColorSchemeImpl(String colorSchemeId, String name, String cssClass)
           
 
Method Summary
 int compareTo(ColorScheme colorScheme)
           
 boolean equals(Object obj)
           
 String getColorSchemeId()
           
 String getColorSchemeImagesPath()
           
 String getColorSchemeThumbnailPath()
           
 String getCssClass()
           
 boolean getDefaultCs()
           
 String getName()
           
 String getSetting(String key)
           
 String getSettings()
           
 Properties getSettingsProperties()
           
 int hashCode()
           
 boolean isDefaultCs()
           
 void setColorSchemeImagesPath(String colorSchemeImagesPath)
           
 void setCssClass(String cssClass)
           
 void setDefaultCs(boolean defaultCs)
           
 void setName(String name)
           
 void setSettings(String settings)
           
 void setSettingsProperties(Properties settingsProperties)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColorSchemeImpl

public ColorSchemeImpl()

ColorSchemeImpl

public ColorSchemeImpl(String colorSchemeId)

ColorSchemeImpl

public ColorSchemeImpl(String colorSchemeId,
                       String name,
                       String cssClass)
Method Detail

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

Liferay 6.2-ce-ga5