Liferay 7.0-ce-b4

com.liferay.portal.model.impl
Class PortletDecoratorImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.PortletDecoratorImpl
All Implemented Interfaces:
PortletDecorator, Serializable, Comparable<PortletDecorator>

public class PortletDecoratorImpl
extends Object
implements PortletDecorator

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.liferay.portal.model.PortletDecorator
NAME_ACCESSOR
 
Constructor Summary
PortletDecoratorImpl()
           
PortletDecoratorImpl(String portletDecoratorId)
           
PortletDecoratorImpl(String portletDecoratorId, String name, String cssClass)
           
 
Method Summary
 int compareTo(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)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletDecoratorImpl

public PortletDecoratorImpl()

PortletDecoratorImpl

public PortletDecoratorImpl(String portletDecoratorId)

PortletDecoratorImpl

public PortletDecoratorImpl(String portletDecoratorId,
                            String name,
                            String cssClass)
Method Detail

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

Liferay 7.0-ce-b4