public class PortalPreferenceValueCacheModel
extends Object
implements com.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.PortalPreferenceValue>, Externalizable, com.liferay.portal.kernel.model.MVCCModel
Modifier and Type | Field and Description |
---|---|
long |
companyId |
int |
index |
String |
key |
String |
largeValue |
long |
mvccVersion |
String |
namespace |
long |
portalPreferencesId |
long |
portalPreferenceValueId |
String |
smallValue |
Constructor and Description |
---|
PortalPreferenceValueCacheModel() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
long |
getMvccVersion() |
int |
hashCode() |
void |
readExternal(ObjectInput objectInput) |
void |
setMvccVersion(long mvccVersion) |
com.liferay.portal.kernel.model.PortalPreferenceValue |
toEntityModel() |
String |
toString() |
void |
writeExternal(ObjectOutput objectOutput) |
public long mvccVersion
public long portalPreferenceValueId
public long companyId
public long portalPreferencesId
public int index
public String key
public String largeValue
public String namespace
public String smallValue
public boolean equals(Object object)
equals
in class Object
public int hashCode()
hashCode
in class Object
public long getMvccVersion()
getMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
public void setMvccVersion(long mvccVersion)
setMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
public String toString()
toString
in class Object
public com.liferay.portal.kernel.model.PortalPreferenceValue toEntityModel()
toEntityModel
in interface com.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.PortalPreferenceValue>
public void readExternal(ObjectInput objectInput) throws ClassNotFoundException, IOException
readExternal
in interface Externalizable
ClassNotFoundException
IOException
public void writeExternal(ObjectOutput objectOutput) throws IOException
writeExternal
in interface Externalizable
IOException