Liferay 6.1.2-ce-ga3

com.liferay.portlet.shopping.model.impl
Class ShoppingItemFieldCacheModel

java.lang.Object
  extended by 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.

Field Summary
 String description
           
 long itemFieldId
           
 long itemId
           
 String name
           
 String values
           
 
Constructor Summary
ShoppingItemFieldCacheModel()
           
 
Method Summary
 ShoppingItemField toEntityModel()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

itemFieldId

public long itemFieldId

itemId

public long itemId

name

public String name

values

public String values

description

public String description
Constructor Detail

ShoppingItemFieldCacheModel

public ShoppingItemFieldCacheModel()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toEntityModel

public ShoppingItemField toEntityModel()
Specified by:
toEntityModel in interface CacheModel<ShoppingItemField>

Liferay 6.1.2-ce-ga3