com.liferay.portlet.expando.model.impl
Class ExpandoTableCacheModel
java.lang.Object
com.liferay.portlet.expando.model.impl.ExpandoTableCacheModel
- All Implemented Interfaces:
- CacheModel<ExpandoTable>, Externalizable, Serializable
public class ExpandoTableCacheModel
- extends Object
- implements CacheModel<ExpandoTable>, Externalizable
The cache model class for representing ExpandoTable in entity cache.
- See Also:
ExpandoTable
,
Serialized Form- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
tableId
public long tableId
companyId
public long companyId
classNameId
public long classNameId
name
public String name
ExpandoTableCacheModel
public ExpandoTableCacheModel()
toString
public String toString()
- Overrides:
toString
in class Object
toEntityModel
public ExpandoTable toEntityModel()
- Specified by:
toEntityModel
in interface CacheModel<ExpandoTable>
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