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

java.lang.Object
  extended by com.liferay.portlet.shopping.model.impl.ShoppingItemFieldCacheModel
All Implemented Interfaces:
com.liferay.portal.model.CacheModel<com.liferay.portlet.shopping.model.ShoppingItemField>, java.io.Serializable

public class ShoppingItemFieldCacheModel
extends java.lang.Object
implements com.liferay.portal.model.CacheModel<com.liferay.portlet.shopping.model.ShoppingItemField>, java.io.Serializable

The cache model class for representing ShoppingItemField in entity cache.

Author:
Brian Wing Shun Chan
See Also:
ShoppingItemField, Serialized Form
Generated:

Field Summary
 java.lang.String description
           
 long itemFieldId
           
 long itemId
           
 java.lang.String name
           
 java.lang.String values
           
 
Constructor Summary
ShoppingItemFieldCacheModel()
           
 
Method Summary
 com.liferay.portlet.shopping.model.ShoppingItemField toEntityModel()
           
 java.lang.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 java.lang.String name

values

public java.lang.String values

description

public java.lang.String description
Constructor Detail

ShoppingItemFieldCacheModel

public ShoppingItemFieldCacheModel()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

toEntityModel

public com.liferay.portlet.shopping.model.ShoppingItemField toEntityModel()
Specified by:
toEntityModel in interface com.liferay.portal.model.CacheModel<com.liferay.portlet.shopping.model.ShoppingItemField>