public class PortletDecoratorImpl extends Object implements com.liferay.portal.kernel.model.PortletDecorator
| Constructor and Description |
|---|
PortletDecoratorImpl() |
PortletDecoratorImpl(String portletDecoratorId) |
PortletDecoratorImpl(String portletDecoratorId,
String name,
String cssClass) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(com.liferay.portal.kernel.model.PortletDecorator portletDecorator) |
boolean |
equals(Object obj) |
String |
getCssClass() |
String |
getName() |
String |
getPortletDecoratorId() |
String |
getPortletDecoratorThumbnailPath() |
int |
hashCode() |
boolean |
isDefaultPortletDecorator() |
void |
setCssClass(String cssClass) |
void |
setDefaultPortletDecorator(boolean defaultPortletDecorator) |
void |
setName(String name) |
void |
setPortletDecoratorThumbnailPath(String portletDecoratorThumbnailPath) |
public PortletDecoratorImpl()
public PortletDecoratorImpl(String portletDecoratorId)
public int compareTo(com.liferay.portal.kernel.model.PortletDecorator portletDecorator)
compareTo in interface Comparable<com.liferay.portal.kernel.model.PortletDecorator>public String getCssClass()
getCssClass in interface com.liferay.portal.kernel.model.PortletDecoratorpublic String getName()
getName in interface com.liferay.portal.kernel.model.PortletDecoratorpublic String getPortletDecoratorId()
getPortletDecoratorId in interface com.liferay.portal.kernel.model.PortletDecoratorpublic String getPortletDecoratorThumbnailPath()
getPortletDecoratorThumbnailPath in interface com.liferay.portal.kernel.model.PortletDecoratorpublic boolean isDefaultPortletDecorator()
isDefaultPortletDecorator in interface com.liferay.portal.kernel.model.PortletDecoratorpublic void setCssClass(String cssClass)
setCssClass in interface com.liferay.portal.kernel.model.PortletDecoratorpublic void setDefaultPortletDecorator(boolean defaultPortletDecorator)
setDefaultPortletDecorator in interface com.liferay.portal.kernel.model.PortletDecoratorpublic void setName(String name)
setName in interface com.liferay.portal.kernel.model.PortletDecoratorpublic void setPortletDecoratorThumbnailPath(String portletDecoratorThumbnailPath)
setPortletDecoratorThumbnailPath in interface com.liferay.portal.kernel.model.PortletDecorator