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 TypeMethodDescriptionlongvoidsetClassNameId(long classNameId) voidsetPortletId(String portletId) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
getIconCssClassin interfaceCustomAttributesDisplay
-
getPortletId
- Specified by:
getPortletIdin interfaceCustomAttributesDisplay
-
setClassNameId
public void setClassNameId(long classNameId) - Specified by:
setClassNameIdin interfaceCustomAttributesDisplay
-
setPortletId
- Specified by:
setPortletIdin interfaceCustomAttributesDisplay
-