Class PortletDecoratorImpl
Object
com.liferay.portal.kernel.internal.portlet.decorator.PortletDecoratorImpl
- All Implemented Interfaces:
PortletDecorator
,Serializable
,Comparable<PortletDecorator>
- Author:
- Eduardo GarcĂa
- See Also:
-
Field Summary
Fields inherited from interface com.liferay.portal.kernel.model.PortletDecorator
NAME_ACCESSOR
-
Constructor Summary
ConstructorsConstructorDescriptionPortletDecoratorImpl
(String portletDecoratorId) PortletDecoratorImpl
(String portletDecoratorId, String name, String cssClass) -
Method Summary
Modifier and TypeMethodDescriptionint
compareTo
(PortletDecorator portletDecorator) boolean
getName()
int
hashCode()
boolean
void
setCssClass
(String cssClass) void
setDefaultPortletDecorator
(boolean defaultPortletDecorator) void
void
setPortletDecoratorThumbnailPath
(String portletDecoratorThumbnailPath)
-
Constructor Details
-
PortletDecoratorImpl
public PortletDecoratorImpl() -
PortletDecoratorImpl
-
PortletDecoratorImpl
-
-
Method Details
-
compareTo
- Specified by:
compareTo
in interfaceComparable<PortletDecorator>
-
equals
-
getCssClass
- Specified by:
getCssClass
in interfacePortletDecorator
-
getName
- Specified by:
getName
in interfacePortletDecorator
-
getPortletDecoratorId
- Specified by:
getPortletDecoratorId
in interfacePortletDecorator
-
getPortletDecoratorThumbnailPath
- Specified by:
getPortletDecoratorThumbnailPath
in interfacePortletDecorator
-
hashCode
public int hashCode() -
isDefaultPortletDecorator
public boolean isDefaultPortletDecorator()- Specified by:
isDefaultPortletDecorator
in interfacePortletDecorator
-
setCssClass
- Specified by:
setCssClass
in interfacePortletDecorator
-
setDefaultPortletDecorator
public void setDefaultPortletDecorator(boolean defaultPortletDecorator) - Specified by:
setDefaultPortletDecorator
in interfacePortletDecorator
-
setName
- Specified by:
setName
in interfacePortletDecorator
-
setPortletDecoratorThumbnailPath
- Specified by:
setPortletDecoratorThumbnailPath
in interfacePortletDecorator
-