@ProviderType
public class RatingsEntryCacheModel
extends java.lang.Object
implements com.liferay.portal.model.CacheModel<com.liferay.portlet.ratings.model.RatingsEntry>, java.io.Externalizable
RatingsEntry,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
long |
classNameId |
long |
classPK |
long |
companyId |
long |
createDate |
long |
entryId |
long |
lastPublishDate |
long |
modifiedDate |
double |
score |
long |
userId |
java.lang.String |
userName |
java.lang.String |
uuid |
| Constructor and Description |
|---|
RatingsEntryCacheModel() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
void |
readExternal(java.io.ObjectInput objectInput) |
com.liferay.portlet.ratings.model.RatingsEntry |
toEntityModel() |
java.lang.String |
toString() |
void |
writeExternal(java.io.ObjectOutput objectOutput) |
public java.lang.String uuid
public long entryId
public long companyId
public long userId
public java.lang.String userName
public long createDate
public long modifiedDate
public long classNameId
public long classPK
public double score
public long lastPublishDate
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic com.liferay.portlet.ratings.model.RatingsEntry toEntityModel()
toEntityModel in interface com.liferay.portal.model.CacheModel<com.liferay.portlet.ratings.model.RatingsEntry>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