Package com.liferay.portal.model.impl
Class PortletPreferencesCacheModel
Object
com.liferay.portal.model.impl.PortletPreferencesCacheModel
- All Implemented Interfaces:
com.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.PortletPreferences>
,com.liferay.portal.kernel.model.MVCCModel
,Externalizable
,Serializable
public class PortletPreferencesCacheModel
extends Object
implements com.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.PortletPreferences>, Externalizable, com.liferay.portal.kernel.model.MVCCModel
The cache model class for representing PortletPreferences in entity cache.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
FieldsModifier and TypeFieldDescriptionlong
long
long
long
int
long
long
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
long
int
hashCode()
void
readExternal
(ObjectInput objectInput) void
setMvccVersion
(long mvccVersion) com.liferay.portal.kernel.model.PortletPreferences
toString()
void
writeExternal
(ObjectOutput objectOutput)
-
Field Details
-
mvccVersion
public long mvccVersion -
ctCollectionId
public long ctCollectionId -
portletPreferencesId
public long portletPreferencesId -
companyId
public long companyId -
ownerId
public long ownerId -
ownerType
public int ownerType -
plid
public long plid -
portletId
-
-
Constructor Details
-
PortletPreferencesCacheModel
public PortletPreferencesCacheModel()
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
getMvccVersion
public long getMvccVersion()- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
-
setMvccVersion
public void setMvccVersion(long mvccVersion) - Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
-
toString
-
toEntityModel
public com.liferay.portal.kernel.model.PortletPreferences toEntityModel()- Specified by:
toEntityModel
in interfacecom.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.PortletPreferences>
-
readExternal
- Specified by:
readExternal
in interfaceExternalizable
- Throws:
IOException
-
writeExternal
- Specified by:
writeExternal
in interfaceExternalizable
- Throws:
IOException
-