com.liferay.portlet.shopping.model
Interface ShoppingCartItem

All Superinterfaces:
java.lang.Comparable<ShoppingCartItem>, java.io.Serializable

public interface ShoppingCartItem
extends java.lang.Comparable<ShoppingCartItem>, java.io.Serializable

View Source

Author:
Brian Wing Shun Chan

Method Summary
 java.lang.String getCartItemId()
           
 java.lang.String getFields()
           
 java.lang.String[] getFieldsArray()
           
 ShoppingItem getItem()
           
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getCartItemId

java.lang.String getCartItemId()

getItem

ShoppingItem getItem()

getFields

java.lang.String getFields()

getFieldsArray

java.lang.String[] getFieldsArray()