public class PortletPreferenceValueCacheModel
extends java.lang.Object
implements com.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.PortletPreferenceValue>, java.io.Externalizable, com.liferay.portal.kernel.model.MVCCModel
| Modifier and Type | Field and Description |
|---|---|
long |
companyId |
long |
ctCollectionId |
int |
index |
java.lang.String |
largeValue |
long |
mvccVersion |
java.lang.String |
name |
long |
portletPreferencesId |
long |
portletPreferenceValueId |
boolean |
readOnly |
java.lang.String |
smallValue |
| Constructor and Description |
|---|
PortletPreferenceValueCacheModel() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
long |
getMvccVersion() |
int |
hashCode() |
void |
readExternal(java.io.ObjectInput objectInput) |
void |
setMvccVersion(long mvccVersion) |
com.liferay.portal.kernel.model.PortletPreferenceValue |
toEntityModel() |
java.lang.String |
toString() |
void |
writeExternal(java.io.ObjectOutput objectOutput) |
public long mvccVersion
public long ctCollectionId
public long portletPreferenceValueId
public long companyId
public long portletPreferencesId
public int index
public java.lang.String largeValue
public java.lang.String name
public boolean readOnly
public java.lang.String smallValue
public boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic long getMvccVersion()
getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelpublic java.lang.String toString()
toString in class java.lang.Objectpublic com.liferay.portal.kernel.model.PortletPreferenceValue toEntityModel()
toEntityModel in interface com.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.PortletPreferenceValue>public void readExternal(java.io.ObjectInput objectInput)
throws java.lang.ClassNotFoundException,
java.io.IOException
readExternal in interface java.io.Externalizablejava.lang.ClassNotFoundExceptionjava.io.IOExceptionpublic void writeExternal(java.io.ObjectOutput objectOutput)
throws java.io.IOException
writeExternal in interface java.io.Externalizablejava.io.IOException