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

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

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

The cache model class for representing ShoppingItem in entity cache.

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

Field Summary
 long categoryId
           
 long companyId
           
 long createDate
           
 java.lang.String description
           
 double discount
           
 boolean featured
           
 boolean fields
           
 java.lang.String fieldsQuantities
           
 long groupId
           
 long itemId
           
 boolean largeImage
           
 long largeImageId
           
 java.lang.String largeImageURL
           
 int maxQuantity
           
 boolean mediumImage
           
 long mediumImageId
           
 java.lang.String mediumImageURL
           
 int minQuantity
           
 long modifiedDate
           
 java.lang.String name
           
 double price
           
 java.lang.String properties
           
 boolean requiresShipping
           
 boolean sale
           
 double shipping
           
 java.lang.String sku
           
 boolean smallImage
           
 long smallImageId
           
 java.lang.String smallImageURL
           
 int stockQuantity
           
 boolean taxable
           
 long userId
           
 java.lang.String userName
           
 boolean useShippingFormula
           
 
Constructor Summary
ShoppingItemCacheModel()
           
 
Method Summary
 com.liferay.portlet.shopping.model.ShoppingItem toEntityModel()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

itemId

public long itemId

groupId

public long groupId

companyId

public long companyId

userId

public long userId

userName

public java.lang.String userName

createDate

public long createDate

modifiedDate

public long modifiedDate

categoryId

public long categoryId

sku

public java.lang.String sku

name

public java.lang.String name

description

public java.lang.String description

properties

public java.lang.String properties

fields

public boolean fields

fieldsQuantities

public java.lang.String fieldsQuantities

minQuantity

public int minQuantity

maxQuantity

public int maxQuantity

price

public double price

discount

public double discount

taxable

public boolean taxable

shipping

public double shipping

useShippingFormula

public boolean useShippingFormula

requiresShipping

public boolean requiresShipping

stockQuantity

public int stockQuantity

featured

public boolean featured

sale

public boolean sale

smallImage

public boolean smallImage

smallImageId

public long smallImageId

smallImageURL

public java.lang.String smallImageURL

mediumImage

public boolean mediumImage

mediumImageId

public long mediumImageId

mediumImageURL

public java.lang.String mediumImageURL

largeImage

public boolean largeImage

largeImageId

public long largeImageId

largeImageURL

public java.lang.String largeImageURL
Constructor Detail

ShoppingItemCacheModel

public ShoppingItemCacheModel()
Method Detail

toString

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

toEntityModel

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