com.liferay.portal.model.impl
Class PortletCacheModel
java.lang.Object
com.liferay.portal.model.impl.PortletCacheModel
- All Implemented Interfaces:
- com.liferay.portal.model.CacheModel<com.liferay.portal.model.Portlet>, java.io.Serializable
public class PortletCacheModel
- extends java.lang.Object
- implements com.liferay.portal.model.CacheModel<com.liferay.portal.model.Portlet>, java.io.Serializable
The cache model class for representing Portlet in entity cache.
- Author:
- Brian Wing Shun Chan
- See Also:
Portlet,
Serialized Form- Generated:
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
id
public long id
companyId
public long companyId
portletId
public java.lang.String portletId
roles
public java.lang.String roles
active
public boolean active
PortletCacheModel
public PortletCacheModel()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
toEntityModel
public com.liferay.portal.model.Portlet toEntityModel()
- Specified by:
toEntityModel in interface com.liferay.portal.model.CacheModel<com.liferay.portal.model.Portlet>