@ProviderType
public class ExpandoRowCacheModel
extends java.lang.Object
implements com.liferay.portal.model.CacheModel<com.liferay.portlet.expando.model.ExpandoRow>, java.io.Externalizable
ExpandoRow,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
long |
classPK |
long |
companyId |
long |
modifiedDate |
long |
rowId |
long |
tableId |
| Constructor and Description |
|---|
ExpandoRowCacheModel() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
void |
readExternal(java.io.ObjectInput objectInput) |
com.liferay.portlet.expando.model.ExpandoRow |
toEntityModel() |
java.lang.String |
toString() |
void |
writeExternal(java.io.ObjectOutput objectOutput) |
public long rowId
public long companyId
public long modifiedDate
public long tableId
public long classPK
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.expando.model.ExpandoRow toEntityModel()
toEntityModel in interface com.liferay.portal.model.CacheModel<com.liferay.portlet.expando.model.ExpandoRow>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