com.liferay.portal.model.impl
Class PortletPreferencesCacheModel
java.lang.Object
com.liferay.portal.model.impl.PortletPreferencesCacheModel
- All Implemented Interfaces:
- CacheModel<PortletPreferences>, Serializable
public class PortletPreferencesCacheModel
- extends Object
- implements CacheModel<PortletPreferences>, Serializable
The cache model class for representing PortletPreferences in entity cache.
- See Also:
PortletPreferences
,
Serialized Form- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
portletPreferencesId
public long portletPreferencesId
ownerId
public long ownerId
ownerType
public int ownerType
plid
public long plid
portletId
public String portletId
preferences
public String preferences
PortletPreferencesCacheModel
public PortletPreferencesCacheModel()
toString
public String toString()
- Overrides:
toString
in class Object
toEntityModel
public PortletPreferences toEntityModel()
- Specified by:
toEntityModel
in interface CacheModel<PortletPreferences>