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 TypeMethodDescriptionintcompareTo(PortletDecorator portletDecorator) booleangetName()inthashCode()booleanvoidsetCssClass(String cssClass) voidsetDefaultPortletDecorator(boolean defaultPortletDecorator) voidvoidsetPortletDecoratorThumbnailPath(String portletDecoratorThumbnailPath)
-
Constructor Details
-
PortletDecoratorImpl
public PortletDecoratorImpl() -
PortletDecoratorImpl
-
PortletDecoratorImpl
-
-
Method Details
-
compareTo
- Specified by:
compareToin interfaceComparable<PortletDecorator>
-
equals
-
getCssClass
- Specified by:
getCssClassin interfacePortletDecorator
-
getName
- Specified by:
getNamein interfacePortletDecorator
-
getPortletDecoratorId
- Specified by:
getPortletDecoratorIdin interfacePortletDecorator
-
getPortletDecoratorThumbnailPath
- Specified by:
getPortletDecoratorThumbnailPathin interfacePortletDecorator
-
hashCode
public int hashCode() -
isDefaultPortletDecorator
public boolean isDefaultPortletDecorator()- Specified by:
isDefaultPortletDecoratorin interfacePortletDecorator
-
setCssClass
- Specified by:
setCssClassin interfacePortletDecorator
-
setDefaultPortletDecorator
public void setDefaultPortletDecorator(boolean defaultPortletDecorator) - Specified by:
setDefaultPortletDecoratorin interfacePortletDecorator
-
setName
- Specified by:
setNamein interfacePortletDecorator
-
setPortletDecoratorThumbnailPath
- Specified by:
setPortletDecoratorThumbnailPathin interfacePortletDecorator
-