com.liferay.portal.model.impl
Class PortletPreferencesCacheModel

java.lang.Object
  extended by 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:

Field Summary
 long ownerId
           
 int ownerType
           
 long plid
           
 java.lang.String portletId
           
 long portletPreferencesId
           
 java.lang.String preferences
           
 
Constructor Summary
PortletPreferencesCacheModel()
           
 
Method Summary
 com.liferay.portal.model.PortletPreferences toEntityModel()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

PortletPreferencesCacheModel

public PortletPreferencesCacheModel()
Method Detail

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>