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