Package com.liferay.expando.kernel.model
Class BaseCustomAttributesDisplay
Object
com.liferay.expando.kernel.model.BaseCustomAttributesDisplay
- All Implemented Interfaces:
CustomAttributesDisplay
- Author:
- Jorge Ferrer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
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.expando.kernel.model.CustomAttributesDisplay
getClassName, getFeatureFlagKey
-
Constructor Details
-
BaseCustomAttributesDisplay
public BaseCustomAttributesDisplay()
-
-
Method Details
-
getClassNameId
public long getClassNameId() -
getIconCssClass
- Specified by:
getIconCssClass
in interfaceCustomAttributesDisplay
-
getPortletId
- Specified by:
getPortletId
in interfaceCustomAttributesDisplay
-
setClassNameId
public void setClassNameId(long classNameId) - Specified by:
setClassNameId
in interfaceCustomAttributesDisplay
-
setPortletId
- Specified by:
setPortletId
in interfaceCustomAttributesDisplay
-