com.liferay.portlet.shopping.model
Interface ShoppingItem

All Superinterfaces:
BaseModel, java.lang.Cloneable, java.lang.Comparable, java.io.Serializable, ShoppingItemModel

public interface ShoppingItem
extends ShoppingItemModel

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This interface is a model that represents the ShoppingItem table in the database.

Customize com.liferay.portlet.shopping.model.impl.ShoppingItemImpl and rerun the ServiceBuilder to generate the new methods.

Author:
Brian Wing Shun Chan
See Also:
ShoppingItemModel, com.liferay.portlet.shopping.model.impl.ShoppingItemImpl, com.liferay.portlet.shopping.model.impl.ShoppingItemModelImpl

Method Summary
 int compareTo(java.lang.Object obj)
           
 ShoppingCategory getCategory()
           
 java.lang.String[] getFieldsQuantitiesArray()
           
 java.util.List<ShoppingItemPrice> getItemPrices()
           
 void setFieldsQuantities(java.lang.String fieldsQuantities)
           
 void setFieldsQuantitiesArray(java.lang.String[] fieldsQuantitiesArray)
           
 
Methods inherited from interface com.liferay.portlet.shopping.model.ShoppingItemModel
getCategoryId, getCompanyId, getCreateDate, getDescription, getDiscount, getFeatured, getFields, getFieldsQuantities, getItemId, getLargeImage, getLargeImageId, getLargeImageURL, getMaxQuantity, getMediumImage, getMediumImageId, getMediumImageURL, getMinQuantity, getModifiedDate, getName, getPrice, getPrimaryKey, getProperties, getRequiresShipping, getSale, getShipping, getSku, getSmallImage, getSmallImageId, getSmallImageURL, getStockQuantity, getTaxable, getUserId, getUserName, getUseShippingFormula, isFeatured, isFields, isLargeImage, isMediumImage, isRequiresShipping, isSale, isSmallImage, isTaxable, isUseShippingFormula, setCategoryId, setCompanyId, setCreateDate, setDescription, setDiscount, setFeatured, setFields, setItemId, setLargeImage, setLargeImageId, setLargeImageURL, setMaxQuantity, setMediumImage, setMediumImageId, setMediumImageURL, setMinQuantity, setModifiedDate, setName, setPrice, setPrimaryKey, setProperties, setRequiresShipping, setSale, setShipping, setSku, setSmallImage, setSmallImageId, setSmallImageURL, setStockQuantity, setTaxable, setUserId, setUserName, setUseShippingFormula, toEscapedModel
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isEscapedModel, isNew, setEscapedModel, setNew
 

Method Detail

getCategory

ShoppingCategory getCategory()

setFieldsQuantities

void setFieldsQuantities(java.lang.String fieldsQuantities)
Specified by:
setFieldsQuantities in interface ShoppingItemModel

getFieldsQuantitiesArray

java.lang.String[] getFieldsQuantitiesArray()

setFieldsQuantitiesArray

void setFieldsQuantitiesArray(java.lang.String[] fieldsQuantitiesArray)

compareTo

int compareTo(java.lang.Object obj)
Specified by:
compareTo in interface java.lang.Comparable

getItemPrices

java.util.List<ShoppingItemPrice> getItemPrices()
                                                throws com.liferay.portal.PortalException,
                                                       com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException