public class PortalPreferencesCacheModel
extends java.lang.Object
implements com.liferay.portal.model.CacheModel<com.liferay.portal.model.PortalPreferences>, java.io.Externalizable
PortalPreferences,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
long |
ownerId |
int |
ownerType |
long |
portalPreferencesId |
java.lang.String |
preferences |
| Constructor and Description |
|---|
PortalPreferencesCacheModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
readExternal(java.io.ObjectInput objectInput) |
com.liferay.portal.model.PortalPreferences |
toEntityModel() |
java.lang.String |
toString() |
void |
writeExternal(java.io.ObjectOutput objectOutput) |
public long portalPreferencesId
public long ownerId
public int ownerType
public java.lang.String preferences
public java.lang.String toString()
toString in class java.lang.Objectpublic com.liferay.portal.model.PortalPreferences toEntityModel()
toEntityModel in interface com.liferay.portal.model.CacheModel<com.liferay.portal.model.PortalPreferences>public void readExternal(java.io.ObjectInput objectInput)
throws java.io.IOException
readExternal in interface java.io.Externalizablejava.io.IOExceptionpublic void writeExternal(java.io.ObjectOutput objectOutput)
throws java.io.IOException
writeExternal in interface java.io.Externalizablejava.io.IOException