Liferay 7.0-ce-b4

com.liferay.portal.model
Interface PortletDecorator

All Superinterfaces:
Comparable<PortletDecorator>, Serializable

public interface PortletDecorator
extends Comparable<PortletDecorator>, Serializable


Field Summary
static Accessor<PortletDecorator,String> NAME_ACCESSOR
           
 
Method Summary
 String getCssClass()
           
 String getName()
           
 String getPortletDecoratorId()
           
 String getPortletDecoratorThumbnailPath()
           
 boolean isDefaultPortletDecorator()
           
 void setCssClass(String cssClass)
           
 void setDefaultPortletDecorator(boolean defaultPortletDecorator)
           
 void setName(String name)
           
 void setPortletDecoratorThumbnailPath(String portletDecoratorThumbnailPath)
           
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Field Detail

NAME_ACCESSOR

static final Accessor<PortletDecorator,String> NAME_ACCESSOR
Method Detail

getCssClass

String getCssClass()

getName

String getName()

getPortletDecoratorId

String getPortletDecoratorId()

getPortletDecoratorThumbnailPath

String getPortletDecoratorThumbnailPath()

isDefaultPortletDecorator

boolean isDefaultPortletDecorator()

setCssClass

void setCssClass(String cssClass)

setDefaultPortletDecorator

void setDefaultPortletDecorator(boolean defaultPortletDecorator)

setName

void setName(String name)

setPortletDecoratorThumbnailPath

void setPortletDecoratorThumbnailPath(String portletDecoratorThumbnailPath)

Liferay 7.0-ce-b4