Liferay 6.1.2-ce-ga3

com.liferay.portlet.expando.model
Class BaseCustomAttributesDisplay

java.lang.Object
  extended by com.liferay.portlet.expando.model.BaseCustomAttributesDisplay
All Implemented Interfaces:
CustomAttributesDisplay

public abstract class BaseCustomAttributesDisplay
extends Object
implements CustomAttributesDisplay


Constructor Summary
BaseCustomAttributesDisplay()
           
 
Method Summary
 long getClassNameId()
           
 String getIconPath(ThemeDisplay themeDisplay)
           
 String getPortletId()
           
 void setClassNameId(long classNameId)
           
 void setPortletId(String portletId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portlet.expando.model.CustomAttributesDisplay
getClassName
 

Constructor Detail

BaseCustomAttributesDisplay

public BaseCustomAttributesDisplay()
Method Detail

getClassNameId

public long getClassNameId()

getIconPath

public String getIconPath(ThemeDisplay themeDisplay)
Specified by:
getIconPath in interface CustomAttributesDisplay

getPortletId

public String getPortletId()
Specified by:
getPortletId in interface CustomAttributesDisplay

setClassNameId

public void setClassNameId(long classNameId)
Specified by:
setClassNameId in interface CustomAttributesDisplay

setPortletId

public void setPortletId(String portletId)
Specified by:
setPortletId in interface CustomAttributesDisplay

Liferay 6.1.2-ce-ga3