com.liferay.portal.model.impl
Class PortletDecoratorImpl
java.lang.Object
com.liferay.portal.model.impl.PortletDecoratorImpl
- All Implemented Interfaces:
- PortletDecorator, Serializable, Comparable<PortletDecorator>
public class PortletDecoratorImpl
- extends Object
- implements PortletDecorator
- See Also:
- Serialized Form
PortletDecoratorImpl
public PortletDecoratorImpl()
PortletDecoratorImpl
public PortletDecoratorImpl(String portletDecoratorId)
PortletDecoratorImpl
public PortletDecoratorImpl(String portletDecoratorId,
String name,
String cssClass)
compareTo
public int compareTo(PortletDecorator portletDecorator)
- Specified by:
compareTo in interface Comparable<PortletDecorator>
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
getCssClass
public String getCssClass()
- Specified by:
getCssClass in interface PortletDecorator
getName
public String getName()
- Specified by:
getName in interface PortletDecorator
getPortletDecoratorId
public String getPortletDecoratorId()
- Specified by:
getPortletDecoratorId in interface PortletDecorator
getPortletDecoratorThumbnailPath
public String getPortletDecoratorThumbnailPath()
- Specified by:
getPortletDecoratorThumbnailPath in interface PortletDecorator
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
isDefaultPortletDecorator
public boolean isDefaultPortletDecorator()
- Specified by:
isDefaultPortletDecorator in interface PortletDecorator
setCssClass
public void setCssClass(String cssClass)
- Specified by:
setCssClass in interface PortletDecorator
setDefaultPortletDecorator
public void setDefaultPortletDecorator(boolean defaultPortletDecorator)
- Specified by:
setDefaultPortletDecorator in interface PortletDecorator
setName
public void setName(String name)
- Specified by:
setName in interface PortletDecorator
setPortletDecoratorThumbnailPath
public void setPortletDecoratorThumbnailPath(String portletDecoratorThumbnailPath)
- Specified by:
setPortletDecoratorThumbnailPath in interface PortletDecorator