public class PortletDecoratorImpl extends Object implements PortletDecorator
NAME_ACCESSOR| Constructor and Description |
|---|
PortletDecoratorImpl() |
PortletDecoratorImpl(String portletDecoratorId) |
PortletDecoratorImpl(String portletDecoratorId,
String name,
String cssClass) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(PortletDecorator portletDecorator) |
boolean |
equals(Object object) |
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 PortletDecoratorImpl(String portletDecoratorId,
String name,
String cssClass)
public int compareTo(PortletDecorator portletDecorator)
compareTo in interface Comparable<PortletDecorator>public boolean equals(Object object)
equals in class Objectpublic String getCssClass()
getCssClass in interface PortletDecoratorpublic String getName()
getName in interface PortletDecoratorpublic String getPortletDecoratorId()
getPortletDecoratorId in interface PortletDecoratorpublic String getPortletDecoratorThumbnailPath()
getPortletDecoratorThumbnailPath in interface PortletDecoratorpublic int hashCode()
hashCode in class Objectpublic boolean isDefaultPortletDecorator()
isDefaultPortletDecorator in interface PortletDecoratorpublic void setCssClass(String cssClass)
setCssClass in interface PortletDecoratorpublic void setDefaultPortletDecorator(boolean defaultPortletDecorator)
setDefaultPortletDecorator in interface PortletDecoratorpublic void setName(String name)
setName in interface PortletDecoratorpublic void setPortletDecoratorThumbnailPath(String portletDecoratorThumbnailPath)
setPortletDecoratorThumbnailPath in interface PortletDecorator