Liferay 6.2-ce-ga5

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

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

public class ShoppingItemCacheModel
extends Object
implements CacheModel<ShoppingItem>, Externalizable

The cache model class for representing ShoppingItem in entity cache.

See Also:
ShoppingItem, Serialized Form
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field Summary
 long categoryId
           
 long companyId
           
 long createDate
           
 String description
           
 double discount
           
 boolean featured
           
 boolean fields
           
 String fieldsQuantities
           
 long groupId
           
 long itemId
           
 boolean largeImage
           
 long largeImageId
           
 String largeImageURL
           
 int maxQuantity
           
 boolean mediumImage
           
 long mediumImageId
           
 String mediumImageURL
           
 int minQuantity
           
 long modifiedDate
           
 String name
           
 double price
           
 String properties
           
 boolean requiresShipping
           
 boolean sale
           
 double shipping
           
 String sku
           
 boolean smallImage
           
 long smallImageId
           
 String smallImageURL
           
 int stockQuantity
           
 boolean taxable
           
 long userId
           
 String userName
           
 boolean useShippingFormula
           
 
Constructor Summary
ShoppingItemCacheModel()
           
 
Method Summary
 void readExternal(ObjectInput objectInput)
           
 ShoppingItem toEntityModel()
           
 String toString()
           
 void writeExternal(ObjectOutput objectOutput)
           
 
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 String userName

createDate

public long createDate

modifiedDate

public long modifiedDate

categoryId

public long categoryId

sku

public String sku

name

public String name

description

public String description

properties

public String properties

fields

public boolean fields

fieldsQuantities

public 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 String smallImageURL

mediumImage

public boolean mediumImage

mediumImageId

public long mediumImageId

mediumImageURL

public String mediumImageURL

largeImage

public boolean largeImage

largeImageId

public long largeImageId

largeImageURL

public String largeImageURL
Constructor Detail

ShoppingItemCacheModel

public ShoppingItemCacheModel()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toEntityModel

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

readExternal

public void readExternal(ObjectInput objectInput)
                  throws IOException
Specified by:
readExternal in interface Externalizable
Throws:
IOException

writeExternal

public void writeExternal(ObjectOutput objectOutput)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Throws:
IOException

Liferay 6.2-ce-ga5