com.liferay.portlet.expando.model.impl
Class ExpandoValueCacheModel
java.lang.Object
com.liferay.portlet.expando.model.impl.ExpandoValueCacheModel
- All Implemented Interfaces:
- com.liferay.portal.model.CacheModel<com.liferay.portlet.expando.model.ExpandoValue>, java.io.Serializable
public class ExpandoValueCacheModel
- extends java.lang.Object
- implements com.liferay.portal.model.CacheModel<com.liferay.portlet.expando.model.ExpandoValue>, java.io.Serializable
The cache model class for representing ExpandoValue in entity cache.
- Author:
- Brian Wing Shun Chan
- See Also:
ExpandoValue,
Serialized Form- Generated:
|
Method Summary |
com.liferay.portlet.expando.model.ExpandoValue |
toEntityModel()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
valueId
public long valueId
companyId
public long companyId
tableId
public long tableId
columnId
public long columnId
rowId
public long rowId
classNameId
public long classNameId
classPK
public long classPK
data
public java.lang.String data
ExpandoValueCacheModel
public ExpandoValueCacheModel()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
toEntityModel
public com.liferay.portlet.expando.model.ExpandoValue toEntityModel()
- Specified by:
toEntityModel in interface com.liferay.portal.model.CacheModel<com.liferay.portlet.expando.model.ExpandoValue>