com.liferay.portlet.shopping.model.impl
Class ShoppingItemFieldCacheModel
java.lang.Object
com.liferay.portlet.shopping.model.impl.ShoppingItemFieldCacheModel
- All Implemented Interfaces:
- CacheModel<ShoppingItemField>, Serializable
public class ShoppingItemFieldCacheModel
- extends Object
- implements CacheModel<ShoppingItemField>, Serializable
The cache model class for representing ShoppingItemField in entity cache.
- See Also:
ShoppingItemField
,
Serialized Form- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
itemFieldId
public long itemFieldId
itemId
public long itemId
name
public String name
values
public String values
description
public String description
ShoppingItemFieldCacheModel
public ShoppingItemFieldCacheModel()
toString
public String toString()
- Overrides:
toString
in class Object
toEntityModel
public ShoppingItemField toEntityModel()
- Specified by:
toEntityModel
in interface CacheModel<ShoppingItemField>