Liferay 7.0-ce-b8 portal-impl

com.liferay.portal.model.impl
Class ColorSchemeImpl

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

public class ColorSchemeImpl
extends Object
implements com.liferay.portal.kernel.model.ColorScheme

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.liferay.portal.kernel.model.ColorScheme
NAME_ACCESSOR
 
Constructor Summary
ColorSchemeImpl()
           
ColorSchemeImpl(String colorSchemeId)
           
ColorSchemeImpl(String colorSchemeId, String name, String cssClass)
           
 
Method Summary
 int compareTo(com.liferay.portal.kernel.model.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(com.liferay.portal.kernel.model.ColorScheme colorScheme)
Specified by:
compareTo in interface Comparable<com.liferay.portal.kernel.model.ColorScheme>

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

getColorSchemeId

public String getColorSchemeId()
Specified by:
getColorSchemeId in interface com.liferay.portal.kernel.model.ColorScheme

getColorSchemeImagesPath

public String getColorSchemeImagesPath()
Specified by:
getColorSchemeImagesPath in interface com.liferay.portal.kernel.model.ColorScheme

getColorSchemeThumbnailPath

public String getColorSchemeThumbnailPath()
Specified by:
getColorSchemeThumbnailPath in interface com.liferay.portal.kernel.model.ColorScheme

getCssClass

public String getCssClass()
Specified by:
getCssClass in interface com.liferay.portal.kernel.model.ColorScheme

getDefaultCs

public boolean getDefaultCs()
Specified by:
getDefaultCs in interface com.liferay.portal.kernel.model.ColorScheme

getName

public String getName()
Specified by:
getName in interface com.liferay.portal.kernel.model.ColorScheme

getSetting

public String getSetting(String key)
Specified by:
getSetting in interface com.liferay.portal.kernel.model.ColorScheme

getSettings

public String getSettings()
Specified by:
getSettings in interface com.liferay.portal.kernel.model.ColorScheme

getSettingsProperties

public Properties getSettingsProperties()
Specified by:
getSettingsProperties in interface com.liferay.portal.kernel.model.ColorScheme

hashCode

public int hashCode()
Overrides:
hashCode in class Object

isDefaultCs

public boolean isDefaultCs()
Specified by:
isDefaultCs in interface com.liferay.portal.kernel.model.ColorScheme

setColorSchemeImagesPath

public void setColorSchemeImagesPath(String colorSchemeImagesPath)
Specified by:
setColorSchemeImagesPath in interface com.liferay.portal.kernel.model.ColorScheme

setCssClass

public void setCssClass(String cssClass)
Specified by:
setCssClass in interface com.liferay.portal.kernel.model.ColorScheme

setDefaultCs

public void setDefaultCs(boolean defaultCs)
Specified by:
setDefaultCs in interface com.liferay.portal.kernel.model.ColorScheme

setName

public void setName(String name)
Specified by:
setName in interface com.liferay.portal.kernel.model.ColorScheme

setSettings

public void setSettings(String settings)
Specified by:
setSettings in interface com.liferay.portal.kernel.model.ColorScheme

setSettingsProperties

public void setSettingsProperties(Properties settingsProperties)
Specified by:
setSettingsProperties in interface com.liferay.portal.kernel.model.ColorScheme

Liferay 7.0-ce-b8 portal-impl