com.liferay.portlet.expando.model.impl
Class ExpandoRowCacheModel
java.lang.Object
com.liferay.portlet.expando.model.impl.ExpandoRowCacheModel
- All Implemented Interfaces:
- CacheModel<ExpandoRow>, Externalizable, Serializable
public class ExpandoRowCacheModel
- extends Object
- implements CacheModel<ExpandoRow>, Externalizable
The cache model class for representing ExpandoRow in entity cache.
- See Also:
ExpandoRow
,
Serialized Form- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
rowId
public long rowId
companyId
public long companyId
modifiedDate
public long modifiedDate
tableId
public long tableId
classPK
public long classPK
ExpandoRowCacheModel
public ExpandoRowCacheModel()
toString
public String toString()
- Overrides:
toString
in class Object
toEntityModel
public ExpandoRow toEntityModel()
- Specified by:
toEntityModel
in interface CacheModel<ExpandoRow>
readExternal
public void readExternal(ObjectInput objectInput)
throws IOException
- Specified by:
readExternal
in interface Externalizable
- Throws:
IOException
writeExternal
public void writeExternal(ObjectOutput objectOutput)
throws IOException
- Specified by:
writeExternal
in interface Externalizable
- Throws:
IOException